...
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.
While shuffle is turned on, all questions in a question-set will be assigned score as 1, which is handled at the Player end, without modifying the maxScore in the metadata.
We will stick to the same logic for MMCQ
...
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 will be set as
PARTIAL
by default. Scoring logic can be madeALL
,orANY
based on the scoring logic that has to be followed.
...