exam: Step 0: Set up one exam.

Description Usage Arguments Value

View source: R/exam.R

Description

Step 0: Set up one exam.

Usage

1
2
3
4
5
6
7
8
exam(
  problems,
  date,
  name,
  shortname = date,
  versions = 1L,
  samples.from.group = NULL
)

Arguments

problems

list of problems.

date

character. Representing the date of exam. e.g.) "2019-10-10"

name

character. Name of the exam. e.g.) "Final Exam"

shortname

character. Short name for the exam. e.g.) "Day02" or "final"

versions

integer. Number of versions created.

samples.from.group

integer vector. a.k.a nsamp in R/exams world.

Value

list of exam information. Result is passed to exam_create


kenjisato/examtools documentation built on Feb. 5, 2020, 6:49 p.m.