Learn R Programming

rqti (version 1.0.0)

start_server: Start QTIJS on a local server

Description

This function starts an http server with the QTIJS renderer. The renderer performs the conversion of qti.xml into HTML.

Usage

start_server()

Arguments

Value

The URL string for QTIJS server.

Details

The server has to be started manually by the user, otherwise the Knit Button will not work. The Button starts a new session and invoking a server there does not make much sense.

Examples

Run this code
if (FALSE) {
# Initiated server in qtiViewer folder
start_server()
# Initiated server in a specific folder provided by the user. This folder
# contains the QTI renderer
start_server("/pathToTheQtiRenderer/")
}

Run the code above in your browser using DataLab