Forum Discussion

pc10044's avatar
pc10044
Community Member
3 hours ago

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 get it wrong, the slide functions properly. But in all subsequent "type a response/Pick One" slides, no matter what you type in, it says you got it right. 

 

The slide conditions are identical. And if I switch the order of the slides, it remains that whichever Pick One slide is FIRST in the order is the one that works, and the other ones after do not. Which leads me to believe my subsequent slides are somehow connected to my first slide which is what's keeping them from functioning correctly.

 

The ONLY thing I can think of is that ALL of them say "Submit Pick One 1 interaction" and the "Pick One 1" is not editable. I'm thinking that I need it to be Pick One 1, Pick One 2, Pick One 3... etc. But I can't figure out how to change those. And I could be wrong that that's the problem.

Please help! :)

 

  • 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.