The CS 120 Quiz

(or any other subject)


You mission is to make a web site that reads a data file and presents the user with a quiz from the data file.

You data file should consist of a series of questions.  Each question should have a set of possible answers below.  Here is one possible data format
What does java stand for?
Just Another Virtual Assembler
Joy And Violence Anonymous

What do you think of the teacher?
Bad.
Baaaaad.


You should ask each question and then collect the answer.  At the end you should produce a final score.