make.solution {ProfessR} | R Documentation |
Create Solution File in Latex
make.solution(Qbank, ofile = "answers.tex")
Qbank |
Question Bank |
ofile |
Output File |
Creates a latex file suitable for printing solution to the exam.
Side Effects
Jonathan M. Lees<jonathan.lees@unc.edu>
data(QBANK1)
## Not run:
make.solution(QBANK1, ofile= "solutions.tex")
## End(Not run)