make.xml {moodler}R Documentation

make.xml

Description

This function is a wrapper for genquiz. It reads file from folder and runs genquiz

Usage

make.xml(fun, k = 1, delete.fun = TRUE, ...)

Arguments

fun

name of function that makes a quiz

k

how many quizzes?

delete.fun

should file be deleted from workspace after we are done?

Examples

make.xml(correlation, 10, problem=1)

[Package moodler version 0.1.1 Index]