Merge branch 'MDL-38528' of git://github.com/timhunt/moodle
This commit is contained in:
@@ -71,7 +71,10 @@ class question_dataset_dependent_definitions_form extends question_wizard_form {
|
||||
|
||||
protected function definition() {
|
||||
global $SESSION;
|
||||
|
||||
$mform = $this->_form;
|
||||
$mform->setDisableShortforms();
|
||||
|
||||
$possibledatasets = $this->qtypeobj->find_dataset_names($this->question->questiontext);
|
||||
$mandatorydatasets = array();
|
||||
if (isset($this->question->options->answers)) {
|
||||
|
||||
@@ -111,6 +111,8 @@ class question_dataset_dependent_items_form extends question_wizard_form {
|
||||
$labelsharedwildcard = get_string("sharedwildcard", "qtype_calculated");
|
||||
|
||||
$mform =& $this->_form;
|
||||
$mform->setDisableShortforms();
|
||||
|
||||
$strquestionlabel = $this->qtypeobj->comment_header($this->question);
|
||||
if ($this->maxnumber != -1 ) {
|
||||
$this->noofitems = $this->maxnumber;
|
||||
|
||||
Reference in New Issue
Block a user