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.
- Can present one question
- Can accept one answer
- Can offer a whole quiz
- Can stop a person from taking the quiz more than once (logins or cookies are fine).
- Can present questions in both random or sequential order
- Random order does not repeat questions
- Turned in before Thursday March 13th.
- (Minus 1) Every day after Tuesday March 18th.