genquiz {moodler}R Documentation

genquiz

Description

This function generates moodle quizzes

Usage

genquiz(B = 1, fun, folder, Show = FALSE, ...)

Arguments

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?

Examples

genquiz(10, correlation, problem=1)

[Package moodler version 0.1.1 Index]