# course      MAT235  
# section     75428 
# semester    Summer 
# year        1996 
# lecturer    Dr. D. Q. Yang 
# grader      
# cutoff_percentages 95 90 87 83 80 77 73 70 67 63 60 55
//         grades are A+ A  A- B+ B  B- C+ C  C_ D+ D  D-
//# cutoff_percentages       90 80 70 60
//           grades are        A  B  C  D 
# quiz_percentage_in_final_score       20
# homework_percentage_in_final_score   0
# project_percentage_in_final_score    0
# test_percentage_in_final_score       30
# final_percentage_in_final_score      40
# attendance_percentage_in_final_score 10
# quiz_withdrew       2 //number of quiz to withdraw
# homework_withdrew   0 
# project_withdrew    0 
# test_withdrew       0 
# final_withdrew      0 
# attendance_withdrew 1 

max_at: 10 20 10 
max_hw: 10 20 
max_pr: 10 30
max_qz: 20 30 20 40 
max_te: 100 100 200  
max_fi: 200  200

// If, for example, homework_percentage_in_final_score is 0,
// max_hw above and hw in each record below can be  omitted.
// The record fields at, hw, pr, qz, and te, if not 
// omitted in the records below, can be put in any order.
// All hw scores must fit in one line, so are at, te, etc.
// If do not fit in one line, combine some hw scores as one hw, etc.
// Comment lines must begin with // and can be put anywhere.
// The semicolon : after hw, qz, etc. must NOT be omitted.
// The comma , after each family name must NOT be omitted.

Mc Donalds, Debra Lyn   385-62-2916 
yang@math.wayne.edu 
at: 10 10 5 
qz: 20 10 15 13 
te: 100 39 139 
pr: 10 20 
hw: 10 20 
fi: 200 200 

smith, John 375-82-8986 
26789
// His 5-digit number just for posting grades
at: 10 20 
qz: 20 13 14 
te: 100 100 189 
hw: 10 10 
pr: 10 10 
fi: 200 150 
// He missed the third quiz

Mith, Ming  475-42-8446 
at: 10 13 
qz: 20 11 13  14 
te: 100 20 189 
pr: 10 10 

// more student's scores can be added from here.