-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.13 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
Package: moodlequiz
Title: R Markdown format for Moodle XML cloze quizzes
Version: 0.1.0.9001
Authors@R:
c(person(given = "Emi",
family = "Tanaka",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1455-259X")),
person(given = "Mitchell",
family = "O'Hara-Wild",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-3813-7155")))
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
knitr,
rlang,
rmarkdown,
bookdown,
xfun,
yaml
URL: https://github.com/emitanaka/moodlequiz,
http://emitanaka.org/moodlequiz/
BugReports: https://github.com/emitanaka/moodlequiz/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3