This page contains details for the following EPICs
https://project-sunbird.atlassian.net/browse/SB-22719 This contains Key Question Set Creation Capabilities
https://project-sunbird.atlassian.net/browse/SB-22953 Key Question categories: MCQ, MSQ, FTB22804 Enable Course Assessment: Key Question Set Creation Capabilities (SB-22719) + Add Instruction
https://project-sunbird.atlassian.net/browse/SB-22804 Enable Course Assessment: Key Question Set Creation Capabilities (SB-22719) + Add Instruction22717
https://project-sunbird.atlassian.net/browse/SB-2271722953 Key Question categories: MCQ, MSQ, FTB
Table of Contents |
---|
...
Question Set Creation Capabilities
...
Add Instruction for a question set
Status | ||
---|---|---|
|
Creator should be able to add rich text (or markdown) instructions for question set. Instructions should allow
...
Create hierarchy (Creating Sections)
Status | ||
---|---|---|
|
Question set should allow creating child question sets in it.
...
Use change orientation icon for this as shown in InVision designs.
Preview Question Set
Status | ||
---|---|---|
|
Preview button will open Question set player. Player will support Question Set preview.
...
Support QuML v0.5 questions as well
Support ECML (v2) questions as well
Filter out ECML (v1) questions
...
Question categories
Info |
---|
Details for https://project-sunbird.atlassian.net/browse/SB-22953 |
Multiple choice with multiple correct answers
Status | ||
---|---|---|
|
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
MCQ (or any question) with multiple correct answers will have Partial scoring = true 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.
...
Code Block |
---|
MCQ // marks = 1, partial scoring = true * 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. (Option 2 and 4 might also be selected but they will reward any +/- marks) |
Fill In The Blanks
Status | ||
---|---|---|
|
Creator types a few words.. a sentence maybe. Selects a word. Insert blank.
A blank is inserted in place of the selected word.
As shown in designs, creator can now specify correct responses for the inserted blank
Creator types a few words.. typing cursor is blinking. Insert blank.
A blank is inserted at the cursor position.
Creator can specify correct responses for the inserted blank.
...
case insensitive,
ignores more than one space,
allows all characters,
..
...
Tip |
---|
Completed in 3.6, 3.7 |
Question set details form driven by category configuration
Status | ||||
---|---|---|---|---|
|
...
Code Block |
---|
Practice Shuffle: default false, editable Submit required: hidden, no default (not applicable) Show feedback: default true, viewable Show solution: default true, hidden ... |
Add / Create New Question
Status | ||||
---|---|---|---|---|
|
...