-
Bug
-
Resolution: Fixed
-
Minor
-
2.3, 2.5.2
-
MOODLE_23_STABLE, MOODLE_25_STABLE
-
MOODLE_27_STABLE
-
-
Easy
-
- Go to a course question bank
- Create a question for each of the falling types (see below)
- Click on the 'Move' icon for each of those
- Select another category, and click 'Move question(s)'
Actual result:
- Some notices may appear
- The question is not moved
- The form appear not to be validated and show entry errors but it is not editable
Some more details
For Calculated question:
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/numerical/edit_numerical_form.php on line 264
For Calculated multichoice:
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php on line 263
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php on line 303
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedmulti/edit_calculatedmulti_form.php on line 306
For Simple calculated question:
- Notice: Uninitialized string offset: 1 in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php on line 184
- Notice: Uninitialized string offset: 1 in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php on line 185
- Notice: Uninitialized string offset: 1 in /home/fred/www/repositories/testing_master/moodle/question/type/calculatedsimple/edit_calculatedsimple_form.php on line 186
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/numerical/edit_numerical_form.php on line 264
For Multiple choice question:
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/multichoice/edit_multichoice_form.php on line 112
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/multichoice/edit_multichoice_form.php on line 123
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/multichoice/edit_multichoice_form.php on line 126
For Numerical question:
- Notice: Undefined offset: 0 in /home/fred/www/repositories/testing_master/moodle/question/type/numerical/edit_numerical_form.php on line 264
For Random short-answer question:
- Notice: Undefined index: category in /home/fred/www/repositories/testing_master/moodle/question/type/randomsamatch/edit_randomsamatch_form.php on line 72
- Notice: Undefined index: choose in /home/fred/www/repositories/testing_master/moodle/question/type/randomsamatch/edit_randomsamatch_form.php on line 81
For Short answer question:
- Notice: Undefined index: fraction in /home/fred/www/repositories/testing_master/moodle/question/type/shortanswer/edit_shortanswer_form.php on line 74
- Error: "One of the answers should have a score of 100% so it is possible to get full marks for this question." This is displayed for Answer 1 which is 'None', but Answer 2 is 100%
- Discovered while testing
-
MDL-43284 Question bank needs some CSS attention
- Closed
- has been marked as being related by
-
MDLQA-3893 Quiz and Questions
- Passed