forked from cran/exams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 2.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: exams
Version: 2.3-2
Date: 2018-12-07
Title: Automatic Generation of Exams in R
Authors@R: c(person(given = "Achim", family = "Zeileis", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-0918-3766")),
person(given = "Bettina", family = "Gruen", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0001-7265-4773")),
person(given = "Friedrich", family = "Leisch", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0001-7278-1983")),
person(given = "Nikolaus", family = "Umlauf", role = "aut", email = "[email protected]"),
person(given = "Mirko", family = "Birbaumer", role = "ctb", email = "[email protected]"),
person(given = "Dominik", family = "Ernst", role = "ctb", email = "[email protected]"),
person(given = "Patrik", family = "Keller", role = "ctb", email = "[email protected]"),
person(given = "Niels", family = "Smits", role = "ctb", email = "[email protected]"),
person(given = "Reto", family = "Stauffer", role = "ctb", email = "[email protected]"))
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 (for OLAT/OpenOLAT), QTI 2.1,
Blackboard, ARSnova, 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.0.0)
Imports: stats, graphics, grDevices, tools, utils
Suggests: base64enc, knitr, magick, parallel, png, RCurl, RJSONIO,
rmarkdown, tth
License: GPL-2 | GPL-3
URL: http://www.R-exams.org/
BugReports: http://www.R-exams.org/contact/
NeedsCompilation: no
Packaged: 2018-12-07 23:02:38 UTC; zeileis
Author: Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>),
Bettina Gruen [aut] (<https://orcid.org/0000-0001-7265-4773>),
Friedrich Leisch [aut] (<https://orcid.org/0000-0001-7278-1983>),
Nikolaus Umlauf [aut],
Mirko Birbaumer [ctb],
Dominik Ernst [ctb],
Patrik Keller [ctb],
Niels Smits [ctb],
Reto Stauffer [ctb]
Maintainer: Achim Zeileis <[email protected]>
Repository: CRAN
Date/Publication: 2018-12-08 08:54:51 UTC