https://github.com/wiris/moodle-local_wirisquizzes_test
https://github.com/wiris/moodle-local_wirisquizzes_test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiris/moodle-local_wirisquizzes_test
- Owner: wiris
- Created: 2017-05-16T13:42:20.000Z (about 8 years ago)
- Default Branch: master2
- Last Pushed: 2017-05-17T10:48:36.000Z (about 8 years ago)
- Last Synced: 2025-01-27T22:45:59.199Z (4 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIRIS Quizzes local plugin
### Master Build Status
[](https://travis-ci.org/wiris/moodle-local_wirisquizzes)
### Development Build Status
[](https://travis-ci.org/wiris/moodle-local_wirisquizzes)This plugin implements a thin wrapper for WIRIS Quizzes question types. WIRIS Quizzes plugin declare all the necessary dependencies on WIRIS Quizzes question types.
Attempting to install this plugin implicitly pulls all the WIRIS question types.
## Install instructions
To install it using git, type this command in the root of your Moodle install:
```
git clone https://github.com/wiris/moodle-local_wirisquizzes.git local/wirisquizzes
```
Then add /local/wirisquizzes to your git ignore.Alternatively, download the zip from it into the local folder, and then rename the new folder to "wirisquizzes".
## License
WIRIS Quizzes local plugin is Licensed under the [GNU General Public, License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html).