make.solution {ProfessR} | R Documentation |
Create Solution File
Description
Create Solution File in Latex
Usage
make.solution(Qbank, ofile = "answers.tex")
Arguments
Qbank |
Question Bank |
ofile |
Output File |
Details
Creates a latex file suitable for printing solution to the exam.
Value
Side Effects
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
Examples
data(QBANK1)
## Not run:
make.solution(QBANK1, ofile= "solutions.tex")
## End(Not run)
[Package ProfessR version 2.4-3 Index]