Description field
This commit is contained in:
parent
fbd3e5274c
commit
877b5e764f
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ class mod_expcontent_mod_form extends moodleform_mod {
|
|||
$mform->setType('contentid', PARAM_TEXT);
|
||||
$mform->addRule('contentid', null, 'required', null, 'client');
|
||||
|
||||
$this->standard_intro_elements();
|
||||
|
||||
$this->standard_coursemodule_elements();
|
||||
|
||||
$this->add_action_buttons();
|
||||
|
|
Loading…
Reference in a new issue