
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Quizzing toolLearning Objective(s) | ||||||||
| Line: 8 to 8 | ||||||||
Overview of the ChallengeWrite a program that gives a multiple quiz to the user. The data associated with the quiz is stored in a text file. At the end of the quiz, inform the user as to the number of questions answered correctly.Specifics | ||||||||
| Changed: | ||||||||
| < < | * The data file. The format of the data file is as follows: | |||||||
| > > |
| |||||||
| ||||||||
| Line: 16 to 16 | ||||||||
| * Ask all the questions getting the user's answers (storing their choices) * Score the quiz * Report the result | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Optional improvements | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Quizzing toolLearning Objective(s)
Overview of the ChallengeWrite a program that gives a multiple quiz to the user. The data associated with the quiz is stored in a text file. At the end of the quiz, inform the user as to the number of questions answered correctly.Specifics* The data file. The format of the data file is as follows:
Optional improvementsAny/all of these can be added to your program for extra credit. But do not attempt them until your program (including the write up) is complete and receiving at least a 90%. Extra credit will only be given to those programs that receive at least a 90% on all the required work. It is much more important to do the required work well than to do the extra credit. Typically, extra credit work is also done on your own with limited (typically no) help from the instructor. The options are listed in order of importance. While you may implement any/all in any order, the order listed will focus you on the more important items first
| |||||||