exam_evaluate: Step 5: Evaluate the exam

Description Usage Arguments Value

View source: R/exam.R

Description

Step 5: Evaluate the exam

Usage

1
2
3
4
5
6
7
exam_evaluate(
  shortname,
  flavor = "template",
  report.template = system.file("nops", "eval.html", package = "exams"),
  eval = exams::exams_eval(partial = FALSE, negative = FALSE),
  ...
)

Arguments

shortname

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

flavor

character. User nops_eval_write_<flavor>

report.template

character. Passed on to nops_eval_write_<flavor> as an argument to template paramter

eval

list specification of evaluation policy

...

Parameters passed on to nops_eval and nops_eval_write_*. As for nops_eval, respected parameters are points, mark, labels, results, file, interactive, string_scans, string_points. The other parameters are ignored.

Value

data.frame of marked result.


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