powered by
Save an ASCII version of a selected Question Bank
DUMPbank(ofile, QB, sep = "\n", append=TRUE)
Side effects
character, output file
QuestionBank Structure
separator between questions
logical, if FALSE a new file is created
Jonathan M. Lees<jonathan.lees@unc.edu>
Get.testbank
if (FALSE) { data(QBANK1) DUMPbank("my.questions", QBANK1, sep = "\n") QB1=Get.testbank("my.questions") }
Run the code above in your browser using DataLab