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

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

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