Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

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

Defines 1 class

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