QBANK1 {ProfessR}R Documentation

Example Question Bank

Description

Example Question Bank, 50 question, multiple Choice

Usage

data(QBANK1)

Format

List:

Q
Question in latex format (character string)
A
Possible Answers in latex format (vector of character strings)
a
Correct Answer in latex format (character string)
numANS
index number corresponding to correct answer
FIG
character: full path to figure, tag for figure

Details

An example input question in ascii format is constructed using three tag identifiers: "QUESTION:", "ANSWER:" and (optionally) "FIG:". The format is shown here:

Examples

data(QBANK1)
## maybe str(QBANK1) ; plot(QBANK1) ...
print(QBANK1[[1]])


[Package ProfessR version 1.0-8 Index]