Package: moodlequiz Title: R Markdown format for 'Moodle' XML cloze quizzes Version: 0.2.1.9000 Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", email = "mail@mitchelloharawild.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")), person(given = "Emi", family = "Tanaka", email = "dr.emi.tanaka@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-1455-259X"))) Description: Enables the creation of 'Moodle' quiz questions using literate programming with R Markdown. This makes it easy to quickly create a quiz that can be randomly replicated with new datasets, questions, and options for answers. License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: rlang, rmarkdown, bookdown, xfun, yaml URL: https://github.com/numbats/moodlequiz, https://numbats.github.io/moodlequiz/ BugReports: https://github.com/numbats/moodlequiz/issues Suggests: knitr, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://numbats.r-universe.dev Date/Publication: 2026-04-10 09:09:42 UTC RemoteUrl: https://github.com/numbats/moodlequiz RemoteRef: HEAD RemoteSha: 99ef3b7da8adb9c144b57bc024921557ad2d92c2 NeedsCompilation: no Packaged: 2026-06-09 06:41:27 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ), Emi Tanaka [aut] (ORCID: ) Maintainer: Mitchell O'Hara-Wild