Package: moodlequiz
Title: R Markdown format for 'Moodle' XML cloze quizzes
Version: 0.2.0
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: es
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
NeedsCompilation: no
Packaged: 2025-12-01 13:58:59 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3813-7155>),
  Emi Tanaka [aut] (ORCID: <https://orcid.org/0000-0002-1455-259X>)
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2025-12-06 12:10:07 UTC
Built: R 4.6.0; ; 2025-12-06 14:32:55 UTC; unix
