Learn R Programming

⚠️There's a newer version (2.4-1) of this package.Take me there.

exams (version 2.3-3)

Automatic Generation of Exams in R

Description

Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Exercise types include single-choice and multiple-choice questions, arithmetic problems, string questions, and combinations thereof (cloze). Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOLAT, ARSnova, and TCExam. In addition to fully customizable PDF exams, a standardized PDF format (NOPS) is provided that can be printed, scanned, and automatically evaluated.

Copy Link

Version

Install

install.packages('exams')

Monthly Downloads

1,799

Version

2.3-3

License

GPL-2 | GPL-3

Maintainer

Achim Zeileis

Last Published

July 5th, 2019

Functions in exams (2.3-3)

exams2canvas

Generation of Exams for Canvas
exams2pandoc

Generation of Exams via Pandoc
exams2nops

Generation of Written Exams for Automatic Evaluation
exams2arsnova

Generation of Exam/Quiz Sessions in ARSnova Format
exams2blackboard

Generation of Exams in Blackboard Format
exams

Generation of Simple Exams
exams2openolat

Generation of Exams for OpenOLAT
exams2moodle

Generation of Exams in Moodle XML Format
exams2lops

Generation of Exams in LOPS Exam Server Format (WU Wien)
exams2html

Generation of Exams in HTML Format
include_supplement

Copy (Static) Supplement Files for Inclusion in Exercises
fmt

Auxiliary Formatting Functions
exams_skeleton

Generate Skeleton for Exams Directory/Script
exams2pdf

Generation of Exams in PDF Format
mchoice2string

Convenience Functions for Exam Formatting
nops_eval

Evaluate NOPS Exams
read_exercise

Reading LaTeX/Markdown Exercise Files
exams2qti12

Generation of Exams in IMS QTI 1.2 and 2.1 Format
stresstest_exercise

Stress Testing Exercises
include_tikz

Including Figures from TikZ Code in Exercises
exams2tcexam

Generation of Exams in TCExam Format
exams_eval

Auxiliary Tools for Evaluating Exams
nops_scan

Read Scanned NOPS Exams
num_to_schoice

Generate Single-Choice Question List from Numeric Solution
tex2image

Transforming LaTeX Code Using ImageMagick or pdf2svg
matrix_to_schoice

Generate Single- and Multiple-Choice Question Lists for Matrix Solutions
match_exams_call

Query Information from Last xexams/exams2xyz Call
xweave

Wrapper Function for Weaving Either Rnw or Rmd Exercises
xexams

Extensible Generation of Exams