exam_create: Step 1: Create NOPS written exam

Description Usage Arguments Value

View source: R/exam.R

Description

Step 1: Create NOPS written exam

Usage

1
2
3
4
5
6
7
8
9
exam_create(
  exam,
  latex.cover = NULL,
  html.template = NULL,
  solution.template = NULL,
  encryptHTML = FALSE,
  course.as.pdf.title = TRUE,
  ...
)

Arguments

exam

exam short name, directory contains config.rds, created with exam

latex.cover

character. Path to a tex file cover page or intro message. Passed to intro parameter of exams2nops

html.template

character. Path to template html. Passed to template parameter of exams2html

solution.template

character. Path to template tex. Passed to template parameter of exams2pdf

encryptHTML

logical or character. If TRUE or passphrase is set, password-protected version of HTML problem set is also created.

course.as.pdf.title

logical. If TRUE, use course title as PDF title. If FALSE, institution is used.

...,

other parameters passed to exams2nops

Value

invisible NULL


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