This page contains details for the following EPICs
...
→ Adding Images
→ Adding Audio
OR
→ Video as instruction (similar to Solution)
Conclusion:
Add this to SBForm or build independently
If independent, it will be at the bottom of the Question set details page.
...
Status | ||
---|---|---|
|
Timer
User flow: User selects Show Timer → Enter Max time (optional / mandatory as configured) and Warning time (optional)
→ Creator can enter maximum time in hours : minutes : seconds
...
Show Timer | Maximum Time | Warning Time | Player | Supported? |
---|---|---|---|---|
Yes | No | No | Count up from 00:00 | |
Yes | Yes | No | Count down from max time (hh:mm:ss or mm:ss or ss) as per the limit defined and When 00:00 submit & go to end page | |
Yes | Yes | Yes | Count down from max time (hh:mm:ss or mm:ss or ss) as per the limit defined and When warning time, flash timer in red from warning time till it reaches 00:00 When 00:00 submit & go to end page | |
No | Yes | No | Show time on the Instruction page. No count up / down | Not supported |
No | No | No | Chill! |
Notes:
Use ShowTimer and TimeLimits in the Question Set object Definition
How does player behave if showTimer is false and timeLimit is defined by user?
...
→ Creator can define max attempts for a question set. Min 1, Max 25. Default none.
Only for Question Set categories which are meant for Trackable Collections. If they are consumed independently there is no limit on attempts - default consumption behaviour.
Create hierarchy (Creating Sections)
...
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.
Example,
Code Block |
---|
MCQ // marks = 1
* Option 1 // score = 1
* Option 2 // score = 0
* Option 3 // score = 0
* Option 4 // score = 0
Player will get 1 marks on responding with Option 1 |
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 | ||
---|---|---|
|
...
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 | ||||
---|---|---|---|---|
|
...
Conclusion: Editor allows configuring a list of allowed object types & primary categories for a collection / question set category.
Reference
Consumption stories https://project-sunbird.atlassian.net/browse/SB-22827