Learn R Programming

ProfessR (version 2.1)

make.exam: Make Exam

Description

Given a question bank, create a test.

Usage

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

Arguments

Qbank
Question bank list
ofile
Output file
ncol
number of columns on page, default=2

Value

  • Side Effects - output to a TEX file.

Details

Dumps out a tex file with the questions

See Also

prep.exam

Examples

Run this code
data(QBANK1)

make.exam(QBANK1, ofile="exam1.tex")

Run the code above in your browser using DataLab