mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-38243 mod_assessment: make assessment forms non-collapsible
This commit is contained in:
parent
f29e62cb6c
commit
ae9fe89afa
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ class workshop_assessment_form extends moodleform {
|
|||
$this->workshop = $this->_customdata['workshop']; // instance of the workshop api class
|
||||
$this->options = $this->_customdata['options']; // array with addiotional options
|
||||
|
||||
// Disable shortforms
|
||||
$mform->setDisableShortforms();
|
||||
|
||||
// add the strategy-specific fields
|
||||
$this->definition_inner($mform);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue