make.exam {ProfessR} | R Documentation |
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 |
Details
Dumps out a tex file with the questions
Value
Side Effects - output to a TEX file.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
prep.exam
Examples
data(QBANK1)
## Not run:
make.exam(QBANK1, ofile="exam1.tex")
## End(Not run)
[Package ProfessR version 2.4-3 Index]