This category leverages simple choice and multiple choice interaction. Only simple choice is supported in Sunbird 3.9.
As a creator I should be able to create Multiple Choice Question
with at least 2 and maximum 8 options
mark any or none of the options as correct
Marking an option as correct will set its score as 1. In future we will enable editing of score for each option
Multiple choice with multiple correct answers (MMCQ)
Creator can mark more than one answers as correct.
On marking an answer as correct, its weightage is set as 1. Which means on selecting this response, the player will get full marks allotted for the question
The number of options that can be selected will be the total number of correct answers marked.
Example,MCQ with one correct answer. Q: What is 2 +2 ? a)4 (marked as correct answer) b)8-2 c)2*2 d)8 In this case the user will be allowed to choose only one option from the 4 options available.This works like a normal MCQ. MMCQ with 2 correct answers. Q: What is 2 +2 ? a)4 (marked as correct answer) b)8/2 (marked as correct answer) c)2*2 d)8 In this case the user will be allowed to choose only two options from the 4 options available.
There is no logical difference between the two questions types as MCQ & MMCQ. MCQ question is an MMCQ question with just one correct answer. The two of them will be considered as a single question type only.
MCQ (or any question) with multiple correct answers will have Scoring Logic = partial by default. Thus,
All responses marked as correct will get equal marks. The total marks of the question will be divided equally amongst all responses
Player will get score for whichever option s/he has selected.
There is no negative marking.
[Question] Should the scoring logic be present at the section level?
Example,
MCQ // marks = 1, scoring logic = partial * Option 1 // score = 1 * Option 2 // score = 0 * Option 3 // score = 1 * Option 4 // score = 0 Player will get 1/2 marks on responding with Option 1 Player will get 1/2 marks on responding with Option 3 Player will get 1 marks on responding with Option 1 & 3 MCQ // marks = 1, scoring logic = all * Option 1 // score = 1 * Option 2 // score = 0 * Option 3 // score = 1 * Option 4 // score = 0 Player gets no marks for responding with Option 1 Player gets no marks for responding with Option 3 Player will get 1 marks on responding with Option 1 & 3 MCQ // marks = 1, scoring logic = any * Option 1 // score = 1 * Option 2 // score = 0 * Option 3 // score = 1 * Option 4 // score = 0 Player gets 1 mark for responding with Option 1 Player gets 1 marks for responding with Option 3 Player will get 1 marks on responding with Option 1 & 3 Player will get 1 marks on responding with Option 1/3 & 2/4
Scoring Logic
A Scoring Logic will be present at each question and question see level, which can have values as:
ALL
Full marks assigned only when all the correct options are selected
ANY
Full marks assigned when any one of the correct answers is selected
PARTIAL
Partial scores assigned of any one or more correct answers entered.The total marks of the question will be divided equally amongst all response.
ALL | ANY | PARTIAL | |
---|---|---|---|
MCQ | Select the correct option. What is 2+2?
| Select the correct option. What is 2+2?
| Select the correct option. What is 2+2?
|
MMCQ | From the options given below, select all the synonyms for 'happy'? User gets full marks for selecting all the 3 correct options ie 1,2,3. | From the options given below, select a synonym for 'happy'?
| From the options given below, select all the synonyms for 'happy'?
|
FTB | Q: The color on the Indian flag are ____ , _____ , _____. A: The color on the Indian flag are saffron , white , _____. OR A: The color on the Indian flag are saffron, white, yellow. A:The color on the Indian flag are saffron , ______ , _____. OR A: The color on the Indian flag are white , ______ , _____. | Q: The color on the Indian flag are ____ , _____ , _____. A:The color on the Indian flag are saffron , _____ , _____. OR OR | Q: The color on the Indian flag are ____ , _____ , _____. A:The color on the Indian flag are saffron , _____ , _____. OR OR
A:The color on the Indian flag are saffron , white , ____. A.The color on the Indian flag are saffron , green , _____. A:The color on the Indian flag are green , white, _____.
|
MTF | Q: Match the following
| Q: Match the following
| Q: Match the following
|
Assumptions:
There is no negative marking. Score is always positive.
In future, Score can be any number, system will award whether it is positive or negative.
User flow
As a creator, I will create MCQ, enter options, and mark some of the options as correct.
When an option is marked as correct, system by default gives it a score of 1. This means that all options carry equal weightage when marked as correct.
In future, there will be an option to edit option level score.
Scoring logic is turned
partial
by default. Scoring logic can be madeall
,orany
based on the scoring logic that has to followed.
User action | System behaviour | Status | |
---|---|---|---|
1 | Create at least 2 and maximum 8 options |
|
|
2 | Delete options |
| Available in 3.9 |
3 | Mark one (or more) option as correct |
| |
4 | Scoring Logic - ALL / ANY / PARTIAL |
|
0 Comments