Skip to content

Commit

Permalink
MDL-48666 quiz: let JS to get a Qs slot number on the summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Dec 19, 2014
1 parent 981f06f commit fe03b76
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 fe03b76

Please sign in to comment.