| olat_eval_export | R Documentation | 
Takes the results from read_olat_results and the information
from the rds file with the individual questions/answers to generate a
zip archive file with individual test results (html file). This zip file
can be used to upload to OLAT.
olat_eval_export(
  results,
  xexam,
  file = "olat_eval.zip",
  html = "Testergebnisse.html",
  col = hcl(c(0, 0, 60, 120), c(70, 0, 70, 70), 90)
)
| results | data.frame,  results from  | 
| xexam | list the object loaded from the rds file which contains the individual questions/answers. The length of the list corresponds to the number of randomized tests, each list element contains N elements (N = number of questions) with all the information required to generate the output. | 
| file | character, name of the zip flie, the final archive file where to store the exported html files | 
| html | character, name of the output files (html files) | 
| col | character vector of length  | 
Return of the zip() call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.