Closed snaeil closed 2 years ago
Hi Snaeil, the default value of itemBankItems you've pasted is not in flat table format since the 'response options' variable is in JSON and has scoremap. I therefore think this input port can't take a flat item table as input. If you are using flat table to store your items then you should set flat table type in your assessment node, so that it converts the table to the format required.
p5-p9 are optional parameter fields which should contain IRT parameters. They are completely optional and would only be used with certain IRT models (for example you might have 10 response options to a question and 9 threshold values). All parameter fields are optional and nullable. These fields are not the same as responseLabel, responseValue, etc. and the other fields you have listed.
In the Wiki, you describe flat item table attributes:
When exposing
itemBankItems
from the assessment node, an example can be seen from the default value:My question is now whether a flat-item-table is expected for the attribute
itemBankItems
.If yes , are p5-p9 the same as
[responseLabelN, responseValueN, responseScoreN, responseTraitN, type]
?