DUMPbank(ofile, QB, sep = "", append=TRUE) - ofile
{character, output file}
- QB
{QuestionBank Structure}
- sep
{separator between questions}
- append
{logical, if FALSE a new file is created}
Side effects
[object Object]
Get.testbank
data(QBANK1)
DUMPbank("my.questions", QBANK1, sep = "")
QB1=Get.testbank("my.questions")
misc