grades ------ Grades keeps track of the assignments in three classes. It records grades in binary on Pic1, and graphs the grade versus time. Up to 99 assignments per class. ----begin documentation---- The first menu in the program is as follows: GRADES 1:OPEN DATABASE 2:NEW RECORD 3:NEW DATABASE Option 1: Use to open previously saved records. Option 2: Use to erase a particular record of a single class on an existing database. Option 3: Use to create a new, empty database. The next menu: GRADES 1:CLASS 1 2:CLASS 2 3:CLASS 3 You can keep records in 3 different classes. Choose the class you would like to open (or create if options 2/3 were previously selected.) After this menu, the program asks for data to be entered. First enter the points received in an assignment, then the points possible in the assignment. When all assignments have been entered, enter 'X' as the point value received. 510 is the maximum number of points that this program can store. If an assignment is larger, you must break it up into more than one assignment. The percentage in that class will then be displayed, along with the total number of points received to date out of the total. Next, if more than one assignment is in the record, the program displays a graph of how your average has fared over time. This is useful to display to parents who wish to see how your progress in a class is doing. Finally, the grade records will be updated, as each new assignment is written in the appropriate spot on Pic1. Warning: Your data will be lost if Pic1 is overwritten. If you have any comments, please direct them to pac@printrak.com.