DUMPbank {ProfessR} | R Documentation |
Dump a Question Bank
Description
Save an ASCII version of a selected Question Bank
Usage
DUMPbank(ofile, QB, sep = "\n", append=TRUE)
Arguments
ofile |
character, output file |
QB |
QuestionBank Structure |
sep |
separator between questions |
append |
logical, if FALSE a new file is created |
Value
Side effects
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
Get.testbank
Examples
## Not run:
data(QBANK1)
DUMPbank("my.questions", QBANK1, sep = "\n")
QB1=Get.testbank("my.questions")
## End(Not run)
[Package ProfessR version 2.4-3 Index]