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 QuestinBank Structure
sep seperator 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

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

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


[Package ProfessR version 1.0-8 Index]