Learn R Programming

ProfessR (version 2.4-1)

make.exam: Make Exam

Description

Given a question bank, create a test.

Usage

make.exam(Qbank, ofile = "examq.tex", ncol=2)

Value

Side Effects - output to a TEX file.

Arguments

Qbank

Question bank list

ofile

Output file

ncol

number of columns on page, default=2

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Dumps out a tex file with the questions

See Also

prep.exam

Examples

Run this code

data(QBANK1)

if (FALSE) {
make.exam(QBANK1, ofile="exam1.tex")
}



Run the code above in your browser using DataLab