QuizExport

Quiz reports ::: quiz_export
Maintained by CBlueC Blue, Olivier Piton, Renaud Lemaire
This is a quiz report plugin to export quiz attempts as pdf
Latest release:
366 sites
356 downloads
22 fans
Current versions available: 5

This is a quiz report plugin for to export quiz attempts as pdf. Single quiz attempt exports are possible as well as bulk exports as zip files.

Practical information:

  • Open a quiz page. Then click on the cog and choose "Quiz exporting" (or "Export de quiz" in French)
  • On this page, you can choose the export options, then select one (or more) attempts to export (it will be downloaded as zip if more than one attempt has been selected)

Screenshots

Screenshot #0
Screenshot #1

Contributors

CBlue
C Blue (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Vis kommentarer
  • Plugins bot
    tor., 11 feb. 2021, 22:01
    Approval issue created: CONTRIB-8410
  • Oksana Pas
    tir., 7 sep. 2021, 23:31
    Any chance to make such a report available to student? So they could get a dowloadable pdf of their quiz attempt?
  • Дмитрий Гогешвили
    fre., 1 okt. 2021, 18:34
    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')
  • Olivier Piton
    fre., 1 okt. 2021, 18:57
    Did you do a composer install with the correct user inside the plugin like in the README ?
  • Moodle CS
    tir., 5 okt. 2021, 15:59
    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.
  • Renaud Lemaire
    tir., 5 okt. 2021, 21:15
    Moodle CS : it should be manually installed as explained in the README.
  • Jean-François Vanass
    tor., 7 okt. 2021, 22:06
    New version release with fix to avoid import error during drag&drop import.
  • Pete Langshaw
    tor., 28 okt. 2021, 09:57
    Logged bug in GitHub

    When exporting a Maths Quiz including LateX formulas the formulas are replaced by a red x image placeholder
  • Jean-François Vanass
    tor., 28 okt. 2021, 19:16
    @Pete Langshaw : TeX content is not supported by the plugin atm. Maybe in a future version. Feel free to submit a pull request.
  • Ron Pluylaar
    fre., 18 feb. 2022, 19:14
    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?
  • CBlue
    man., 21 feb. 2022, 15:53
    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.
  • Mircea Man
    ons., 24 jul. 2024, 22:41
    Hello, any chance to work on Moodle v. 4.xx?
  • CBlue
    fre., 16 aug. 2024, 15:01
    @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
  • Peter Kennedy
    ons., 23 okt. 2024, 22:24
    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()

  • Peter Kennedy
    ons., 23 okt. 2024, 22:46
    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.
Please login to post comments