Question creation, recording answers and submitting question set for content state update #96
Replies: 2 comments 1 reply
-
Hi @Debayanpaul1593 The score calculation is happening in player, you can refer the player repo - QuML Player Content state update is part of sunbird lern. |
Beta Was this translation helpful? Give feedback.
-
Hi @rajnishdargan "outcomeDeclaration": {
"maxScore": {
"cardinality": "single",
"type": "integer",
"defaultValue": 1
}
} This data point is not stored in question_store.question_data but is stored in hierarchy_store.questionset_hierarchy and is mentioned as external property in schema file of questionset but not of question. Then why are we passing it in the question creation request body? It is being used in getScore calculation for a particular question so how are we fetching that data? |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I had a few doubts with respect to the mentioned topics
{{sunbird_course_service}}/v1/content/state/update
for updating the answers to questions. We have to send an event for the particular assessment with answer details if I am not mistaken. Where can I get a sample request with this event in the request body?Thank you
Beta Was this translation helpful? Give feedback.
All reactions