Forum Discussion
pc10044
5 hours agoCommunity Member
Multiple Pick One Interactions in a Project not functioning correctly
Hello! I'm working on a project with multiple "Pick One" Interaction slides, which are entitled, "Type What You Hear" or "Type the Translation" in my project. On the first slide of this kind, if you ...
JudyNollet
5 hours agoSuper Hero
I can't analyze your .story file at the moment. However, based on your description, I think the problem may be that you're reusing a variable without resetting it.
A variable maintains its value throughout the course until an action changes it. So, for example, if you set a variable to True on one slide, it will be True when the next slide starts.
To prevent problems, you either need to use a unique variable to track each slide, or you need to reset the variable to its default value before it will be used again.