Audio in Advance Action Doesn't Execute from "On Success" in Quiz Question

In each of my quiz slides, I have set the On Success action to Execute an Advanced Action.  In the Advanced Action, I have two lines.  The first line is to run audio that says something like "That's Correct - great work - click any key to continue" and the next action line is a jump to slide.  Only the jump to action works.  The audio doesn't run.  Thoughts anyone?

Sorry, seem to repeat what I already told you about messing up Quiz slides. This problem is also due to that.
The actions On Success are executed after completing the two-step Submit process. The Submit button is essential. I explained some possible tweaks in this post:
Question Question Slides in Captivate - Captivate blog
You'll see how to skip one of the steps, how to attach audio to an object etc.
In an advanced action everything is always done very quickly, the action will not wait until the audio clip has played before jumping to another slide. Misunderstanding actions.

Similar Messages

  • Action doesn't execute in player

    In the app I'm working on (AS 2.0) I have several buttons. I've added an action to each of those buttons:
    on (release)
        gotoAndPlay("fr_test");
    When in Flash, if I enable (Control) Simple Buttons and Simple Actions, this action works like it should. If I test the movie or publish it, the action doesn't execute.
    I've tried another approach with one button. I added an empty layer for actions only, and added the following code:
    this.test_btn.onRelease=function()
        gotoAndPlay("fr_test");
    This doesn't work at all, nor in Flash nor in the player. I wonder what I'm doing wrong here. Changing fr_test to the frame number does not change anything.

    I solved this by starting over with a new flash app. I created buttons and actions, and they worked like I wanted. Then I tried to apply this on the old movie, but that didn't work. So I recreated the movie in the new app. I'm using some very complex drawings, and I messed around quite a bit. I don't know where it went wrong, but it works now for me.

  • Can advanced actions be applied to animations, images etc??

    When messing around with Cap 4 last week, I was sure I saw a
    function that would make it possible to apply an advanced action to
    an image or animation. Now I simply can't find it and I am
    questioning whether I saw it in the first place and that it was
    possibly a dream of what I wanted Cap 4 to have.
    Can anyone help me?????
    Regards,
    Ryan

    Hi Ryan,
    You can show / hide objects using the Show and Hide actions
    that are part of the Standard Actions. Choose Project >
    Actions.... When the Action Dialog appears click on the Advanced
    Actions tab. Next, from the Edit / Create Actions menu choose
    Create a new action... Now double-click on Add Statement, from the
    menu that now appears, choose either Show or Hide and then select
    the object you want to show or hide.
    Once you have created and saved your Action. You could then
    apply this to say a button.To do this you would simply create a new
    button and from the on success Action menu of the button dialog,
    you would select Execute advanced action and then select the action
    you just created.
    If you wanted to hide multiple objects. You could choose
    Multiple Actions (from the on success) menu. Clicking the "..."
    button will display the Set Advanced Actions dialog. Selecting say
    Hide would then display all the objects on the current slide. From
    this dialog you can then select each of the objects you want to
    hide and then click the Add button. Clicking OK twice to dismiss
    both the dialogs and then previewing the project will then enable
    you to test out the hide functionality.
    Actions are a fantastic addition to Adobe Captivate 4 and
    although they might take a little getting used are definitely worth
    preserving with.
    Best - Mark

  • Can an advanced action open an image in a seperate window?

    I am wondering if this is possible.
    I am using an advanced action to Show/Hide an image. I would like the image to open in its own window so the user can move it to compare the pop-up image with the other image and instructions on my slide. (I have a TOC so I have limited space on the slide.)   I think the advanced action might be Execute JavaScript because that choice gives me the option to open in new window.  I am not savvy with writing JavaScript so any help would be great. 
    Thanks
    Jeff

    Hi Jeff,
    Welcome to Adobe Forums.
    In order to open an image in its own window you can go to Properties > Action > On Success > Open URL or File, in the URL box type the name of the image and from the drop down select New.
    After publishing the project, copy and paste the image in the output folder and then you can view the output, this will open the image on a new window.
    I hope it helps.
    Thanks
    Vikas

  • Advanced Actions not Working

    I built a slide with some advanced actions (specifically, I execute an advanced action "On Success" of a button push).  The scripts seem to execute fine when I'm previewing the project within Captivate but, when I publish the project and upload the SWF file to the web, the actions don't fire.  I can hit the button all day and nothing happens.
    I'm sure there is an option or something I am overlooking but I just can't find it.  Any help here would be appreciated.  Also, I am publishing to Flash Player 10 (not sure if that makes a difference).

    This doesn't sound like a bad install issue. Don't be too quick to reinstall an app when the content is playing fine for other users.
    You say you're on IE9.  Have you checked into the settings on your browsers to see if popups are disabled or there are security restrictions on what IE deems to be "active content".
    Find another user nearby with IE8 and see if they can run your content.  Your issue may be something local to your machine.

  • Play audio action doesn't work in Captivate 7

    Hi,
    On the first slide of my course I added a "quick start" guide. It consists of a series of captions containing text. In each caption there's a "Continue" text link triggering an advanced action to hide the current caption and show the next one. This works perfectly.
    Now I wanted to attach audio to each step of the guide. I added a "play audio" action after the show/hide actions for the first step. No audio was playing. When I changed the play audio to be the first action in the script - the script didn't work at all. When I changed it to be between the hide and show, the hide worked and show didn't. What I understand from this is that play audio doesn't work and also halts the whole thing.
    Any advice?
    Thanks

    Just checked it out, created a shared action with almost exactly the same commands, but grouped all the text containers in one group Gr_TC
    to hide:
    It worked perfectly. You don't see a label, because it is a shared action, for which I just filled in some parameters. Attached it to three buttons, had 3 text containers and 3 different audio clips.
    Is the audio clip playing when you use it in another way? The only difference seems to be that you have a VO clip and I used one of the included sounds with Captivate.
    Another way could be to attach the audio to the text container as object audio. Once you show the text, audio will play, when you hide the text it will stop. That was the way to go before CP6:
    http://blog.lilybiri.com/playtime-with-audio-and-widgets
    Lilybiri

  • How do I use the same execute advanced actions?

    I am using captivate 5, windows 7
    I created a slide with several click boxes and images.  I name them, for example,
    Click Box A  Image A
    Click Box B  Image B
    Click Box C  Imsge C
    And perhaps Images D, E, F
    I created Advanced actions, for example,
    Show_Image_A - which shows A and hides B and C - and shows Image D
    Show_image_B - which shows B and hides A and C - and shows images D and E
    Show_image_C - which shows C and hides A and B - and shows Image F
    Then On Success for each of the click boxes, Execute advanced actions as below:
    Click Box A - Show Image A
    Click Box B - Show Image B
    Click Box C - Show image C
    Works fine.
    My problem:  I want to repeat this slide's actions again (and over and over) with new images, same actions of click boxes.  SO - I thought I could copy it and paste it where I wanted it.  I want to use it again later in the same project - and I want to be able to use it again in anothe project.  I was hoping NOT to have to rebuild the slide every time, but here's what I am seeing:
    The click boxes and images are in the duplicated slide - BUT they all have different names - no longer my named Click_Box_A, but Click_Box_<number>, etc each time I paste it has a new number.  SO - my advanced actions still say Click Box A, Image A, etc - and obviously they're not recognized here. SO - my actions don't work here.
    It is painful - and tedious! - to change the names of all the objects and then change the names in the advanced actions.  There MUST be a way to do this that I don't know about?
    Please can someone help me?
    THANK YOU!!

    Hello,
    You cannot copy an advanced action from one project to another, that is really a pity. Please, if you have time, fill in a feature request!
    If the actions are always similar: why not create a template with the advanced actions you mostly use and create future projects on that template. I do it that way for the advanced actions I'm using often.
    Lilybiri

  • Closed captions on advanced action (play audio)

    Been using CP8 for awhile now and have a question about closed captioning with advanced actions.
    I have a single slide with audio that plays when the slide starts. Also has 4 action buttons on the slide. I wanted to force the user to click all four buttons before the slide would continue. Each button press would also play an audio file.
    I created an advanced action for each button that sets it's own button variable to "1", enables the visibility on the highlight objects for that button area, and plays an associated audio file for that button area. The advanced action also tests to see if all four button variables are set to 1. If true, it enables a continue button to go to the next slide.
    My problem is that for the closed captioning, I only get CC on the intro audio. I can't seem to figure out how to get the CC for the audio played by the advanced action. It just shows the original CC for the main slide.
    Is there a way to change the CC contents from within the advanced actions so that when they click the button, it plays the audio and changes the CC? I cannot use other boxes to display the CC info. It has to be in the CC box.
    Otherwise, I'm looking at creating a separate slide for each button click (jump to slide X) which plays the audio and CC. I was trying to avoid having 5 slides instead of one.
    Any suggestions?

    Only slide audio appears in CC, not object audio. You will have to add text containers that you show if cpCmndCC is set to 1, and hide if it is set to 0.

  • CPS-Job - Reply on Console doesn't execute the chosen action

    Dear Developers
    We have a job chain in which we have as default postcondition "On Error
    Action CONSOLE RESTART". Now we have a step on status CONSOLE but a
    reply doesn't execute the chosen action. This is not the first time we
    experience this behaviour.
    Any ideas to solve that problem or any workaround?
    Regards,
    Stephan Gross, RAIcps
    Here our system info:
    DB-Version Info:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Redwood-Repository Info:
    JCS Object Database,7.0.3.33
    JCS Modules,7.0.3
    JCS PM4W,7.0.3
    JCS Redwood &module Module,7.0.2

    Hello Stephan,
    7.0.3.33 has a known issue where the reply of console is not always carried out.
    If this is the same issue as you are experiencing, then the issue is solved in patch 7.0.3.38.
    I would advise you to create an OSS message to have checked if this is indeed the same issue.
    Kind regards,
    Miek

  • BUG:  Advanced Actions duplicated when creating NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8.

    Need:  CREATE NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8. 
    Problem:  NEW PROJECT (.cptx) duplicates the Advanced Actions originally configured within TEMPLATE FILE (.cpt.).
    For example: Template file (.cptl) advanced action "_initializeModule" gets duplicated as "_initializeModule1", "_initializeModule2", "_initializeModule3" within NEW PROJECT.  FYI, the original "_initializeModule" advanced action still appears.
    MAJOR BUG, what the heck is going on?!?!!!  Planning to deploy this template file to use for multiple courses with multiple users, this WILL cause epic confusion across the board.

    Similar problem, think they are working on it as well: when dragging a shared action from an external library to a slide or object event, and that action is using a parameter that was already created for another shared action, there will be a new parameter created which really screws up the shared action contrary to this problem. Tip: for the moment do not drag shared actions from an external library immediately to an event, but drag them first to the Library: Reuse Shared Actions in other Projects - Captivate 7 vs. 8 - Captivate blog

  • Clone and Delete Missing from Advanced Actions Window

    So, I was just chugging along using the new advanced actions feature in CP5.  All of a sudden, I went into to clone one of my advanced actions and the clone and delete buttons are off the screen.  I cannot resize the window so I cannot get to the clone feature.  I called support and they used the cop out line that this is a file specific issue.   He response was to post here or start over on my project.  I am sure you can appreciate how unaccptable that response is for me after putting over 100 hours into the development of this project.
    Any suggestions, ideas, or if anyone else has run into this would be greatly appreciated.
    Thanks,
    Eric

    Hi Eric,
    Thanks, understand now what happened and this is indeed an issue.
    I'm always trying to respect one of my beloved rules for names "KISS" (Keep it small and simple). So I will immediately trim the 'Duplicate_' that is added for every 'clone' (do like your word) and make the name different from the original in another way. That will be the reason why I never bumped into your problem. You have to know that I did live once in a DOS-world where every name could only have max. 8 characters and probably I'm still stuck with some reflexes from that past.
    Have a nice weekend,
    Lilybiri

  • Is there a way to transfer advanced actions from one project to another?

    We have several "developers" working on Captivate files.  It looks like I am going to need to do some of the advanced actions on other people's files.  Is there a way to export from mine into theirs

    One of my most urgents feature requests, but not yet there. I suspect it it mostly due to the fact that each object in CP needs its own unique ID, and that makes transferring advanced actions that do often reference objects pretty complicated. Nevertheless expect, hope that it will be possible in a future release.
    Only way to transfer advanced actions is using a template as I demonstrated in this old blog post:
    Template for reusing script
    Your project has to be based on that template to have the advanced actions available. There is no apparent way to make a template out of a CP-file, but usually just changing the extension of the CP-file from cptx to cptl will provide you with a template
    Of course you have to be very careful with the ID's as I started to explain.
    Lilybiri

  • Can't go to next slide after adding advanced action to answer and other

    Hi,
    I'm creating a quizz and there are some problems I can't
    solve.
    I have a flash project with login page, where user should
    fill name, company and e-mail. To this e-mail I have to send the
    results of the quizz. After you correctly fill the gaps and click
    OK, my flash aplication starts within the Adobe Captive 4 project
    (swf file). And now problems:
    1. In my captivate project: I have a question, 3 answers, 3
    possible attemps and one correct answer. If user answer wrong,
    there is a grey hightlight box, which should apears over my chosen
    wrong answer and stay there to mark already chosen answer and there
    is also a text animation "Sorry, your answer is not correct." under
    the quizz (on the same slide), which appears instead of error
    message. No problem, it works, I made a script for it, which is
    joined to every wrong answer (in Edit Question > (Answers)
    Advanced > Execute Advanced Action). But the problem is with
    correct answer (it shows text animation "Congratulations!" and
    green hightlight box). If I specify the event on correct answer and
    then submit the right answer, it shows the hightlight box, the text
    animation, but it doesn't continue to next slide! It stucks despite
    of the
    settings Edit Question > Options > (If correct answer)
    Action: Go to next slide). If I add new statement to my
    script, which is "Go to next slide" and then click on the right
    answer, it immediately jump to next page and doesn't show the
    hightlight box and the text animation. How can I wait until the
    duration of the animation ends and after that go to next slide?
    Script for the advanced action on my correct answer is:
    -> show rightHighlightBox
    -> show congratulationsText
    2. I need another pass fail option, for example - I have 30
    questions - 3 answers, one correct, 3 attemps. User submits wrong
    answer, but then he choose the right one, but he choose the wrong
    one at first ---> 0 points. It's e-learning and I need to allow
    users to correct them.
    3. How can I export the value of correctAnswers to my flash?
    Is it possible?
    Thank you very much for reply!

    Hi,
    You need to add a "Continue" statement at the end of your
    script otherwise you will have to click on Skip to go to next
    slide.
    And all the Quzzing information can be accessed from Flash
    using the Quizn variables.
    thanks
    ravi

  • Using Advanced Actions to Make a button appear only after three other click boxes have been clicked.

    I'm working on an interactive brief, and I'm making slides where the user has to click the correct items and then a "Contine" or "Next" button appears so they can move to the next slide.  Any help out there?  I have been using Captivete but I do not have a lot of experience withthe Advanced Actions.  I'm sure this is a pretty simple solution for all you captivate Wizards out there.
    I'm using Captivate 5.5.
    Thanks for any help!
    heymattmann

    Hi Matt,
    Can you post some pictures of the Advanced Actions you're trying to use that aren't working? It might give people some ideas of specific ways to help you. It can be a bit frustrating to start out, since there's not a lot out there in Adobe's official stuff for Adobe Actions, but Lilybiri's blog really is a great resource.
    Others might do this differently, but for your scenario, I would create 3 similar Advanced Actions, each one assigned to execute On Success for a clickbox, and three Variables to keep track of whether or not the user has clicked a particular box. There's also your next button, which starts out hidden. Make sure to name it something like NextButton so you can find it easily in the dropdown box when making your Advanced Actions.
    So I might name the actions and variables: actionClickBox1, actionClickBox2, actionClickBox3, and varClickBox1, varClickBox2, varClickBox3 (when you create the variables, set their default values to 0). You can call them whatever you want, just don't reuse names anywhere else-- you will run into problems.
    The idea behind the actions is that each time the user clicks a box, you change the variable for that box to keep track of the fact that it has been clicked. That part you were on the right track for. The next part of the action then checks to see if all the clickboxes have been clicked (aka, if all the variables have been changed from their original values to the new one). If they are, it shows a next button. If not, it does nothing.
    From what you said, I think you were trying to add an Advanced Action to show the next button to the next button itself. This would only execute when the user clicks that button, which makes it impossible-- you'd have to click the next button in order to show the button so that you can click it... oh dear. The decision of whether or not to show the next button needs to be part of the clickbox actions, so that upon clicking the third and final box, the next button will pop up. Because it makes this decision (to show or not to show) on each clickbox, the order you click them in doesn't matter. It will only show the next button once all the variables have been changed.
    You will see that the actions are all very similar, except for the variable that they change:
    actionClickBox1
    first tab in the conditional action:
         if varClickBox1 is equal to 0 <-- default value of variables must be 0
         then assign varClickBox1 with 1 
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    actionClickBox2
    first tab in the conditional action:
         if varClickBox2 is equal to 0
         then assign varClickBox2 with 1
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    actionClickBox3
    first tab in the conditional action:
         if varClickBox3 is equal to 0
         then assign varClickBox3 with 1
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    Hint: If you set up one of these actions and save it, you can click a button in the top right hand corner to duplicate it and then just change the few things that are different to make the next action. It saves you from having to create it three times from scratch!
    Wow, this is long... I hope it isn't overwhelming in its length, and that it helps! Advanced Actions really are a cool feature once you get past their quirks...

  • Advanced Action not applied if button is clicked 1time

    I am making a game in Cap 5 that has a timer. We were given feedback that sometimes the timer stresses people out - so I added a Hide and a Show button on each slide. Clicking a button executes an advanced action that corrsponds w/the button name - but both buttons still appear the whole time. Example: The learner clicks Hide, the timer goes away, learner is kept on the same slide but they don't see the timer (all expected). Button for Hide is still there and does nothing if clicked. Learner clicks Show button and the timer is shown (expected), but the timer is reset (not expected). Lesson stays on that slide (expected). Learner re-clicks hide and the timer is hidden (expected). Learner re-clicks Show and the slide advances (not expected) and timer is reset (not expected).
    The timer is a widget that we created and is set to appear for the rest of the slide. It worked well before this show/hide stuff was added. Any ideas?
    Bonus round: There is audio on this same slide - and it will not play when the slide advances from previous slide...though it will play if you click forward and then back to this slide. Any ideas there?
    I'm happy to attach images - if you think this will help. Let me know what you need.
    Thank you!

    Most widgets execute their code when they enter "Runtime" on the Captivate stage. Essentially this can be translated as when the widget is shown on the stage then it will execute its code.
    If you hide a widget and then show it again then the widgets code will execute once more as it figures it is entering "runtime" for the first time.
    The best option is to add the "show/hide" buttons directly in the widget as you can keep the widget visible on the stage, but simply hide the timer movieclip. This would make sure that the timer is not reset.
    www.cpguru.com - Adobe Captivate Widgets, Tutorials, Tips and Tricks and much more..

Maybe you are looking for

  • Why will my iMac boot fine in Safe Mode but freezes on a normal boot?

    It is a 17" iMac.  1.83Ghz Core 2 Duo.  1GB RAM.  160GB Hard Drive.  Combo Drive with Intel GMA 950 GPU.  I took out the screen and put in in a different computer a while back.  This was a working computer before hand.  I pulled it off the shelf the

  • MacBook no longer connects wirelessly to internet after using ethernet

    So: here at home I have an airport extreme and a time capsule. The airport extreme connects to the cable modem, and the time capsule extends the wireless network created by the extreme. I was trying to do an initial time machine backup from the MacBo

  • Can't install Quicktime 7.03

    Other folks have posted similar problems, but I wanted to provide a little more detail. I got a nano for xmas and promptly installed itunes. A couple of days ago I got prompted to install itunes 6.02 (?) I downloaded and tried to install and got the

  • Crystal Reports 8.5 does not work on Vista & Windows7

    Hi, We have a program written in VB6 and we are using Crystal Reports 8.5. The reports are fine on Windows XP but are not running on Vista and Windows 7. I found many people over the internet have this issue but none of them have gotten any resolutio

  • After Effects Error: Rendering error while writing to file... Unable to open file.(-1610153459)

    Hi there, As the title states, this is the error message I get ONLY when trying to render .mov files. I have posted here before with a similar problem related to quick time files. After Creative Cloud does its own updating, I can no longer render .mo