Skip to content

Commit

Permalink
MDL-38243 mod_assessment: make assessment forms non-collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Feb 28, 2013
1 parent f29e62c commit ae9fe89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/workshop/form/assessment_form.php
Expand Up @@ -58,6 +58,9 @@ public function definition() {
$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);

Expand Down

0 comments on commit ae9fe89

Please sign in to comment.