Línea 56... |
Línea 56... |
56 |
* @param string $mode Mode to open the form in: preview|assessment
|
56 |
* @param string $mode Mode to open the form in: preview|assessment
|
57 |
* @param stdClass $assessment If opening in the assessment mode, the current assessment record
|
57 |
* @param stdClass $assessment If opening in the assessment mode, the current assessment record
|
58 |
* @param bool $editable Shall the form be opened as editable (true) or read-only (false)
|
58 |
* @param bool $editable Shall the form be opened as editable (true) or read-only (false)
|
59 |
* @param array $options More assessment form options, editableweight implemented only now
|
59 |
* @param array $options More assessment form options, editableweight implemented only now
|
60 |
*/
|
60 |
*/
|
61 |
public function get_assessment_form(moodle_url $actionurl=null, $mode='preview', stdclass $assessment=null, $editable=true, $options=array());
|
61 |
public function get_assessment_form(?moodle_url $actionurl=null, $mode='preview', ?stdclass $assessment=null, $editable=true, $options=array());
|
Línea 62... |
Línea 62... |
62 |
|
62 |
|
63 |
/**
|
63 |
/**
|
64 |
* Saves the filled assessment and returns the grade for submission as suggested by the reviewer
|
64 |
* Saves the filled assessment and returns the grade for submission as suggested by the reviewer
|
65 |
*
|
65 |
*
|