Forum Discussion
In a SL Pre-Check Quiz How Do I NOT Give Answer Feedback?
Hello Community!
I'm using Storyline's pre-check assessment feature for the first time.
I've researched for a few hours and want to thank those community members before me who have answered various angles and perspectives for using the pre-check; for example Storyline: Course Template with Pre-Check and Final Evaluation | Articulate - Community
What I need to figure out are the following:
- I created a question bank, but how do I create a final assessment (10 questions, score =>80% to pass) AND a pre-check assessment (25 questions, score 100% to pass) from the single question bank?
- In the pre-check assessment, I do not want to show right/wrong feedback on any of the questions. How do I disable this for the pre-check only?
Thanks in advance for your help!
-T
Duplicate and then set each question to no feedback
- PhilMayorSuper Hero
Duplicate and then set each question to no feedback
- JudyNolletSuper Hero
Storyline doesn't have a way to automatically turn the the feedback layers on or off based on whether the QB is being used for a pre-check or a final assessment.
However, you could add programming to the question slides to make it look like there's no feedback layer during a pre-check. Here's the basic concept:
- Create a T/F variable to track whether the user is taking the Final Assessment or not. Give it a default value of False, meaning they aren't taking the Final.
- On all of the Correct and Incorrect layers, add a trigger that hides the layer when the timeline of the layer starts with the condition that the variable = False. After that, add a trigger that jumps to the next slide when the timeline of the layer starts, with the same condition.
- If that jump doesn't happen fast enough for you—that is, you see a flash of the layer—there are ways to deal with that. For example, you could also change the Initial State of all the objects on the layers to Hidden, and then add triggers to show them when the timeline starts with the condition that the variable = True. Another option would be to cover everything with a black shape, and trigger that to be Hidden if the variable = True.
- On the Results slide, add a trigger that adjusts the variable to True when the timeline of the slide starts.
As for using the same question bank for different quizzes, that's simply a matter of how you set up the draw. That info is in the User Guide: Storyline 360: Drawing Slides from a Question Bank | Articulate - Community
- thomas_hCommunity Member
JudyNollet, thanks so much for your quick and detailed solution!
- JudyNolletSuper Hero
You're welcome.
Obviously, the solution I offered takes more effort than Phil's suggestion. Just duplicating the QB, with one QB set to show feedback and the other set to not show feedback, is easy to do. The drawback to that method is that any future updates have to be done in both QBs.
It's your decision which method will work best for you and that specific course. 😁