https://github.com/atavakoli/gift-grammar
A PegJS grammar for the Moodles GIFT quiz format
https://github.com/atavakoli/gift-grammar
gift grammar moodle pegjs pegjs-grammar
Last synced: 4 months ago
JSON representation
A PegJS grammar for the Moodles GIFT quiz format
- Host: GitHub
- URL: https://github.com/atavakoli/gift-grammar
- Owner: atavakoli
- License: mit
- Created: 2017-04-07T19:44:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T14:26:11.000Z (about 9 years ago)
- Last Synced: 2026-01-24T09:48:14.571Z (5 months ago)
- Topics: gift, grammar, moodle, pegjs, pegjs-grammar
- Homepage: https://atavakoli.github.io/gift-grammar/
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gift-grammar
============
A [PegJS][pegjs] grammar for the [Moodle GIFT quiz format][gift].
Support
-------
The grammar used currently does not support the following GIFT features:
- Categories (e.g. `$CATEGORY: tom/dick/harry`)
- Format changes (e.g. `[html]`, `[markdown]`, etc.)
- The `####general feedback` tag
- Backslash escapes (e.g. `\=`, `\n`, etc.)
- Anything related to Moodle plugins
[pegjs]: https://pegjs.org/
[gift]: https://docs.moodle.org/en/GIFT_format