cp_examHelper: Multiple Choice Exam Key Creation

Description Usage Arguments Value Examples

View source: R/cp_examHelper.R

Description

cp_examHelper creates an answer key for multiple choice exams that offer four possible answers in the form of the letters a, b, c, and d.

Usage

1

Arguments

n

number of questions in the exam

Value

A data frame containing the question numbers and correct answers

Examples

1
2
key <- cp_examHelper(n = 40)
table(key$correct)

chris-prener/prener documentation built on May 17, 2019, 9:12 a.m.