olat_eval {exams2openolat}R Documentation

Evaluate OpenOlat Exams

Description

Evaluate OpenOlat exams produced with exams2openolat, and carried out and exported in OpenOlat.

Usage

  olat_eval(file, plot = TRUE)

Arguments

file

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

plot

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

Details

olat_eval is a companion function for exams2openolat. It evaluates the exams carried out in OpenOlat for further processing outside of OpenOlat (in CSV format).

Value

A data.frame with the detailed exam results is returned invisibly. It is also written to a CSV file in the current directory.

See Also

exams2openolat


[Package exams2openolat version 0.1-1 Index]