Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/catalyst/moodle-local_quiz_summary_option
- Owner: catalyst
- Created: 2021-06-09T04:44:33.000Z (over 3 years ago)
- Default Branch: MOODLE_39_STABLE
- Last Pushed: 2024-03-05T03:58:45.000Z (8 months ago)
- Last Synced: 2024-03-05T04:27:53.724Z (8 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 18
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/
## 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/.