Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9
-
Component/s: Quiz
-
Testing Instructions:
-
Affected Branches:MOODLE_29_STABLE
-
Fixed Branches:MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Exporting statistics test results as an excel-file in german fails.
Fehler: Invalid character found in sheet code name
Weitere Informationen über diesen Fehler
Debug info:
Error code: generalexceptionmessage
Stack trace:
line 445 of /lib/phpexcel/PHPExcel/Worksheet.php: PHPExcel_Exception thrown
line 2859 of /lib/phpexcel/PHPExcel/Worksheet.php: call to PHPExcel_Worksheet::_checkSheetCodeName()
line 347 of /lib/phpexcel/PHPExcel/Worksheet.php: call to PHPExcel_Worksheet->setCodeName()
line 172 of /lib/excellib.class.php: call to PHPExcel_Worksheet->__construct()
line 77 of /lib/excellib.class.php: call to MoodleExcelWorksheet->__construct()
line 1640 of /lib/tablelib.php: call to MoodleExcelWorkbook->add_worksheet()
line 408 of /mod/quiz/report/statistics/report.php: call to table_spreadsheet_export_format_parent->start_table()
line 807 of /mod/quiz/report/statistics/report.php: call to quiz_statistics_report->output_individual_question_response_analysis()
line 194 of /mod/quiz/report/statistics/report.php: call to quiz_statistics_report->output_all_question_response_analysis()
line 96 of /mod/quiz/report.php: call to quiz_statistics_report->display()