aboutsummaryrefslogtreecommitdiff
path: root/GradeBook_lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-xGradeBook_lib.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index 129a0ea..b4035c3 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -455,7 +455,9 @@ proc calculteWeightedTotals { } {
set flag_delete_CategoryWeightedTolal true
}
if { [doesColumnExists $CategoryWeightedTolalName GradesTable] } {
- UpdateColValue4UserNameNonWeb $CategoryWeightedTolalName _Max_Points_ $max_points($category)
+ # weighted category always normilized to 1
+ UpdateColValue4UserNameNonWeb $CategoryWeightedTolalName _Max_Points_ 1
+ #UpdateColValue4UserNameNonWeb $CategoryWeightedTolalName _Max_Points_ $max_points($category)
# calculated weighted sum for each student in this category
foreach student $students_list {