Skip to content

Commit

Permalink
removing redundant files after migration to formslib and some further…
Browse files Browse the repository at this point in the history
… bug fixing in question type forms.
  • Loading branch information
jamiesensei committed Jan 7, 2007
1 parent cfcfddb commit 04786f0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 127 deletions.
8 changes: 0 additions & 8 deletions question/type/description/editquestion.html

This file was deleted.

6 changes: 0 additions & 6 deletions question/type/description/editquestion.php

This file was deleted.

17 changes: 0 additions & 17 deletions question/type/essay/editquestion.html

This file was deleted.

12 changes: 0 additions & 12 deletions question/type/essay/editquestion.php

This file was deleted.

3 changes: 2 additions & 1 deletion question/type/match/edit_match_form.php
Expand Up @@ -18,8 +18,9 @@ class question_edit_match_form extends question_edit_form {
* @param object $mform the form being built.
*/
function definition_inner(&$mform) {
$mform->addElement('selectyesno', 'shuffleanswers', get_string('shuffle', 'quiz'));
$mform->addElement('advcheckbox', 'shuffleanswers', get_string('shuffle', 'quiz'), null, array(0,1));
$mform->setHelpButton('shuffleanswers', array('matchshuffle', get_string('shuffle','quiz'), 'quiz'));
$mform->setDefault('shuffleanswers', 1);

$mform->addElement('static', 'answersinstruct', get_string('choices', 'quiz'), get_string('filloutthreequestions', 'quiz'));
$mform->closeHeaderBefore('answersinstruct');
Expand Down
46 changes: 0 additions & 46 deletions question/type/match/editquestion.html

This file was deleted.

37 changes: 0 additions & 37 deletions question/type/match/editquestion.php

This file was deleted.

0 comments on commit 04786f0

Please sign in to comment.