Merge branch 'MDL-38528' of git://github.com/timhunt/moodle

This commit is contained in:
Damyon Wiese
2013-03-26 14:57:04 +08:00
2 changed files with 5 additions and 0 deletions
@@ -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;