Defines the editing form for the calculated question type.
Copyright: | 2007 Jamie Pratt me@jamiep.org |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 284 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
qtype_calculated_edit_form:: (11 methods):
__construct()
get_per_answer_fields()
definition_inner()
can_preview()
data_preprocessing()
data_preprocessing_answers()
qtype()
validate_text()
validation()
is_valid_answer()
valid_answer_message()
Class: qtype_calculated_edit_form - X-Ref
Calculated question type editing form definition.__construct($submiturl, $question, $category, $contexts,$formeditable = true) X-Ref |
No description |
get_per_answer_fields($mform, $label, $gradeoptions,&$repeatedoptions, &$answersoption) X-Ref |
No description |
definition_inner($mform) X-Ref |
Add question-type specific form fields. param: MoodleQuickForm $mform the form being built. |
can_preview() X-Ref |
No description |
data_preprocessing($question) X-Ref |
No description |
data_preprocessing_answers($question, $withanswerfiles = false) X-Ref |
No description |
qtype() X-Ref |
No description |
validate_text($errors, $field, $text) X-Ref |
Validate the equations in the some question content. param: array $errors where errors are being accumulated. param: string $field the field being validated. param: string $text the content of that field. return: array the updated $errors array. |
validation($data, $files) X-Ref |
No description |
is_valid_answer($answer, $data) X-Ref |
No description |
valid_answer_message($answer) X-Ref |
No description |