Package: exams2ilias Title: ILIAS Export Interface for R/Exams Version: 0.0.2 Authors@R: c( person( "Michael", "Bücker", email = "michael.buecker@fh-muenster.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0045-8460") ), person( "Amar", "Jeeth", email = "aj349177@fh-muenster.de", role = "ctb" ), person( "Achim", "Zeileis", email = "Achim.Zeileis@R-project.org", role = "ctb", comment = c(ORCID = "0000-0003-0918-3766") ), person( "Florian", "Wickelmaier", email = "Florian.Wickelmaier@uni-tuebingen.de", role = "ctb" ), person( "Nikolaus", "Umlauf", email = "Nikolaus.Umlauf@uibk.ac.at", role = "ctb", comment = c(ORCID = "0000-0003-2160-9803") ) ) Description: Utilities for exporting exercises from 'R/exams' to question pools for the learning management system 'ILIAS'. The package implements a Question and Test Interoperability 1.2 rendering path tailored to 'ILIAS' and writes the question-pool XML layout validated for imports in 'ILIAS' 9.20. Supported exercise types include single-choice, multiple-choice, numeric, string, and combined gap questions. The underlying 'R/exams' framework is described in Zeileis, Umlauf, and Leisch (2014) . License: GPL-2 | GPL-3 Encoding: UTF-8 Imports: base64enc, exams, tools, utils, xml2 Suggests: knitr, pkgdown, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://github.com/mchlbckr/exams2ilias, https://buecker.ms/exams2ilias/ BugReports: https://github.com/mchlbckr/exams2ilias/issues Config/Needs/website: pkgdown Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://mchlbckr.r-universe.dev Date/Publication: 2026-07-16 19:03:11 UTC RemoteUrl: https://github.com/mchlbckr/exams2ilias RemoteRef: HEAD RemoteSha: d95683234ad35abbecf2a9209c0feb24485c5185 NeedsCompilation: no Packaged: 2026-07-16 20:54:04 UTC; root Author: Michael Bücker [aut, cre, cph] (ORCID: ), Amar Jeeth [ctb], Achim Zeileis [ctb] (ORCID: ), Florian Wickelmaier [ctb], Nikolaus Umlauf [ctb] (ORCID: ) Maintainer: Michael Bücker