Changelog
Source:NEWS.md
moodlequiz 0.2.0
Initial CRAN release, allowing the creation of Moodle XML quizzes from R with R Markdown.
New features
- Categorisation of questions with H1 headings (
# Category name). - Creation of individual questions with H2 headings (
## Question name). - Support for R Markdown content within question text, including figures, tables, code, and equations.
- Randomised questions with multiple replicates using the
replicatesoutput format argument. - Added
cloze()andcloze_*()functionality. - Added
moodlequiz()output format for R Markdown. - Added
choices()helper for constructing graded vectors of choices.