Let us say we have 20 questions with different number of answers and we want that the questions are not is the same order in the generated nops, how can we do it? I tried :
myexam <- dput(dir("exercises/"))
exams2nops(file = myexam,
n = 180,
nsamp = length(myexam),
dir = "nops",
edir = getwd(),
encoding = "UTF-8",
blank = 1,
reglength = 8,
samepage = TRUE)
But it gives the error about only 45 exercices in an exam are supported.
Ps, if the exercices are in a list and I use nsamp I have the error about group of exercices not having the same length.
Thanks for your help.