Quiz Assignment
Your assignment is to write a quiz with the following specifications:
- You need to ask 5 questions and take in and evaluate the answer to each question (I
would suggest true/false or multiple choice questions for ease of correction)
- You need to determine whether the answers are correct or not.
- You need to give a grade. You can choose to weight the questions any way you want.
- The grade should be given to the user as both a number and a letter grade.
Clearly you need to use JavaScript to do this assignment!