9 Matching Annotations
  1. Mar 2023
  2. Apr 2022
    1. HTML also has a few other built in question types. Try replacing radio with checkbox in the example above. There is also a selector that you can use to build a dropdown menu which is very useful for fill in the blank questions.

      HTML also has a few other built in question types. Try replacing radio with checkbox in the example above. There is also a selector that you can use to build a dropdown menu which is very useful for fill in the blank questions.

    2. On the previous page you created a question object and displayed it to the user using the alert() function. What is missing is how a user would see the correct answer. To do that, we will need to make an interactive website to display the question and then the answer when the user either clicks on or hovers over the question.

      Removing from top of page.

  3. Dec 2021
    1. If we wanted the line to stand by itself, we could specify that it is a paragraph by enclosing it in paragraph tags:

      Please respond to this question.

    2. Please provide a thoughtful reply.

  4. Oct 2021
  5. Mar 2019