From a8378957541099a4223c4243b947db7142f11885 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 1 Dec 2022 12:28:15 -0500 Subject: updated hw detection for some custom fields --- importGrades2gradebook.tcl | 2 ++ 1 file changed, 2 insertions(+) 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 "" } { -- cgit v1.2.3