MDL-40732 choice: improve heading levels and styling

This commit is contained in:
Rossiani Wijaya 2013-08-20 16:05:01 +08:00
parent 838d78a9ff
commit 8f0767f10c
4 changed files with 7 additions and 4 deletions

View file

@ -69,9 +69,11 @@
choice_user_submit_response($answer, $choice, $USER->id, $course, $cm);
}
echo $OUTPUT->header();
echo $OUTPUT->heading($choice->name, 2, null);
echo $OUTPUT->notification(get_string('choicesaved', 'choice'),'notifysuccess');
} else {
echo $OUTPUT->header();
echo $OUTPUT->heading($choice->name, 2, null);
}