make_scan_A4: Simplification of the function exams2nops designed by Zeileis...

Description Usage Arguments Value References

Description

Simplification of the function exams2nops designed by Zeileis et al. to produce only the answer sheet and database.

Usage

1
2
3
4
make_scan_A4(exam, name = "scan", language = "en",
  title = "Title of the exam", institution = "Academic Institution",
  date = "2018-05-10", startid = 1, alternatives = 5,
  reglength = 7L, encoding = "")

Arguments

exam

Output of the function exams2pdf.

name

character. A name prefix for resulting exams and RDS file.

language

character. Path to a DCF file with a language specification. Currently, the package ships: English ("en"), Dutch ("nl"), French ("fr"), German ("de"), Hungarian ("hu"), Italian ("it"), Romanian ("ro"), Portuguese ("pt"), Spanish ("es").

title

character. Title of the exam, e.g., "Introduction to Statistics".

institution

character. Name of the institution at which the exam is conducted.

date

character or "Date" object specifying the date of the exam.

startid

integer. Starting ID for the exam numbers (defaults to 1).

alternatives

integer. Number of boxes.

reglength

integer. Number of digits in the registration ID. The default is 7 and it can be increased up to 10.

encoding

character. encoding

Value

Answer sheet for the exam and database of solutions.

References

Zeileis, A., N. Umlauf, and F. Leisch. 2014. Flexible Generation of E-Learning Exams in R: Moodle Quizzes, OLAT Assessments, and Beyond. Journal of Statistical Software 58 (1).


NicolasJBM/genexam documentation built on June 28, 2019, 2:42 p.m.