mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'wip-MDL-26599' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
337d8b1489
@ -2030,7 +2030,7 @@ abstract class lesson_page extends lesson_base {
|
||||
$result->feedback = $OUTPUT->box(format_text($this->get_contents(), $this->properties->contentsformat, $options), 'generalbox boxaligncenter');
|
||||
$result->feedback .= '<div class="correctanswer generalbox"><em>'.get_string("youranswer", "lesson").'</em> : '.$result->studentanswer; // already in clean html
|
||||
$result->feedback .= $OUTPUT->box($result->response, $class); // already conerted to HTML
|
||||
echo "</div>";
|
||||
$result->feedback .= '</div>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user