Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 39 and 400] [Versions 400 and 403]

(no description)

File Size: 181 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mod_choice_mod_form:: (6 methods):
  definition()
  data_preprocessing()
  data_postprocessing()
  validation()
  add_completion_rules()
  completion_rule_enabled()


Class: mod_choice_mod_form  - X-Ref

definition()   X-Ref
No description

data_preprocessing(&$default_values)   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
Enforce validation rules here

return: array
param: array $data array of ("fieldname"=>value) of submitted data
param: array $files array of uploaded files "element_name"=>tmp_file_path

add_completion_rules()   X-Ref
No description

completion_rule_enabled($data)   X-Ref
No description