--- capa/capa51/GUITools/scorer.tcl 1999/11/08 22:30:02 1.3 +++ capa/capa51/GUITools/scorer.tcl 1999/12/01 18:22:00 1.4 @@ -760,7 +760,7 @@ proc initScorer { num } { proc getLine { num } { global gScorer - scorerMessage $num "Getting Responses" + scorerMessage $num "\nGetting Responses" set done 0 while { ! $done } { @@ -1286,8 +1286,6 @@ proc scorerStudent { num } { finishScoring $num answerStruct return } - incr gScorer(student.$num) - update set gScorer(needToUpdateDB) 1 #parseanswerline if { [catch {parseLine $num $answer answerStruct} errorMsg ] } { @@ -1302,6 +1300,8 @@ proc scorerStudent { num } { displayError "An error occured when attempting to grade a student. The error is: $errorMsg" } } + incr gScorer(student.$num) + update after idle "scorerStudent $num" }