| DUMPbank | R Documentation | 
Save an ASCII version of a selected Question Bank
DUMPbank(ofile, QB, sep = "\n", append=TRUE)
| ofile | character, output file | 
| QB | QuestionBank Structure | 
| sep | separator between questions | 
| append | logical, if FALSE a new file is created | 
Side effects
Jonathan M. Lees<jonathan.lees@unc.edu>
Get.testbank
## Not run: 
data(QBANK1)
DUMPbank("my.questions", QBANK1, sep = "\n")
QB1=Get.testbank("my.questions")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.