olat_eval: Evaluate OLAT Exams

View source: R/olat_eval.R

olat_evalR Documentation

Evaluate OLAT Exams

Description

Evaluate OLAT exams produced with exams2olat, and carried out and exported in (Open)OLAT.

Usage

olat_eval(file, plot = TRUE, export = FALSE)

Arguments

file

character. Base file name of RDS and XLS file with exam generated by exams2olat and exported OLAT results, respectively.

plot

logical. Should barplots with the aggregated results be displayed on the screen?

export

logical. Should detailed questions along with individual results be exported to HTML files in a ZIP archive for convenient import into OLAT?

Details

olat_eval is a companion function for exams2olat. It evaluates the exams carried out in OLAT for further processing outside of OLAT (in CSV format) and optionally exports detailed individual HTML reports (in a ZIP archive) for reimport into OLAT.

Value

A data.frame with the detailed exam results is returned invisibly. It is also written to a CSV file in the current directory, along with a ZIP file containing the HTML reports (for upload into OLAT).

See Also

exams2olat


c403 documentation built on Oct. 20, 2023, 3:01 p.m.