New keys at question level for Observation with rubrics implementation #25
Replies: 2 comments 2 replies
-
Will the minScore and maxScore for a question be auto-computed based on the scores assigned to each option or the creator has to mention it? and what will be the behaviour minScore and maxScore - if user gets less than the minScore, will there be any indication in the RESPONSE or ASSESS event or in the overall score of the question set? @surendrasinghs @pallakartheekreddy - request your inputs also... |
Beta Was this translation helpful? Give feedback.
-
Hi @kiranharidas187, Thanks for bringing this up. I believe this discussion belongs to the Sunbird QuML repository and not necessarily here at Sunbird inQuiry. Anyway, let’s think about what it means to add minScore and maxScore to the QuML Specification and enable it through Sunbird inQuiry. MINSCORE and MAXSCORE are already available in the QuML specification. See https://github.com/sunbird-specs/QuML/blob/master/v1/question.md#question-variables What is the complete picture?: minScore and maxScore will work in conjunction with other pieces of the puzzle - taxonomy framework and rubric for assigning levels. Can you please help me understand the following:
@vrayulu @pallakartheekreddy Please add if anything. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@vrayulu As part of the observation with rubrics flow we need to calculate the min and max score at each question and bubble it up to the criteria and domain level.
For example, consider an MCQ question with 3 options of the different scores. Min score for the question will be the score of the option with the least score and the max will be the score of the option with the maximum score.
The score of criteria will be the sum of minimum scores of questions under the criteria and max score will be the sum of max scores of questions under the criteria. Similarly for the domain also the min score will be the sum of the minimum scores of criteria and the max score will be the sum of max scores of criteria under the domain.
In order to get this functionality done, we need a field known as minScore and maxScore in the question meta. Will this be fine?
cc- @vijiurs @joffinjoy @aks30 @pradeepkumarcm96
Beta Was this translation helpful? Give feedback.
All reactions