Forum Discussion
Partial credit for multiple option question
Hi Miriam,
I think the attached achieves what you are trying to do. Although this example uses a multiple response question, the mechanics should be same when applied to other question types.
Basically, I have built my own feedback layers (correct, partially correct and incorrect) and have used trggers to display the relevant layer based on the value of a number variable that assigns a score (10 points if 2 AND 4 = 'selected' when the user clicks on submit or 5 points if 2 OR 4 equal 'selected' when the user clicks on submit). The key is to have the triggers that assign the score above the trigger to submit the interaction - SL processes triggers from top to bottom so you want the score to be assigned before the the relevant feedback layer is displayed.
Antony