diff options
Diffstat (limited to 'importGrades2gradebook.tcl')
-rwxr-xr-x | importGrades2gradebook.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/importGrades2gradebook.tcl b/importGrades2gradebook.tcl index 9cf7d33..d90fc7a 100755 --- a/importGrades2gradebook.tcl +++ b/importGrades2gradebook.tcl @@ -192,6 +192,7 @@ proc parseBlackboardColName { col } { Homework { set name Homework ; set category HomeWork } "Lab report" { set name Lab ; set category LabReport} "Lab Report" { set name Lab ; set category LabReport} + "Midterm" { set name "MidTerm Exam" ; set category MidTerm } "Midterm Exam" { set name "MidTerm Exam" ; set category MidTerm } "Mid-term Exam" { set name "MidTerm Exam" ; set category MidTerm } HW { set name Homework ; set category HomeWork } |