A small transpiler that converts human-readable text and TOML file formats representing Moodle questions to Moodle XML


License
MIT
Install
pip install FiNoodle==0.1.69

Documentation


QExVpf.md.png

Python program that can transform a suite of Moodle Question data
in a format specified by the client to Moodle XML and back.


About The Project

The process to write CodeRunner questions with Moodle is difficult and the number of options makes question creation long and tedious. This means that teaching staff spend large amounts of time working simply writing out the questions, and the process leads to a high incidence of question errors.

Based on Moodle TOML by James-Ansley, Finale supports various question types (including CodeRunner, short answer, multiple choice, etc.) and provide warnings for common errors in generating questions. Also, Finale supports question templates to generate questions in a consistent and precise format.


Built With

  • Python
  • Moodle
  • XML

Usage


Acknowledgments