Quiz Intro

Instruction for Quiz

In this project I attempted to make an online quiz. I was going to use an html form and JavaScript to output to a JSON file that I could then retrieve from local storage. Unfortunately I was not able to complete this. The task of retrieving JSON data local proved daunting. I struggled with trying to find a solution. Most of the examples I came across use PHP and MySql as the solution. In fact this is the preferred way to create the online quiz.What I did accomplish was the JavaScript to calculate and display a small quiz that would calculate the answers. I used several PHP quiz examples to understand the logic of the script. I believe that I was successful in that I was able to produce a working model to display the function of the quiz. I liberally commented to allow for easy follow through.

What I plan to do next is to take this structure and port it over to PHP and MySql. Spencer from class is a great resource on this as he has worked with PHP in the past.