https://github.com/wiris/moodle-qtype_shortanswerwiris
Wiris Quizzes - Short-Answer question type
https://github.com/wiris/moodle-qtype_shortanswerwiris
Last synced: about 1 month ago
JSON representation
Wiris Quizzes - Short-Answer question type
- Host: GitHub
- URL: https://github.com/wiris/moodle-qtype_shortanswerwiris
- Owner: wiris
- Created: 2016-11-03T13:35:00.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:24:37.000Z (3 months ago)
- Last Synced: 2025-03-29T23:05:01.023Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Wiris Quizzes Short-Answer question type
[](https://github.com/wiris/moodle-qtype_shortanswerwiris/actions/workflows/ci.yml)
The Wiris Short-Answer question type extends the Moodle Short-Answer type, adding mathematical functionality to it.
All mathematical items are generated in a single calculation section and they can be referenced from anywhere in the content, in the question statement, answer, feedback for the student, etc.
On the student's side, they will be able to introduce their answers by using a WYSIWYG formula editor and, if the teacher so specifies, they will have access to a Wiris cas session to make some calculations. The answer syntax checker will prevent the students from unnecessary errors and misspellings.
## Install instructions
To install it using git, type this command in the root of your Moodle install:
```bash
git clone https://github.com/wiris/moodle-qtype_shortanswerwiris.git question/type/shortanswerwiris
```Then add /question/type/shortanswerwiris to your git ignore.
Alternatively, download the zip from it into the question/type folder, and then rename the new folder to "shortanswerwiris".
## Technical Support
If you have questions or need help integrating WirisQuizzes, please contact us ([email protected]) instead of opening an issue.
## Privacy policy
The [WirisQuizzes Privacy Policy](https://www.wiris.com/en/wiris-quizzes-privacy-policy/) covers the data processing operations for the MathType users. It is an addendum of the company’s general Privacy Policy and the [general Privacy Policy](https://www.wiris.com/en/privacy-policy) still applies to WirisQuizzes users.
## License
Wiris Short-Answer question type is Licensed under the [GNU General Public, License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html).