// Any questiontype specific fields.
$this->definition_inner($mform);
-
if (!empty($this->question->id)){
$mform->addElement('header', 'createdmodifiedheader', get_string('createdmodifiedheader', 'question'));
$a = new object();
function qtype() {
return '';
}
-
}
?>
\ No newline at end of file
// Core question types should not use this mechanism. Their styles
// should be included in the standard theme.
-
// We only do this once
// for this question type, no matter how often this method is called.
if ($this->already_done) {