run_Assessment {mycaas} | R Documentation |
run Assessment shinyApp
Description
This function run a shinyApp in which the is available: iii) The GUI implementation of the adaptive assessment
Usage
run_Assessment(file = NULL)
Arguments
file |
Logical value. |
Value
The results of the assessment
Examples
# Try the test example yourself
data(AA_knowledge_test)
if(interactive()){
run_Assessment(AA_knowledge_test)}
[Package mycaas version 0.0.1 Index]