item submission mode #10
Closed
TomWoodward
started this conversation in
General
Replies: 1 comment
-
In the QTI 3 Item Player Controller sample collections, the submission mode (as well as item session control properties such as validateResponses and showFeedback) for each item is specified in the TestFactory.
This is because the QTI 3 Item Player Controller does not understand The fully expressive QTI 3 Test Player (Test Explorer), which understands everything in QTI 3, will be available and free and MIT licensed in the coming months. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the player's data model associates submissionMode with individual items, but it seems to me that this isn't how the data is modeled in the QTI3 spec. it seems like the submission mode in the xml is intended to go in the assessment structure, and that would apply to a group of items?
but also it seems like its easily possible to have items that don't work if they expect to be using individual submission and you put them in a test that uses simultaneous submission, so i wonder why items don't declare their anticipated/supported submission modes
Beta Was this translation helpful? Give feedback.
All reactions