This project is to build a JavaScript quiz application (will use HTML and CSS as well) that will function as follows:
-It is a simple quiz that has radio button choices, and it will show the user her score upon completion. -The quiz can show any number of questions and any number of choices. -Tally the user’s score and display the final score on the last page. The last page will only show the score, so remove the last question. -Use an array to store all the questions. Each question, along with its choices and correct answer, should be stored in an object. The array of questions should look similar to this: