Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.

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

Defines the editing form for the calculated simplequestion type.

Copyright: 2007 Jamie Pratt me@jamiep.org
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 624 lines (31 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

qtype_calculatedsimple_edit_form:: (6 methods):
  __construct()
  definition_inner()
  can_preview()
  data_preprocessing()
  qtype()
  validation()


Class: qtype_calculatedsimple_edit_form  - X-Ref

Editing form for the calculated simplequestion type.

__construct($submiturl, $question, $category, $contexts, $formeditable = true)   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

qtype()   X-Ref
No description

validation($data, $files)   X-Ref
No description