mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'wip-MDL-44952-master' of https://github.com/marinaglancy/moodle
This commit is contained in:
commit
b23f27fdd2
@ -103,6 +103,9 @@ class feedback_multichoice_form extends feedback_item_form {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user