QuizExport

This is a quiz report plugin to export quiz attempts as pdf
Price option: Free

Supports Moodle 2.7-5.2 See all versions
Latest release: 2 months ago
Installations: 460
Downloads (last 90 days): 385

Frankenstyle name: quiz_export
Quiz reports

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Update; Able to export one Quiz attempt at a time, but have to click on Show report button before each export of a single Quiz attempt.
When attempting to export multiple Quiz attempts, I am receive error message above.
Added as issue on Github but posting here as well:
Moodle 4.3.4+ (Build: 20240530) | main moodle-quiz_export branch.
When attempting to export Quiz attempt (single or multiple), I am presented with a confirmation window asking if I want to export selected attempts.
When I click on Yes, I see this error message:
Attempt to access the step user before it was initialised. Did you forget to call question_usage_by_activity::preload_all_step_users() or similar?
line 204 of /question/engine/questionattemptstep.php: call to debugging()
line 215 of /question/engine/questionattemptstep.php: call to question_attempt_step->get_user()
line 524 of /question/engine/renderer.php: call to question_attempt_step->get_user_fullname()
line 495 of /question/engine/renderer.php: call to core_question_renderer->action_author()
line 120 of /question/engine/renderer.php: call to core_question_renderer->response_history()
line 113 of /question/behaviour/behaviourbase.php: call to core_question_renderer->question()
line 912 of /question/engine/questionattempt.php: call to question_behaviour->render()
line 483 of /question/engine/questionusage.php: call to question_attempt->render()
line 1345 of /mod/quiz/classes/quiz_attempt.php: call to question_usage_by_activity->render_question()
line 1307 of /mod/quiz/classes/quiz_attempt.php: call to mod_quiz\quiz_attempt->render_question_helper()
line 199 of /mod/quiz/classes/output/renderer.php: call to mod_quiz\quiz_attempt->render_question()
line 67 of /mod/quiz/classes/output/renderer.php: call to mod_quiz\output\renderer->questions()
line 314 of /mod/quiz/report/export/export.php: call to mod_quiz\output\renderer->review_page()
line 270 of /mod/quiz/report/export/export.php: call to quiz_export_engine->render()
line 250 of /mod/quiz/report/export/export.php: call to quiz_export_engine->get_review_html()
line 107 of /mod/quiz/report/export/export.php: call to quiz_export_engine->all_questions()
line 198 of /mod/quiz/report/export/report.php: call to quiz_export_engine->a2pdf()
line 164 of /mod/quiz/report/export/report.php: call to quiz_export_report->export_attempts()
line 86 of /mod/quiz/report/export/report.php: call to quiz_export_report->process_actions()
line 83 of /mod/quiz/report.php: call to quiz_export_report->display()
@Mircea Man Hello, we've pushed a new version for Moodle 4.x.
Don't forget to make a "composer install" in the plugins folder.
Julien
Hello, any chance to work on Moodle v. 4.xx?
Hello Ron, I've installed the plugin by simply drag & dropping the .zip file and have exported a quiz with 3 essay questions. It seems to work fine, I have not been able te reproduce your bug.
So it doesn't have to do with your installation method, would you care to try and give us more details about how you're getting this unexpected behavior ?
Amaury.
I've installed the plugin through te Moodle interface in (3.9.12) it installs fine and seems to work however an export only generates a pdf containing one question, shown three times instead of all three essay questions that are part of the quiz. Can this be because I do need to install it according to the readme?
@Pete Langshaw : TeX content is not supported by the plugin atm. Maybe in a future version. Feel free to submit a pull request.
Logged bug in GitHub
When exporting a Maths Quiz including LateX formulas the formulas are replaced by a red x image placeholder
New version release with fix to avoid import error during drag&drop import.
Moodle CS : it should be manually installed as explained in the README.
This plugin fails to install on Moodle 3.11.3 version, I get the following error.
Validating quiz_export ... Error
[Error] Extracted file not found [{"file":"export\/vendor\/mpdf\/mpdf\/tmp\/"}]
Installation aborted due to validation failure.
Did you do a composer install with the correct user inside the plugin like in the README ?
it is an error during trying to use quizexport
Исключение - Failed opening required '[dirroot]/mod/quiz/report/export/vendor/autoload.php' (include_path='[dirroot]/lib/pear:.:/usr/local/zend-8.0/share/pear')
Any chance to make such a report available to student? So they could get a dowloadable pdf of their quiz attempt?
Approval issue created: CONTRIB-8410