See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
Defines the editing form for calculated multiple-choice questions.
Copyright: | 2007 Jamie Pratt me@jamiep.org |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 339 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
qtype_calculatedmulti_edit_form:: (9 methods):
__construct()
can_preview()
get_per_answer_fields()
definition_inner()
data_preprocessing()
data_preprocessing_answers()
validate_text()
validation()
qtype()
Class: qtype_calculatedmulti_edit_form - X-Ref
Calculated multiple-choice question editing form.__construct($submiturl, $question, $category,$contexts, $formeditable = true) X-Ref |
No description |
can_preview() X-Ref |
No description |
get_per_answer_fields($mform, $label, $gradeoptions,&$repeatedoptions, &$answersoption) X-Ref |
No description |
definition_inner($mform) X-Ref |
No description |
data_preprocessing($question) X-Ref |
No description |
data_preprocessing_answers($question, $withanswerfiles = false) 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 |
qtype() X-Ref |
No description |