powered by
Create zip file with test, that contains one xml question specification generated from Rmd (md) description according to qti 2.1 information model
rmd2zip(file, path = getwd(), verification = FALSE)
The path string to the zip file.
A string of path to file with markdown description of question.
A string, optional; a folder to store xml file. Default is working directory.
A boolean value, optional; enable validation of the xml file. Default is FALSE.
FALSE
if (FALSE) { # creates folder with zip (side effect) rmd2zip("task.Rmd", "target_folder", TRUE) }
Run the code above in your browser using DataLab