aboutsummaryrefslogtreecommitdiff
path: root/importGrades2gradebook.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'importGrades2gradebook.tcl')
-rwxr-xr-ximportGrades2gradebook.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/importGrades2gradebook.tcl b/importGrades2gradebook.tcl
index feeed49..61d21a3 100755
--- a/importGrades2gradebook.tcl
+++ b/importGrades2gradebook.tcl
@@ -194,6 +194,9 @@ proc parseBlackboardColName { col } {
Lab { set name Lab ; set category LabReport}
Design { set name "Final Project Design" ; set category FinalExam }
Report { set name "Final Project Report" ; set category FinalExam }
+ "Final project circuit design" { set category FinalExam }
+ "Final circuit building and debugging" { set category FinalExam }
+ "Final written report" { set category FinalExam }
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 }