create_qti_test: Create XML file for exam test specification

View source: R/qti_test.R

create_qti_testR Documentation

Create XML file for exam test specification

Description

Create XML file for exam test specification

Usage

create_qti_test(object, path = ".", verification = FALSE, zip_only
  = FALSE)

Arguments

object

an instance of the AssessmentTest S4 object

path

string, optional; a path to folder to store zip file with possible file name; working directory by default

verification

boolean, optional; checks the validity of the XML file. Default is FALSE.

zip_only

boolean, optional; if TRUE, returns only the zip file. If FALSE, returns the zip, XML, and download files.

Value

xml document.


rqti documentation built on Sept. 21, 2026, 5:08 p.m.