View source: R/module_formAnalysis.R
formAnalysis module server-side processing
1 | formAnalysis_mod_server(input, output, session, items, forms, colMap)
|
input, output, session |
are standard parameters necessary for Shiny modules. |
items |
the item pool |
forms |
the forms |
colMap |
the col a list of IRT related column information. An example: IRTDataConf = list(IRTParCols = c("IRT_PAR_A", "IRT_PAR_B", "IRT_PAR_C"), IRTModelCol = "IRT_MODEL", IRTScale = 1.0, theta = c(-4,4)) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.