Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```