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.

This file contains the forms to create and edit an instance of this module

Copyright: 2012 NetSpot {@link http://www.netspot.com.au}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 105 lines (4 kb)
Included or required:0 times
Referenced: 2 times
Includes or requires: 0 files

Defines 1 class

mod_assign_grade_form:: (3 methods):
  definition()
  get_form_identifier()
  validation()


Class: mod_assign_grade_form  - X-Ref

Assignment grade form

definition()   X-Ref
Define the form - called by parent constructor.


get_form_identifier()   X-Ref
This is required so when using "Save and next", each form is not defaulted to the previous form.
Giving each form a unique identitifer is enough to prevent this
(include the rownum in the form name).

return: string - The unique identifier for this form.

validation($data, $files)   X-Ref
Perform minimal validation on the grade form

param: array $data
param: array $files