1 Introduction
educmatr is an R package that generates compatible with Quarto output formats.
It converts simple tables into a variety of exercises depending on the names of the files containing the tables.
Three categories of educational material can thus be generated:
documents
presentations
Moodle exercises.
Tables are text files structured in the following ways:
two columns: Question Solution
MCQs : Question Options Index of the correct answer
regular tables
Teachers design their activities in the table files, name these files appropriately, and then:
either embed them in a Quarto document to generate documents or presentations
or store them in a folder which is then processed to generate Moodle exercises.