An open API service indexing awesome lists of open source software.

https://github.com/bfh/moodle-quiz_archive


https://github.com/bfh/moodle-quiz_archive

hacktoberfest moodle-plugin open-source

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

moodle-quiz_archive
=========================
[![Moodle Plugin CI](https://github.com/bfh/moodle-quiz_archive/actions/workflows/moodle-plugin-ci.yml/badge.svg?branch=main)](https://github.com/bfh/moodle-quiz_archive/actions/workflows/moodle-plugin-ci.yml)
[![Latest Release](https://img.shields.io/github/v/release/bfh/moodle-quiz_archive)](https://github.com/bfh/moodle-quiz_archive/releases)
[![PHP Support](https://img.shields.io/badge/php-7.2--8.4-blue)](https://github.com/bfh/moodle-quiz_archive/actions)
[![Moodle Support](https://img.shields.io/badge/Moodle-3.9--5.2+-orange)](https://github.com/bfh/moodle-quiz_archive/actions)
[![License GPL-3.0](https://img.shields.io/github/license/bfh/moodle-quiz_archive?color=lightgrey)](https://github.com/bfh/moodle-quiz_archive/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/bfh/moodle-quiz_archive)](https://github.com/bfh/moodle-quiz_archive/graphs/contributors)

Moodle quiz report plugin to achieve archiving your test, by printing out all attempts at once.

Requirements
------------

This plugin requires Moodle 3.9.

Motivation for this report
--------------------------

For some lecturers it is a good practice, that after an Moodle test they want to archive all student's attempts – i.e. print them all out or save them as PDF.
This plugin prints out the 'Review attempt' pages for each student in one single report.
The Moodle tracker issue linked is [MDL-45903](https://tracker.moodle.org/browse/MDL-45903) – "A way to print or export the quiz responses of each student as a document".

Installation
------------

Install the plugin to folder
/mod/quiz/report/archive

See http://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins