diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 387e04c..599c8e6 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -198,6 +198,7 @@ proc default_grades_category {} { deleted\ Quiz\ HomeWork\ + PreLab \ LabReport\ Participation\ LogBook\ @@ -560,6 +561,7 @@ proc grade_Category2html_name { category } { deleted {set html_name Deleted} Quiz {set html_name Quiz} HomeWork {set html_name HomeWork} + PreLab {set html_name PreLab} LabReport {set html_name LabReport} LogBook {set html_name LogBook} Presentation {set html_name Presentation} |