The Revision Master - a proper programming project
ObjectiveWe're going to create a proper computer program to help you with your revision for the end of year exams.
You'll provide the data for a series of multiple choice questions. To begin with we'll create a simple text file that will contain the questions and answers. However, once we've got that working, we will use an Access Database to store the question material. The program should keep track of the player's score and prompt with the correct answer if they answer wrongly. |
How are we going to do it?
All programming problems can look intimidating at first. The trick is to divide the problem into simple steps - each of which is not so hard.
Here's a suggestion as to the steps involved:
|
Find more help by clicking on these topics |