View source: R/nops_itemresp.R
| nops_itemresp | R Documentation |
Process data from NOPS evaluation results (via nops_eval)
for subsequent IRT (item response theory) modeling.
nops_itemresp(
eval = "nops_eval.csv",
exam = Sys.glob("*.rds"),
psychotools = NULL,
labels = NULL,
...
)
eval |
character. File name of CSV output from |
exam |
character. File name of RDS output from |
psychotools |
logical. Should |
labels |
function for extracting exercise labels from each
|
... |
additional arguments (such as |
nops_itemresp returns a data frame with several item response
outcomes for each student: solved indicates whether or not an
exercise was fully solved, partial whether or not it was at least
partially solved. points gives the points achieved for each
exercise. The corresponding nsolved, npartial, and
npoints are the sums of these for each student. Moreover,
solved2, partial2, and points2 distinguish not only the
exercises within the exam but also the actual source template within each
exercise.
A data.frame.
nops_eval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.