Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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: 0 times
Includes or requires: 0 files

Defines 1 class

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