Forum Discussion
Creating a Multiple Response Quiz where selecting one or both correct answers shows correct feedback
Hello,
I'm creating a Storyline multiple response quiz where the user has 3 multiple choice options. In several of the questions, there are 2 correct answers. My team wants to set this up so that if the user selects one or both of the correct answers, the correct feedback layer is triggered.
Here is an example of one of the triggers set up to show the Correct feedback when only one correct answer (Check Box 2) is selected -
Currently, if the user only selects Check Box 2, a correct answer, the incorrect feedback layer is triggered. I've tried it without the 'normal' conditions, but it still shows the incorrect feedback layer while previewing.
I've uploaded a copy of the project so you can see all the current triggers on each slide. If you have any suggestions, please let me know!
Thanks,
11 Replies
- JillianFogartyCommunity Member
Instead of saying =Normal, try "Doesn't equal selected" in your triggers. Also, you don't need the trigger "Show layer incorrect..." that has the more specific details. If they've clicked the one wrong checkbox, it will be wrong across the board. I did test this, and it seems to work... These triggers are from your Q4.2 question.
- JudyNolletSuper Hero
ChristieSilver : The program always grades graded-question slides and determines the quiz score if there is a Results slide. However, you're not showing the actual results, and it sounds like you won't be tracking the score in an LMS. In that case, the grading and scoring simply don't matter.
I tried the file that JillianFogarty uploaded, and the changes she made to Q4.2 worked for me.
I also tested Nedim's trigger, and that worked, too.
- I strongly agree with his suggestion about giving the buttons meaningful names. That's immensely helpful when programming and troubleshooting.
- JudyNolletSuper Hero
To be scored as correct, a multiple-response question requires all of the "correct" answers to be selected, with none of the incorrect answers selected. If those selections aren't made when the user submits their answer, the Submit trigger will show the Incorrect layer.
There's no function in Storyline for alternate scoring.
However, you could do custom programming to achieve what you want. You could disguise a multiple-choice question, and trigger the appropriate answer to be scored.
These posts both have files that demonstrate ways to do this. They don't do exactly what you want. But, hopefully, they'll give you a better idea of what I mean by a disguised multiple-choice question.
- ChristieSilverCommunity Member
We're not scoring or grading this quiz - does that make a difference? Are we able to show the correct feedback without all correct answers selected if we do not score (if so, how do I remove this functionality?). Thanks!
- NedimCommunity Member
If you’re not grading this interaction, you can still show the correct layer even if the selected answer doesn't match what's specified in Form View. The key is making sure the Submit Interaction trigger runs before the Show Layer trigger. Technically, you don't need the Submit Interaction trigger if you're not grading, but I recommend keeping it so that the built-in "Invalid Answer" prompt appears when nothing is selected. Ultimately, it’s all about logic. One well-structured trigger can handle showing either the correct or incorrect layer based on conditions.
Example - 4.2 slideYou can follow the same logic across all quiz slides. What helps tremendously is renaming the checkboxes, as it makes it much easier to navigate and distinguish between them when setting up conditions in the trigger panel.
- JillianFogartyCommunity Member
- ChristieSilverCommunity Member
Thanks! Unfortunately, it still seems to be showing the incorrect layer when only one of the correct answers is selected.
- JillianFogartyCommunity Member
Even on the Q4.2 question? That's the only one I altered!