mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
merge from 18 (adding null) MDL-8806
This commit is contained in:
parent
2721fe0cdf
commit
0f22fa4157
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class question_edit_match_form extends question_edit_form {
|
|||
* @param object $mform the form being built.
|
||||
*/
|
||||
function definition_inner(&$mform) {
|
||||
$mform->addElement('advcheckbox', 'shuffleanswers', get_string('shuffle', 'quiz'), null, array(0,1));
|
||||
$mform->addElement('advcheckbox', 'shuffleanswers', get_string('shuffle', 'quiz'), null, null, array(0,1));
|
||||
$mform->setHelpButton('shuffleanswers', array('matchshuffle', get_string('shuffle','quiz'), 'quiz'));
|
||||
$mform->setDefault('shuffleanswers', 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue