Copy link to clipboard
Copied
Hi,
I think I know the answer to my problem, but it just doesn't seem to work out once I put the pieces together. I want the learner to click 4 buttons and listen to each of their audio and then hear a wrap up audio before continuing to the next slide.
Here's how I think it's supposed to work:
Slide Details: I have 4 buttons (R, A, C, E) for a 4-step process. The user clicks each button to reveal a text box of detail and hear audio for each step. After the user clicks all 4 buttons I want a wrap up audio to play.
Program Info: I created a variable with the value of 0 for each button (Rviewed, Aviewed, Cviewed, Eviewed). Then created an advanced action for each button: (When button R is clicked, Assign Rviewed with a 1 and show Rdetails text box) for each letter. So, on success of each button execute Advanced Action.
Then I created another Advanced Action called AudioExitSlide#. This is a conditional action that says when all 4 variables have a 1, play wrap up audio, else ______not sure what to put here (continue and pause don't seem to work). I don't know where else to tag this advanced action but the On Exit action.
When I preview the slide, I never hear my wrap up audio. What am I doing wrong here?
Please help.
Katiebelle
Will try to explain, but want first to have some confirmation:
The On Exit event is never to be trusted, it will execute your action after leaving the last frame of the slide, and since you are then at the start of the next slide!
I would also like to see a screensh
...Copy link to clipboard
Copied
Will try to explain, but want first to have some confirmation:
The On Exit event is never to be trusted, it will execute your action after leaving the last frame of the slide, and since you are then at the start of the next slide!
I would also like to see a screenshot of your timeline, please? Here are already some tips:
Copy link to clipboard
Copied
Oh thank you!! You've already helped a lot, but I am anticipating your next message after this screen shot.
Version 9
Copy link to clipboard
Copied
All buttons need to pause at the same moment. At this moment I see that is not the case.
Captivate 9 has a new 'Delay next actions'. Do you know the exact length of the audio clips? For the second decision you'll have to use that Delay Next Actions command with the time corresponding to the audio clip that has to be played immediately, then put another Play audio command for the Wrap audio
Copy link to clipboard
Copied
Thank you for your help on this one! This has helped me tremendously and I'm now following your labeling practices (v_variable, b_button).