Quiz slide waiting for Audio finish before moving on to the next question

Hi guys, hope you can help. I have 5 questions with audio inside to narrate the question and the response to selection. Once you have chosend your answer, then click on submit button... it waits until the audio ends then proceeds to the next question.

I hope you can help

Thank you

Hi leshanley,

try setting QuizProperties > Action > success

"Jump to slide" instead of "continue".

Do the same for the last attempt.

Best TD

Tags: Adobe Captivate

Similar Questions

  • Can I do a behavior 'pause' for a second before moving on to the next line of the script?

    Hi all! I do a style Carnival "Duck Shooter" behind the game speeds, where the ducks swim in any of the scene at random, the user to 'pull' the ducks as far as possible within a given period. I met a problem that I can't find good advice!

    When the ducks are "shot", they change to a member of the duck, distribution with 'blood' on it, then disappear offscreen (by a big lag) to return to the scene at random intervals to keep the game going until the time is up! However, the action of disappearing off the screen happens too fast, so you never see the ducks splashed blood! I tried to put the "move screen and return to the Member unbloodied original mouseUP, instead of mouseDown (where the score stuff and sound effects occur), but while it does not for the most part, if your 'click' is not fast enough, the duck continues simply swimming covered in blood, rather than disappear off the screen."

    What I need, there was a delay after the change in original cast BEFORE it goes out of the screen and back changes, while the splat of blood can be seen. But I do not know how? Here is a code snippet...

    If (pDuckSprite = sprite (9)) or (pDuckSprite = sprite (10)) or (pDuckSprite = sprite (11)) then

    -Delete a partition

    Set gvScore = gvScore-1

    -Play "fail" sound

    puppetSound 3, Member "duck_quack".

    -'pull' the duck

    Sprite (me.spriteNum) .member = 12 <-past to the bloody duck

    BEHAVIOR BREAK HERE?

    -Duck to move off the screen to come back later

    pDuckSprite.locH = pDuckSprite.locH - 2000

    -back duck "unshot".

    Sprite (me.spriteNum) .member = 9 <-comes back to original duck

    Any help will be much appreciated

    It solved! For anyone else having similar problems, I used a quick timer to pause the scene for 1/10th of a second before using the following code;

    -wait a fraction of a second (so the user can see blood splash until the next action is running!)

    startTimer

    Repeat so that the timer<>

    updateStage

    end repeat

    Sorted

  • Why my project does not hesitate a second before moving on to the next slide?

    Hello

    I have a problem on the first slide on my project.  When I press a button to move to the next slide, the audio for the second slide comes immediately as it should, but the project hesitates about a second before it ahead on the second slide.  This only happens with my first slide...

    Any ideas?

    Looks like there could be something heavy on this second slide that needs to load.  Any graphics or widgets or interactions it?  Have you checked the weight?

  • Do all click on the required boxes before moving on to the next slide

    I created a screen with three areas of click and the next button. The learner will need to click on all three before click boxes he can click next to move to the next slide. If they do not click on all three boxes, that they must get a message saying: they need to view all content before continuing. Does anyone know how to program the next button to require the three click on boxes to be clicked before proceeding?

    Thanks in advance,

    ~ A

    Issue has been addressed several times in this forum. You don't need to program the next button, but click areas. I guess they don't have to be clicked in order? In this case:

    1. create three user, for each box click variables: v_one, v_two, v_three and give them a default value 0
    2. hide the next button (in the Properties Panel - since I don't know the version, wrong in detail)
    3. for each button click on create an advanced conditional action with two decisions:
      • First decision is a standard simulated action "always."
        IF 1 is equal to 1
        Assign the v_one with 1 (change of variable in the actions for the other boxes two click v_two, v_three)
      • Second decision checks the value of these three variables
        IF v_one is equal to 1 AND
        v_two is equal to 1 AND

    v_three is equal to 1

    See the Bt_Next

    Be sure to have the suspension of the next key point later that the point of putting paused click boxes. This means that we need to shorten the timeline of the boxes to click and check the properties of the button sync

    Lilybiri

  • Advanced Action help - the user must select all before moving on to the next slide

    I need a tip action that will require the user to select a number of option buttons containing information until the next button appears. I don't know how to write it. I want the user to be able to select each button in any order that they choose. Can someone give me a step by step process? Your help is greatly appreciated!

    What version do you use? Why radio buttons? The behavior expected normal of radio buttons is that only one can be selected, you seem to ignore what is generally accepted. As having a next button appears only after several items have been selected, this has been explained many times in this forum and have many examples in my blog. They are free, maybe not considered worth nothing...

    You need a variable associated with each item. Click on an item to trigger a conditional action advanced or shared with two decisions. First decision is simulated standard action, rotate the variable from 0 to 1, then is a real condition that will make the next visible button if all variables have the value 1.

  • Validate the amount entered in the field before moving on to the next field

    I'm creating a simple travel map.  In a section, the user must enter the cost of the meal and the left end.  The tip must not exceed 20% of the cost of the meal.  I need the form to check the tip came in to make sure that it is not more than the maximum.  If it does not exceed 20% of the meal, I would change the amount of the tip to the maximum allowed and display a message to the user know it has changed. I know virtually nothing about JavaScript programming.

    I would appreciate help that anyone can provide.  I also need to know exactly where to put the script - in the validation section of field or in the form of action as "the blur".

    Thank you!

    For the area of the tip, use the "servicing" tab in the winodw properties.

    script validation custom;
    get the subtotal for the cost of the meal in total;
    var nSubTotal = this.getField("Name_of_SubTotal_Field").value;
    test if this field (tip) is greater than 20% of the subtotal;
    If (event.value > 0.20 * nSubTotal) {}
    type is greater than 20% of the subtotal;
    Event.Value = 0.20 * nSubTotal;
    App.Alert ("Tip adjusted to 20% of the cost of meal!", 0, 1, "Excissive Tip");
    } / / end of excessive peak
    end of script validation custom;

  • Save the record before moving on to the next line in the data block

    Hello

    Form 10g, I have a block of retail, in the block of retail, I want the user first save the current line and then move to the next line, in the validate_record trigger, I checked the system.block_status = new but its does not work and the user is still able to move around the lines below without saving it in the upper rows.

    any tips?

    Ouadi wrote:
    Hello

    Form 10g, I have a block of retail, in the block of retail, I want the user first save the current line and then move to the next line, in the validate_record trigger, I checked the system.block_status = new but its does not work and the user is still able to move around the lines below without saving it in the upper rows.

    any tips?

    Yes. You can make commit automatic when changing the line.

    When-new-folder-instance trigger writing

    commit_form;
    

    I hope this helps...

  • I am running Yosemite. Should I upgrade to El Capitan before moving on to the Sierra?

    I am running Yosemite. Should I upgrade to El Capitan before moving on to the Sierra?

    No you do not.  Lion 10.7.5 or higher, you're in the clear.

    MacOS Sierra - technical specifications

  • I have iPad 2version 8.4.  Should I switch to 8.4.1 before moving on to the series of the 9.0 version?

    I have not updated my iPad to the latest upgrades of version 6. I currently have version 8.4. Should I update the 8.4.1 version before moving on to the series of the 9.0 version?  Going to miss any important settings or changes if I go straight to 9.0? If everyone advises me to install all the missing versions, please can you me where I can find them?  I already know where to install version 9.0 and 9.2.

    Thank you

    1. No, and you can't.

    2 No.

    3. If you somehow find and force - install any intermediate version iOS, iPad will not turn on.

    (137311)

  • Can I rent a movie on a laptop the night before and watch it the next day on a plane

    Can I rent a movie on a laptop the night before and watch it the next day on a plane

    About rent movies on the iTunes Store - http://support.apple.com/HT201611

  • get the structure of the event inside the while loop to wait for event occurs before the execution

    Hello

    I have a small problem, when I raise an event using a value change button, which works very well.  The problem is that the VI does not wait for me raise an event and instead runs the same event again, even if I have not pressed the button to start again.  The mechanical action of the button switch is released is.

    I was wondering how you get the structure of the event to wait for a user event, after that he executed the first time.

    James.Morris wrote:

    There is no reason that the event should be raised twice as much that the only way that it fires in your code is by the user by clicking on 'Hall measure only'.

    Oh yes, there is, and I deserve a kudo for this one.  Mechanical action on the button is set on the switch until published, so click to generate an event, on the bottom and on the square, attached is an example.

    My boy has my students hate this question, and to be honest, I hated it.  When never would you do that intentionally?  Honestly?  Anyway to change the button back to normal (as default latch when released) and move the terminal button in the structure of the event where it is managed and it will work as usual.

  • State machine - waiting for user input before going to the next State

    Hello

    I based on the example of standard state machine and would like some advice on how I can prevent labview in the next state until a user clicks a button.

    for example, the current state is 1, it runs through its code and its about to happen at the end, therefore, enter the following State, based on the defined constant "then of States." There are only two choices on how the machine should proceed, rto status to State 5 or 4 bedroom.  However, if I used a "select" function where other State is determined by the Boolean value of a switch, how to set up my code that labview is not just assumne the current switch (probably a 'low' is the value of boolena to use.

    IM is probably not very clear, but hope that you understand my problem.

    Thanks in advance

    Hi, rivers,

    Simply add a case to handle the 2 buttons until the case of the action is over. You can use a ' wait on the UI"function if you do not want to interrogate the buttons. You may experience problems if you use the event structure to implement this. If you use more structure and then 1 event in your code, you can get a problem with UI suspended indefinitely. This happens if a key is managed by a structure of the event in another part of the loop. Locks user interface until he is executed, but it cannot be run because it is in another case. You must use only 1 structure of the event to handle all of your entries, but if you do that, then, you will have the problem to allow only certain buttons at certain points. For example, you want to only 2 & 3 active after action 1 action buttons and the buttons that are used to go to other disabled at this stage steps. It will be messy. Better just to add an extra case after every case of action that deals with the interaction of the user for the next case. In the example that I joined, I placed action buttons in a cluster that is passed to all cases allowing you to get the keys you need when you need it. You could of course just to put the buttons in cases where necessary, but I prefer the first method.

    RGS,

    Lucither.

  • How can I fix iphone and ipad to recognize my printer air.  I t o disconnect the printer and wait for 30 seconds before reconnected and then they both recognize the printer

    How can I fix 6s iphone and ipad air when they do not recognize my printer air.  After unplugging the printer for 30 seconds, they can connect to the printer

    Hey robertafromnull,

    Thank you for using communities Support from Apple. We can see from your post that you are having problems with printing of your devices on a printer of Air and that it would be happy to provide advice to solve this problem.

    Let's start by going to the section called "If you can not print on your AirPrint printer" in this link here: Topic AirPrint. This should contribute to help you get started with you back to printing from your iPhone / iPad. Let us know if this can help, or if you encounter any problems.

    Kind regards.

  • Still waiting for a response to my response of the extra info about "unable to access xbox live because of parental e-mail account misspelled".

    Because the e-mail account was misspelled, we try to get the reset password sent to the email address is not possible, the address it is not mine. I need to reset the e-mail address of origin to the correct spelling, but, so far have not received a response from (ANN N) after that I have repied to his request for more info on 17 Oct. Please don't leave me hanging, bad customer service.

    Hello

    Thanks for posting in the Microsoft Community Forum, please be assured that we would do our best to help you with this problem.

    You may need to wait for the response of the person concerned or if there is a problem with the Xbox Live account, check out the following link:

    http://support.Xbox.com/en-us/billing-and-subscriptions/account-management/change-Xbox-Live-account-info

    or

    http://www.Xbox.com/en-us/forums

    If the problem is with windows live account you can report the query in the following forum:

    http://answers.Microsoft.com/en-us/windowslive

    Hope this information helps. If you have any questions do not hesitate to answer, we would be happy to help.

  • Internal address NAT before moving on to the VPN

    Hi all

    I was instructed to retire a VPN concentrator 3000 and its replacement by an ASA 5520.  I'm trying get a handle on how to implement the NATs and ACL, since most of my experience is remote access VPN, not from site to site.  In addition, I have not configured a VPN 3000 in about 6 years so I'll have to re - learn a lot from the interface.

    The VPN 3000 has a feature called NAT LAN-to-LAN rules that basically allow NAT address on your internal network to an address on the 'local' network for LAN-to-LAN connection, so it can then walk through the tunnel to the remote side.  The configuration looks something like this in the VPN 3000:

    Network source translated network remote network

    172.16.3.151 192.168.200.151 10.3.136.0

    That seems to me like a "political static NAT" in ASDM.  If I have one of those implemented, who should translate 172.16.3.151 to the inside interface for 192.168.200.151 inside (Yes, the same interface) interface which (logically) then should be picked up as "interesting traffic" by the crypto-plan and sent through the VPN tunnel.  However, appears not to be the case - the two 'followed package' in the ASDM and traceroute of the source workstation show packages inside the interface and then sent right on the external interface to the internet router (which then removes the packages because they have a private IP address).

    I don't know I missed something fundamental... what else do I need to do the pick-up card crypto traffic NATted?

    Hi Greg Dickinson,.

    This is the scenario. You can have several object groups in your scenario is possible.

    Original of your LAN IP on the Site b LAN IP Allow acl must be used for the NAT/PAT.

    !

    NAT_ACLpermit 172.16.3.0 ip access list 255.255.255.0 10.3.136.0 255.255.255.0

    public static 192.168.200.0 (indoor, outdoor) 255.255.255.0 access-list NAT_ACL

    !

    CryptoACL 192.168.200.0 ip access list allow 255.255.255.0 10.3.136.0 255.255.255.0

    !

    crypto map outside_map 1 corresponds to the address CryptoACL

    Your IP NAT/PAT to the @ Site of subnet IP LAN/IP B will be the Cryptoacl for the VPN.

    So, whenever you hit traffic for a site of LAN you will hit it NAT/PAT and translates.

    Then your crypto acl will be with your PAT IP and it should synchronize with Site B.

    Please rate for useful messages.

    By

    Knockaert

Maybe you are looking for