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

@ -55,6 +55,7 @@
$PAGE->set_title(format_string($choice->name).": $strresponses");
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
echo $OUTPUT->heading($choice->name, 2, null);
/// Check to see if groups are being used in this choice
$groupmode = groups_get_activity_groupmode($cm);
if ($groupmode) {