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 20761fd..4ab0923 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -541,6 +541,8 @@ proc grade_Category2html_name { category } { Quiz {set html_name Quiz} HomeWork {set html_name HomeWork} LabReport {set html_name LabReport} + LogBook {set html_name LogBook} + Presentation {set html_name Presentation} Participation {set html_name Participation} MidTerm {set html_name MidTerm} FinalExam {set html_name FinalExam} |