The on-line gradebook consists of one line per student. For ease of explanation, an example will be given instead of a description. Assume student Randy Hall, with code name junk and id number 444556677 has the following set of scores:

Homework 1: 10
Homework 3: 15
Homework 4: 12
Exam 2: 57
Final not yet taken

Note there are missing scores (Homework 2 and Exam 1)
The file would look like

10 -1 15 -3 12 -4 | 57 -2 | | Hall,Randy 444556677 junk

Note that there is a space between each piece of information and that there is no space between the comma of the last name and the first name. If you wish to just use last names or just a junk piece of info for added security, you may. Integers with minus signs denote labels of the homeworks or exams. The | is a delimiter between homeworks|exams|final|code info. A template for excel is available to put your scores into this format.