-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
This was noticed while testing MDL-46212
Replication:-
- Go to the question bank.
- Create a new question category 'Export test'
- Click Create question... and select Calculated question type.
- Complete the first page of the form, setting Category Export test, and then Save changes.
- Don't complete the second page of the form. Instead us the Admin block to go back to the question bank.
- Export category 'Export test' in Moodle XML format
- Import the exported file.
- There should be no notices, but following are produced:-
Parsing questions from import file.
( ! ) Notice: Undefined index: number_of_items in /var/www/int/master/moodle/question/format/xml/format.php on line 860
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
( ! ) Notice: Undefined index: dataset_items in /var/www/int/master/moodle/question/format/xml/format.php on line 861
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
( ! ) Warning: Invalid argument supplied for foreach() in /var/www/int/master/moodle/question/format/xml/format.php on line 862
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
( ! ) Notice: Undefined index: number_of_items in /var/www/int/master/moodle/question/format/xml/format.php on line 860
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
( ! ) Notice: Undefined index: dataset_items in /var/www/int/master/moodle/question/format/xml/format.php on line 861
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
( ! ) Warning: Invalid argument supplied for foreach() in /var/www/int/master/moodle/question/format/xml/format.php on line 862
Call Stack
# Time Memory Function Location
1 0.0003 287648 {main}( ) ../import.php:0
2 0.3330 45544800 qformat_default->importprocess( ) ../import.php:119
3 0.3335 45602224 qformat_xml->readquestions( ) ../format.php:303
4 0.3368 45793520 qformat_xml->import_questions( ) ../format.php:915
5 0.3368 45795592 qformat_xml->import_question( ) ../format.php:927
6 0.3368 45797824 qformat_xml->import_calculated( ) ../format.php:961
Importing 5 questions from file
1. "What is {={A}+{B}} - {A}?"
2. test
3. test
4. Matching
5. Matching
- Testing discovered
-
MDL-46212 Bad string interpolation in the question edit forms
-
- Closed
-