Package: exams Version: 2.4-4 Date: 2026-05-07 Title: Automatic Generation of Exams in R Authors@R: c(person(given = "Achim", family = "Zeileis", role = c("aut", "cre"), email = "Achim.Zeileis@R-project.org", comment = c(ORCID = "0000-0003-0918-3766")), person(given = "Bettina", family = "Gruen", role = "aut", email = "Bettina.Gruen@jku.at", comment = c(ORCID = "0000-0001-7265-4773")), person(given = "Friedrich", family = "Leisch", role = "aut", email = "Friedrich.Leisch@R-project.org", comment = c(ORCID = "0000-0001-7278-1983")), person(given = "Nikolaus", family = "Umlauf", role = "aut", email = "Nikolaus.Umlauf@uibk.ac.at", comment = c(ORCID = "0000-0003-2160-9803")), person(given = "Niels", family = "Smits", role = "aut", email = "N.Smits@uva.nl", comment = c(ORCID = "0000-0003-3669-9266")), person(given = "Mirko", family = "Birbaumer", role = "ctb", email = "Mirko.Birbaumer@hslu.ch"), person(given = "Dominik", family = "Ernst", role = "ctb", email = "Dominik.Ernst@boku.ac.at", comment = c(ORCID = "0009-0005-5579-2636")), person(given = "Patrik", family = "Keller", role = "ctb", email = "Patrik.Keller@uibk.ac.at"), person(given = "Reto", family = "Stauffer", role = "ctb", email = "Reto.Stauffer@uibk.ac.at", comment = c(ORCID = "0000-0002-3798-5507")), person(given = "Kenji", family = "Sato", role = "ctb", email = "kenji@kenjisato.jp", comment = c(ORCID = "0009-0000-4520-2560")), person(given = "Florian", family = "Wickelmaier", role = "ctb", email = "Florian.Wickelmaier@uni-tuebingen.de"), person(given = "Sebastian", family = "Bachler", role = "ctb", email = "Sebastian.Bachler@uibk.ac.at")) Description: Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Exercise types include single-choice and multiple-choice questions, arithmetic problems, string questions, and combinations thereof (cloze). Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify, ARSnova, Kahoot!, Grasple, and TCExam. In addition to fully customizable PDF exams, a standardized PDF format (NOPS) is provided that can be printed, scanned, and automatically evaluated. Depends: R (>= 3.4.0) Imports: graphics, grDevices, stats, tools, utils, base64enc, knitr, rmarkdown Suggests: clipr, magick, openxlsx, parallel, png, qpdf, RCurl, RJSONIO, tinytex, tth, xml2 SystemRequirements: pandoc (>= 2.0) License: GPL-2 | GPL-3 URL: https://www.R-exams.org/ BugReports: https://www.R-exams.org/contact/ Config/pak/sysreqs: cmake make libuv1-dev Repository: https://zeileis.r-universe.dev Date/Publication: 2026-05-27 07:32:28 UTC RemoteUrl: https://github.com/r-forge/exams RemoteRef: HEAD RemoteSha: ce7492878d604377b3c50c98077a78dfa70c4c9f RemoteSubdir: pkg/exams NeedsCompilation: no Packaged: 2026-05-28 07:20:49 UTC; root Author: Achim Zeileis [aut, cre] (ORCID: ), Bettina Gruen [aut] (ORCID: ), Friedrich Leisch [aut] (ORCID: ), Nikolaus Umlauf [aut] (ORCID: ), Niels Smits [aut] (ORCID: ), Mirko Birbaumer [ctb], Dominik Ernst [ctb] (ORCID: ), Patrik Keller [ctb], Reto Stauffer [ctb] (ORCID: ), Kenji Sato [ctb] (ORCID: ), Florian Wickelmaier [ctb], Sebastian Bachler [ctb] Maintainer: Achim Zeileis