make.xml {moodlequizR}R Documentation

make.xml

Description

This function is a simple wrapper for genquiz. It reads file from folder and runs genquiz. The default is to then remove the quiz.

Usage

make.xml(fun, k = 1, folder, ...)

Arguments

fun

(unquoted) name of function that makes a quiz, or number of a quiz

k

how many quizzes?

folder

folder were fun.R is located

...

further arguments passed to fun

Value

None


[Package moodlequizR version 2.1.0 Index]