genquiz {moodler} | R Documentation |
This function generates moodle quizzes
genquiz(B = 1, fun, folder, Show = FALSE, ...)
B |
how many quizzes? |
fun |
name of the R routine that makes a quiz |
folder |
where is the .R located? |
Show |
want to see what it looks like? |
genquiz(10, correlation, problem=1)