diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-11 12:56:30 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-11 12:56:30 -0500 |
commit | 279ba6fe3823ed397a1751e113859dd5f8742f6b (patch) | |
tree | 9bd8a26e324bd3ee2536a0ed340ac5022756f88a /GradeBook_lib.tcl | |
parent | a43a67489a7179d479fd5d8e8eb1d42c3a3199c9 (diff) | |
download | GradeBook-279ba6fe3823ed397a1751e113859dd5f8742f6b.tar.gz GradeBook-279ba6fe3823ed397a1751e113859dd5f8742f6b.zip |
typo fix
Ignore-this: 6e1b245a01c88ddf59be80ed44a04539
darcs-hash:20110311175630-067c0-0673a502bd2609a03c790d6c2603042eff81765f.gz
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 6a1d3a5..35b9a2b 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -27,7 +27,7 @@ proc getGradingWeights { } { Quiz .10 \ LabReport .25 \ Participation .05 \ - Midterm .20 \ + MidTerm .20 \ Final .25 \ ] } @@ -198,7 +198,7 @@ proc calculteWeightedTotals { } { foreach {category weight} [getGradingWeights] { set max_weighted_sum [ expr {$max_weighted_sum +$weight} ] } - UpdateColValue4UserNameNonWeb $grand_total_col_name _Max_Points_ $max_weighted_sum + UpdateColValue4UserNameNonWeb $grand_total_col_name _Max_Points_ $max_weighted_sum } proc grade_Category2html_name { category } { |