Learn R Programming

ProfessR (version 2.3)

QBANK1: Example Question Bank

Description

Example Question Bank, 50 question, multiple Choice

Usage

data(QBANK1)

Arguments

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

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


Run the code above in your browser using DataLab