| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Implements a renderable grading options form. More...
| Public Member Functions | |
| __construct ($classname, moodleform $form, $jsinitfunction='') | |
| Constructor. | |
| Public Attributes | |
| string | $classname = '' | 
| $classname is the name of the class to assign to the container | |
| moodleform | $form = null | 
| $form is the edit submission form | |
| string | $jsinitfunction = '' | 
| $jsinitfunction is an optional js function to add to the page requires | |
Implements a renderable grading options form.
| assign_form::__construct | ( | $classname, | |
| moodleform | $form, | ||
| $jsinitfunction = '' ) | 
Constructor.
| string | $classname | This is the class name for the container div | 
| moodleform | $form | This is the moodleform | 
| string | $jsinitfunction | This is an optional js function to add to the page requires |