Forum Discussion
How to reset Drag an Drop options and not replay audio
Hello! I am working on a drag and drop activity. When the user click "try again" if they get the activity wrong, I would like for the slide to reset the drag and drop pictures but not play the audio again. Tried doing a T/F variable with the audio, but I think setting my base layer to reset to initial state when returning is messing with that. Seems like I can only either reset the drag and drop and the audio plays again, or the audio plays again and the drag and drop doesn't reset. Any help would be greatly appreciated!
- carolynkunzCommunity Member
Hi Nathan,
You're on the right track with the T/F variable.
- Create a T/F Variable for the narration.
- Create a trigger that plays the audio when the timeline starts if the narration = F.
- Create a trigger to set narration to True with the timeline starts.
I've attached your updated SL file so you can see how I did it.
Carolyn
- NathanMuellerCommunity Member
Apologies for my delayed response, Carolyn. Thank you for your help with this! I greatly appreciate it!