aboutsummaryrefslogtreecommitdiff
path: root/GradeBook_lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-xGradeBook_lib.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index 6ab1c38..8a6e14a 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -291,6 +291,7 @@ proc grade_Category2html_name { category } {
Quiz {set html_name Quiz}
HomeWork {set html_name HomeWork}
LabReport {set html_name LabReport}
+ Participation {set html_name Participation}
MidTerm {set html_name MidTerm}
FinalExam {set html_name FinalExam}
default {set html_name unknown}
@@ -888,7 +889,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} {
set col_value [format "%04.1f%%" [expr {100.* $col_value} ] ]
# add letter grade to Grand Total
if { $index eq "Grand Total" } {
- set col_value [ concat $col_value "=" $col_value_letter_grade ]
+ set col_value [ concat $col_value "=" <b> $col_value_letter_grade </b>]
}
}
set col_value [htmlReplaceEmptyString $col_value]