aboutsummaryrefslogtreecommitdiff
path: root/importGrades2gradebook.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'importGrades2gradebook.tcl')
-rwxr-xr-ximportGrades2gradebook.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/importGrades2gradebook.tcl b/importGrades2gradebook.tcl
index 80f9d95..c0b8ac1 100755
--- a/importGrades2gradebook.tcl
+++ b/importGrades2gradebook.tcl
@@ -226,6 +226,8 @@ proc parseBlackboardColName { col } {
Precision { set name "Final Project Precision" ; set category FinalExam }
Hardware { set name "Final Project Hardware" ; set category FinalExam }
"Extra Credit" { set name "Final Project Bonus" ; set category FinalExam; set maxScore 0 }
+ "HW PhysFest Bonus" { set category HomeWork; set maxScore 0 }
+ "HW bonus problem" { set category HomeWork; set maxScore 0 }
default { }
}
if { $number eq "" } {