Skip to content

Commit

Permalink
Merge branch 'MDL-48666' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Dec 22, 2014
2 parents f9b7d0b + fe03b76 commit d29f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public function summary_table($attemptobj, $displayoptions) {
$row[] = $attemptobj->get_question_mark($slot);
}
$table->data[] = $row;
$table->rowclasses[] = $attemptobj->get_question_state_class(
$table->rowclasses[] = 'quizsummary' . $slot . ' ' . $attemptobj->get_question_state_class(
$slot, $displayoptions->correctness);
}

Expand Down

0 comments on commit d29f655

Please sign in to comment.