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)) {