Quiz Assignment
Your assignment is to write a quiz with the following specifications:
- You need to ask 4 questions and take in the answer to each question - I suggest that
you have the user make a choice using a check box or some other option.
- In the code you need to determine if each answer is correct and then you need to
give a grade. You can choose to weight the questions any way you want to.
- The grade should be given to the user as both a number and as a letter grade.
You need to use JavaScript to do this assignment.