Learn R Programming

ProfessR (version 2.3)

DUMPbank: 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

See Also

Get.testbank

Examples

Run this code
data(QBANK1)
DUMPbank("my.questions", QBANK1, sep = "\n")

QB1=Get.testbank("my.questions")

Run the code above in your browser using DataLab