version 1.18, 2002/11/08 22:16:47
|
version 1.20, 2002/12/11 18:41:00
|
Line 167 sub BuildStudentAssessmentPage {
|
Line 167 sub BuildStudentAssessmentPage {
|
|
|
|
|
# $r->print("AverageTtal"); |
# $r->print("AverageTtal"); |
$r->print(&StudentAverageTotal(\%cache, $spacing, $sequenceKeys)); |
# $r->print(&StudentAverageTotal(\%cache, $spacing, $sequenceKeys)); |
$r->print("\n"); |
# $r->print("\n"); |
$r->rflush(); |
# $r->rflush(); |
untie(%cache); |
untie(%cache); |
|
|
|
|
Line 500 sub CreateLegend {
|
Line 500 sub CreateLegend {
|
" 1 correct by student in 1 try\n". |
" 1 correct by student in 1 try\n". |
" 7 correct by student in 7 tries\n". |
" 7 correct by student in 7 tries\n". |
" * correct by student in more than 9 tries\n". |
" * correct by student in more than 9 tries\n". |
" + correct by override\n". |
" + correct by hand grading or override\n". |
" - incorrect by override\n". |
" - incorrect by override\n". |
" . incorrect attempted\n". |
" . incorrect attempted\n". |
" # ungraded attempted\n". |
" # ungraded attempted\n". |