diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2019-12-11 16:42:56 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2019-12-11 16:42:56 -0500 |
commit | b2d244969494ef4e928a2a8b3f62258a6329de75 (patch) | |
tree | e459d562d38a67be5829b07d3c28d59d9d45887f | |
parent | 413caab7107dd592e5b6d6c3f5353702152f77ae (diff) | |
download | GradeBook-b2d244969494ef4e928a2a8b3f62258a6329de75.tar.gz GradeBook-b2d244969494ef4e928a2a8b3f62258a6329de75.zip |
added new categories and their html names
-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} |