Skip to content

Commit

Permalink
Resetting the timout counter to avoid the timeouts reported at http:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Jul 22, 2005
1 parent d7387d3 commit ffd834a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/report/regrade/report.php
Expand Up @@ -39,6 +39,7 @@ function display($quiz, $cm, $course) { /// This function just displays the
foreach ($questions as $question) {
echo '<b>'.get_string('regradingquestion', 'quiz', $question->name).'</b> '.get_string('attempts', 'quiz').": \n";
foreach ($attempts as $attempt) {
set_time_limit(30);
quiz_regrade_question_in_attempt($question, $attempt, $quiz, true);
}
echo '<br/ >';
Expand Down

0 comments on commit ffd834a

Please sign in to comment.