Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-tool_question_reducer
A admin tool whos goal is to reduce the number of questions within a site through removing redundant questions.
https://github.com/catalyst/moodle-tool_question_reducer
Last synced: 4 days ago
JSON representation
A admin tool whos goal is to reduce the number of questions within a site through removing redundant questions.
- Host: GitHub
- URL: https://github.com/catalyst/moodle-tool_question_reducer
- Owner: catalyst
- Created: 2018-10-18T04:49:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T03:32:31.000Z (about 1 year ago)
- Last Synced: 2023-11-13T04:28:56.703Z (about 1 year ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moodle-tool_question_reducer
A admin tool whos goal is to reduce the number of questions within a site through removing redundant questions. There a few different ways it attempts to acheive this:
* Remove duplicate questions within question categories.
* Merge similar question categories with a context together.
* Remove orphaned questions.## Tests
Run with this command:
```php
./vendor/bin/phpunit -c admin/tool/question_reducer/phpunit.xml
```