This function starts an http server with the qtijs renderer. The renderer performs the conversion of qti.xml into HTML.
Usage
start_server(qtijs_path = qtijs_pkg_path(), daemon = T)
Arguments
- qtijs_path
The path to the qtijs renderer (qti.js), which will be started with servr::httw and to which xml files will be copied. Default is the QTIJS folder in the R package rqti local installation via the helper qtijs_pkg_path().
- daemon
This parameter is forwarded to
servr::httw
and should always be TRUE (the default). FALSE is only used for testing purposes when called viacallr::bg()