alter_scoring_rules_mst {dexterMST} | R Documentation |
alter scoring rules in an mst project
Description
It is only possible to change item_scores for existing items and responses through this function. Scoring rules can only be changed for items that are in the last module of a (mst) test.
Usage
alter_scoring_rules_mst(db, rules)
Arguments
db |
a dextermst db connection |
rules |
data.frame (item_id, response, item_score), see dexter |
[Package dexterMST version 0.9.6 Index]