Skip to content

Commit

Permalink
Merge branch 'wip-MDL-44952-master' of https://github.com/marinaglanc…
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 1, 2016
2 parents 23b6636 + 17f53b4 commit b23f27f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/feedback/item/multichoice/multichoice_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ public function get_data() {
if (isset($item->horizontal) AND $item->horizontal == 1 AND $subtype != 'd') {
$presentation .= FEEDBACK_MULTICHOICE_ADJUST_SEP.'1';
}
if (!isset($item->hidenoselect)) {
$item->hidenoselect = 1;
}

$item->presentation = $subtype.FEEDBACK_MULTICHOICE_TYPE_SEP.$presentation;
return $item;
Expand Down

0 comments on commit b23f27f

Please sign in to comment.