Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/catalyst/moodle-local_quiz_summary_option

Adding an ability to skip summary page after completing quiz
https://github.com/catalyst/moodle-local_quiz_summary_option

Last synced: 3 days ago
JSON representation

Adding an ability to skip summary page after completing quiz

Awesome Lists containing this project

README

        

local_quiz_summary_options
=============================

* [What is this?](#what-is-this)
* [Prerequisites](#prerequisites)
* [Branches](#branches)
* [Installation](#installation)
* [How to use](#howtouse)
* [Support](#support)
* [License](#license)

## What is this?
A simple local plugin that enables the option to hide summary of attempt page on quiz.

## Prerequisites

* Moodle version 3.9+
* PHP 7.2+

## Branches

| Moodle version | Branch | PHP |
|-----------------------|------------------|-------|
| Moodle 3.9+ | MOODLE_39_STABLE | 7.2 |

## Installation
**Installing via Git**

git clone [email protected]:catalyst/moodle-local_quiz_summary_option.git local/quiz_summary_option

## How to use
1. Go to the course where you want to create or modify a quiz activity
2. Turn editing on
3. Create or edit an existing quiz activity
4. You will see Summary page option in the category

5. Choose `Show` or `Hide`
6. If `Hide` is chosen, the summary of attempt page is skipped after finishing quiz

## Support

If you have issues please log them in github here

https://github.com/catalyst/moodle-local_quiz_summary_option/issues

Please note our time is limited, so if you need urgent support or want to
sponsor a new feature then please contact Catalyst IT Australia:

https://www.catalyst-au.net/contact-us

This plugin was developed by Catalyst IT Australia:

https://www.catalyst-au.net/

Catalyst IT

## License

2021 Catalyst IT

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.