Forum Discussion
Individual points for multiple response questions
Hi Alex,
I'm sorry, I don't have the new version of Storyline yet, so I can't open your project. So let's go back the the example that I created for you, and I'll explain the process in better detail.
The multiple choice question has three possible correct selection patterns. If both correct answers are selected, the slide recognized the answer as correct, and awards 2 points. If only one of the correct answers are correctly selected, the slide is incorrect. Because we want to award a point for the correct selection anyway, we add a point to the variable, with the incorrect feedback layer, and move to the next slide.
The next slide is a hidden slide. This is a true false slide, which is only set up to add one point if needed for the first slide. The triggers on the main layer checks the variable. If the variable is set to zero, the selection is false, which is incorrect, submits the answer, and the slide moves to the next slide. But if the variable is set to 1, we need to add a point. The triggers select true, and submits the correct answer, which adds 1 point to the total score.
The second multiple choice question has three correct selections. This adds up to seven possible correct combination that we must account for, and 3 possible scores. To handle this with only one hidden slide, I approached this one a little different.
- First, we must zero out the variable when the timeline for this slide starts.
- Next, if all three correct selections are made, the slide is correct, and awards 3 points. No additional points are added to the variable, because we don't need to add any additional points.
- If any other combination of correct answers are selected, then we must determine the correct number of points to add. This is accomplished with the triggers on the Incorrect layer. We check each correct selection, and add 1 point for each correct check box selected. There are 3 correct check boxes, so we must check each one, so there are three triggers. Each trigger add a point to the variable. When we are done checking, we move to the next hidden slide.
- This slide selects answers 0, 1 or two based on the answers. Since this is multiple select, we can use score by choice to select the correct number of points to award, and it really doesn't matter if the slide is answered correct or not. The choice selected matches the number of points to award, so if there is one point in the variable, choice one is selected, and one point is added to the score. Same for two points. We don't need to add three points, as we already added those because the previous slide was answered correctly. The correct number of points are submitted and added to the score and we move to the next slide.
- The next slide, is the results slide, and should now display the number of points that you earned by the previous interactions. You can set it to look for the passing score based on your requirements. I left it at 80%.
I hope this helps.
- RoydChisanga-505 years agoCommunity Member
Hi Dave, like my colleagues here, I am also trying to create a quiz with partial scoring for multiple response questions. I have followed your guide and created all the slides as shown in your example. The calculations are working and sending the totals to the result slide. However, I am getting errors from the hidden slides that "Invalid Answer: You must complete the question before submitting". Any help with this??
Thanks.