exams2olat {c403} | R Documentation |
Old legacy interface for producing QTI 1.2 (rather than QTI 2.1)
exams for OpenOlat at Uni Innsbruck. By now superseded by
exams2openolat
.
exams2olat( file, n = 1L, dir = ".", name = "olattest", maxattempts = 1L, cutvalue = 1000, solutionswitch = FALSE, stitle = "Aufgabe", ititle = "Frage", adescription = "Bitte bearbeiten Sie folgende Aufgaben.", sdescription = "Bitte beantworten Sie folgende Frage.", eval = list(partial = FALSE, negative = FALSE), ... )
file |
list, of |
n |
integer, number of randomized tests to be created (default |
dir |
character, where to store the resulting file(s) (default |
name |
character name of the test/quiz |
maxattempts |
integer, he maximum attempts for one question (must be
smaller than |
cutvalue |
numeric, the cutvalue at which the exam is passed |
solutionswitch |
logical Should the question/item solutionswitch be
enabled? In OLAT this means that the correct solution is
shown after an incorrect solution was entered by an examinee
(i.e., this is typically only useful if |
stitle |
character A title that should be used for the sections. May be a vector of length 1 to use the same title for each section, or a vector containing different section titles. |
ititle |
character A title that should be used for the assessment items. May be a vector of length 1 to use the same title for each item, or a vector containing different item titles. Note that the maximum of different item titles is the number of sections/questions that are used for the exam. |
adescription |
character Description (of length 1) for the overall assessment (i.e., exam). |
sdescription |
character Vector of descriptions for each section. |
eval |
named list, specifies the settings for the evaluation policy,
see function |
... |
forwarded to |
exams2olat
is the old convenience interface to produce QTI 1.2
tests/exams for OpenOlat. It has been superseded by exams2openolat
which offers more options and flexibility.