Merge branch 'MDL-33577' of git://github.com/timhunt/moodle

This commit is contained in:
Dan Poltawski 2012-06-07 23:15:45 +08:00
commit 55244f8527

View File

@ -279,7 +279,8 @@ class qtype_multianswer_multichoice_inline_renderer
$response, array('' => ''), $inputattributes);
$order = $subq->get_order($qa);
$rightanswer = $subq->answers[$order[reset($subq->get_correct_response())]];
$correctresponses = $subq->get_correct_response();
$rightanswer = $subq->answers[$order[reset($correctresponses)]];
$feedbackpopup = $this->feedback_popup($subq, $matchinganswer->fraction,
$subq->format_text($matchinganswer->feedback, $matchinganswer->feedbackformat,
$qa, 'question', 'answerfeedback', $matchinganswer->id),