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 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]

Defines the quiz module ettings form.

Copyright: 2006 Jamie Pratt
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 683 lines (32 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: mod_quiz_mod_form  - X-Ref

Settings form for the quiz module.

__construct($current, $section, $cm, $course)   X-Ref
No description

definition()   X-Ref
No description

add_review_options_group($mform, $quizconfig, $whenname,$when, $withhelp = false)   X-Ref
No description

preprocessing_review_settings(&$toform, $whenname, $when)   X-Ref
No description

data_preprocessing(&$toform)   X-Ref
No description

data_postprocessing($data)   X-Ref
Allows module to modify the data returned by form get_data().
This method is also called in the bulk activity completion form.

Only available on moodleform_mod.

param: stdClass $data the form data to be modified.

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

add_completion_rules()   X-Ref
Display module-specific activity completion rules.
Part of the API defined by moodleform_mod

return: array Array of string IDs of added items, empty array if none

completion_rule_enabled($data)   X-Ref
Called during validation. Indicates whether a module-specific completion rule is selected.

param: array $data Input data (not yet validated)
return: bool True if one or more rules is enabled, false if none are.

get_max_attempts_for_any_override()   X-Ref
Get the maximum number of attempts that anyone might have due to a user
or group override. Used to decide whether disabledIf rules should be applied.

return: int the number of attempts allowed. For the purpose of this method,