Forum Discussion
Reset answer on try again?
Is there a way to force SL to clear quiz answers when the learner hits "Try Again"?
Edit: and randomize them again.
Thanks,
Mike
42 Replies
- RickGomezCommunity Member
Hi, im having a similar issue, i have a question with 3 possible answers, like fill the gap, i have unlimited attempts and the trigger to jump to slide (same slide) when click the try agian button. the quiz slide is set up as reset to initial state. So the answers are back, the slide is loaded again, but the drop area keeps displaying the last attempted answer, how can i clear that? its really confusing for the user to have the target area with an answer.
Hi there Rick!
I'm happy to lend a hand, but first I'd like to learn a little more about your project.
- What version of Storyline are you using?
- Are you using a freeform drag and drop slide?
- Do you want the slide to reset to it's initial state after the learner clicks the Try Again button?
- MelissaMaherCommunity Member
I'm having an issue resetting my freeform drag and drop on Try Again, and I'm wondering if there's a different trick. I have used the "change the state of" trigger successfully to reset non-freeform slides, but it's not working for the freeform slide. I have 2 items grouped as a Drag Item (png icon and text) x 5 groups. My first thought is that since they're not check boxes or radio buttons with built in multiple states, so the same type of "change state of" trigger won't work. I tried to then search for slide layer level settings to change, but didn't find anything helpful. Is there a way to reset a freeform slide using normal single-state objects as Drag Items? Thank you so much in advance!
- MelissaMaherCommunity Member
Has anyone figured out an answer to this question? I have the same concern. I'm using Storyline 360, and my client has asked that "Try Again" trigger a reset of the answers, but they don't want to reset to initial state when revisiting later on. My understanding is that both of these aren't possible at the same time, correct? I tried adding a trigger on Try Again layer to Jump to slide (same slide) when clicking Try Again button, as advised above, however if I accompany this with a slide setting of reset to initial state on revisit, we're lost the only 2 attempts requirement.
This is confusing, as Captivate automatically resets answers on Try Again.
Any wisdom, tips and tricks on this issue would be immensely helpful! Thank you so much.- MelissaMaherCommunity Member
I think I found the answer! I added triggers in the Try Again layer to "Change state of" Radio Button 1 to Normal when User Clicks Try Again button. I had to add a trigger for each element in the quiz (in some cases radio buttons, in other cases check boxes). It's tedious, especially if you have loads of quiz slides like I do, but it allows you to reset on try again, but also keep the slide at saved state when revisiting.
It worked perfectly! Hope this helps someone else out there!- MarionGoetze-81Community Member
Thanks Melissa! This is exactly what I was looking for.
- PhilMayorSuper Hero
You can add triggers to change the state of each to normal when user clicks the try again button
- MelissaMaherCommunity Member
Thanks! I think I must've figured this out right as you were posting this. I really appreciate it!
- TinaGlynn-59324Community Member
I'm using a drag and drop quiz slide. I only want the users to have 3 attempts. I've tried adding a trigger to change state to normal when they click the Try Again button. It returns the color and text to "normal" but it will not return the shape to it's home position. So, on the second attempt the mouse will not line up with the shape. It's very confusing to have the shape hover about 2 inches above the cursor. When I tried adding a trigger to reset the slide to the initial state, it lets the user have unlimited attempts and I can only give them 3. Has anyone found another way to reset quiz slides when you click Try Again?
- RenGomezStaff
Hi Tina,
Sorry to hear you're running into a few issues with your drag-and-drop interaction. When clicking "Try Again," the drag-and-drop slide will not reset but allow the learner to proceed from where they left off.
As far as the mouse issue, are you comfortable with sharing your .story file for testing? You can share it publicly here, or privately with our support engineers. We'll delete it when we nail down what's going on!
- DonWestover-5f9Community Member
Hi Everyone,
Here is how I handle multiple tries/attempts that reset the slide on each attempt. I use one "TryAgain" number variable and some triggers that add value or resets the value and it works for everything. I included directions below and a sample Storyline file (directions are in the file too). The sample has a drag and drop and two select many activities. I created the sample as learning activities, not as a final assessment but you can use it for that too.
I hope it helps. Let me know if you have questions.
Try Again Directions
If you want to create questions or activities that have multiple attempts and will reset the interaction when you try again, meaning it doesn’t remember your previous selections, then you will do the following:- Create a Number Variable and name it “TryAgain” and set the value to 1.
- On the question/activity slide:
- Set the slide properties to advance by user, when revisiting: “Reset to initial state”
- Uncheck submit button – create your own submit button on the slide with a button trigger that submits the interaction when the user clicks
- “Try Again” layer –
- Create a layer trigger to show “Incorrect” layer if “TryAgain” variable is equal to “2.00”. Note: If you want more than 2 tries just put the number of tries you want here.
- Create a button trigger for your “Try Again” button that adds “1.00” to the “TryAgain” variable when the learner clicks on the button.
- Create a button trigger to Hide this layer when learner clicks it.
- Create a button trigger to Jump to same question slide when learner clicks it.
- “Incorrect” layer –
- Create a layer trigger to set “TryAgain” variable equal to 1 when the user clicks the “Continue” button (if you are not sending them to a “Correct Answers” layer).
- “Correct” Layer
- Create a layer trigger to set “TryAgain” variable equal to 1 when the user clicks the “Continue” button.
- “Correct Answers” Layer
- Create a layer trigger to set “TryAgain” variable equal to 1 when the user clicks the “Continue” button.
- MelissaMaherCommunity Member
Thanks so much for this effective workaround! It worked well. I am noticing, however, that even though my freeform drag and drop is set to 2 attempts, occasionally when I'm previewing the entire course (within Storyline) the Incorrect slide layer shows on first incorrect attempt. It's weird. When I preview the slide (again within Storyline) by itself I can't replicate it. Always takes 2 tries before the Incorrect slide layer appears. Have you experienced this or is there some small detail I'm missing? I know sometimes previewing within the app isn't necessarily a direct representation of a web-hosted course in a browser, but this isn't one of those differences I'd expect to find. Could you please take a peek at my screenshot and see if anything stands out? Thank you so much! Any suggestions greatly appreciated.
- KatieTripoli-8dCommunity Member
Melissa - Did you figure out your issue? The same thing is happening to me. When I preview slides, it will get the Try Again slide. But sometimes, those same slides will show the Incorrect slide automatically instead of Try Again for attempt #2. I have checked all triggers and they are all the same. I'm stuck. :-(
- UmaMaheshRajagoCommunity Member
Hi Don Westover,
I was struggling to find the solution to solve the second attempt to show the correct answer layer. Your sample file helped me to solve it quickly.
Thanks a lot.
- IlaMintonCommunity Member
We came to SL from Captivate a few years ago and love the SL community for answers but the quiz capabilities keep falling way behind in comparison to other development programs.
A question should reset to its original configuration when multiple attempts are requested. We should not have to add multiple triggers to each possible response on every question slide. Participants should not have to unclick a former response, select a new response and then click submit. - simonsimon-361aCommunity Member
Hi is there a simple fix to this issue yet?
The problem is, you cannot jump to same slide and reset visit to initial state using question banks. .. Its a simple request that must be very difficult to implement given the 7 year history of this discussion.
Is this something SL is just not going to fix/do/worry about? It seems pretty crazy to show previous answers to a question that may be T/F or have limited multichoice options.
Also to add triggers to individual slide assetts to make this work is just annoying and time wasteful, especially given the time SL takes to create stuff :)
Thanks