View source: R/runClassicalApp.R
runClassicalApp | R Documentation |
This function launches a shiny app where ".csv" files of data can be uploaded and analysed. It assumes that all pupils have had a chance to attempt all items.
runClassicalApp(MC = FALSE)
MC |
If TRUE launch a version of the App designed for analysis of multiple choice tests. The only difference is that converting item responses (e.g. "A", "B", "C", "D") to scores is incorporated in the App and that additional item characteristic curves (ICCs) exploring the percentage of pupils choosing each category in each score group are included. |
## Not run:
runClassicalApp()
runClassicalApp(MC=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.