
Templates with Random Elements
Dynamic Exercises
schoice
: Single-Choice
- Task: Select the only correct item out of a list of alternatives.
- Knowledge quiz: Arbitrary number of shuffled distractors (e.g., swisscapital).
- Numeric exercises: Distractors are random numbers (from a set/interval) and/or typical arithmetic mistakes (e.g., deriv2, tstat2).
- Shuffling (or subsampling) can be turned on or off.
mchoice
: Multiple-Choice
- Task: Select all correct items out of a list of alternatives.
- Knowledge quiz: Arbitrary number of shuffled true or false statements (e.g., switzerland).
- Interpretations: Numeric statements that are approximately correct or clearly wrong (e.g., boxplots, scatterplot, ttest).
string
: Character String
- Task: Enter the answer (exactly) as a character string.
- Knowledge quiz: Sample a word/phrase from a given vocabulary or list of question/answer pairs (e.g., function, countrycodes).
cloze
: Cloze (Combinations of the Above)
- Task: Solve a set of sub-exercises combining any of the above types.
- Numeric exercises: Several numeric quantities based on the same problem setting (e.g., confint2, dist2, fourfold).
- Statistics: Qualitative single-choice questions plus numeric exercises based on randomly-generated data (e.g., boxhist, lm).
Blog
- Tutorial: Installing R/exams.
- Tutorial: First steps.
- Tutorial: From Static to Numeric to Single-Choice Exercises in R/exams.
- Gallery: Exercise Templates.
- Blog archive.