[Data Model] Arrange Sequence Questions
Background
We want to implement Arrange Sequence Question in the Questionset Editor and the QuML Player.
Before starting the implementation we need to decide Arrange sequence Question data model which is to be as per the QuML spec.
Proposed Data Model of Arrange Sequence Question
body
<div class='question-body' tabindex='-1'>
<div class='asq-title' tabindex='0'>
<p>Arrange the fruits in alphabetic order</p>
</div>
<div data-order-interaction='response1' class='asq-vertical/asq-horizontal'></div>
</div>
responseDeclaration
Proposed format1 (Recommended)
Pros: We will not have to save long options text in the responseDeclaration, when the options will be having images the text of options will become to long and data will become un-readble.
Cons: We will not get to see the options value in the responseDeclaration
Proposed format2
outcomeDeclaration
interactions
answer
editorState
templateId
primaryCategory
qType
interactionTypes
Let’s Compare ASQ with MCQ data
Compare MCQ body with ASQ body
Compare MCQ interactions with ASQ interactions
Compare MCQ responseDeclaration with MTF responseDeclaration
Compare MCQ outcomeDeclaration with ASQ outcomeDeclaration
Compare MCQ editorState with MTF editorState
Complete ASQ Question Metadata Example:
, multiple selections available,
Related content
[Data Model] Fill in the Blanks Questions
[Data Model] Fill in the Blanks Questions
More like this
[Data Model] Match The Following Question
[Data Model] Match The Following Question
More like this
[Design] - Making Question Set Editor and QuML Player QuML Compliant
[Design] - Making Question Set Editor and QuML Player QuML Compliant
More like this
Survey and Observation - New Question Types
Survey and Observation - New Question Types
More like this
Question Definition
Question Definition
More like this
Challenges in QuML Spec and UI Design
Challenges in QuML Spec and UI Design
More like this