Extract and Parse Variable Information from CBA ItemBuilder Project Files
get_variable_infos_from_ib_file.Rd
`get_variable_infos_from_ib_file` inspects a single CBA ItemBuilder project file
Usage
get_variable_infos_from_ib_file(
zip_path,
stimulus_json_filename = "stimulus.json",
variables_xml_file = "global.cbavariables"
)
Arguments
- zip_path
Reference to the CBA ItemBuilder project file (relative path of the ZIP archive including the file name)
- stimulus_json_filename
Internal file name in CBA ItemBuilder projects (should be "stimulus.json")
- variables_xml_file
Internal file name in CBA ItemBuilder projects (should be "global.cbavariables")