Quiz Time!

For this lab, you will create a simple quiz in JavaScript. Begin by starting a new project at https://plnkr.co/. Your webpage will look like something like this:


Screenshot of quiz question with three possible answers as buttons to click.

When users click on a button, the text should appear that tells them whether they have clicked on the correct answer.


Here are the requirements for your quiz:


Include at least one question.

Include at least three possible answers for your question.

Include a message that indicates whether the correct button was clicked.

You can use CSS to add any stylistic elements that you would like to your webpage.


When you have created your webpage, test it. (Remember to try the wrong answers!) Then, take screenshots of it to turn in. Be sure to include both the HTML and the JavaScript code—you’ll need more than one screenshot. If you cannot get the program to work properly, turn in a screenshot along with a paragraph explaining what you did to try to fix it.

Quiz TimeFor this lab you will create a simple quiz in JavaScript Begin by starting a new project at httpsplnkrco Your webpage will look like something like thi class=