Usage
exams2tcexam(file, n = 1L, nsamp = NULL, dir = ".", name = NULL, quiet = TRUE, edir = NULL, tdir = NULL, sdir = NULL, verbose = FALSE, resolution = 100, width = 4, height = 4, encoding = "", points = NULL, modulename = name, subjectname = name, subjectdescription = NULL, timer = 0, fullscreen = FALSE, inlineanswers = FALSE, autonext = FALSE, shuffle = TRUE, lang = "en", date = Sys.time(), zip = FALSE, converter = "ttm", ...)
Arguments
file
character. A specification of a (list of) exercise files.
n
integer. The number of copies to be compiled from file
.
nsamp, quiet, edir, tdir, sdir, verbose
dir
character specifying the output directory path. The default is
the current working directory.
name
character. A name prefix for resulting XML file.
resolution, width, height, encoding
points
numeric. Number of points for the questions.
modulename
character. Module name.
subjectname
character. Subject name.
subjectdescription
character. Subject description.
timer
numeric. Number of seconds for each question.
fullscreen
logical. Should the question be shown in full-screen mode?
inlineanswers
logical. Should the question list be presented inline?
autonext
logical. Automatically advance to the next item?
shuffle
logical. Should the question list of schoice/mchoice answers be
shuffled (or kept fixed)?
lang
character. Two-letter indicator of the language.
date
character or "Date"
object specifying the date of the exam.
zip
logical. Should the resulting XML file be zipped?