Remove all sections from a pre-created QTI zip file.
Usage
drop_sections(qti_file, out_file = NULL)
Arguments
- qti_file
.zip file to edit
- out_file
.zip file to write to.
Details
If out_file is not given, the default is the same as qti_file, but
with _nosect appended before the extension.
If out_file is given, it must end with the extension .zip.
Credits
Brighton Pauli, 2022