Button if not clicked within stipulated time jump to assigned slide

The background image is actually a video that's being played and as the switch is approaching the user has to either proceed or stop...Since this switch is aligned the right way the user is supposed to hit proceed button. In this switch stop button would be the wrong answer so if the user pushes that button then they will be directed to a wrong answer slide. And if they hit the proceed button then there is no action that means the slide will continue to play, the train will pass through the right track and go to the next scenario...so on and so forth. All this is done.
Now the catch is, once you enter this slide the user has 23 seconds before he approaches the critical distance to the switch before which he/she needs to hit one of the buttons. If he doesn't hit any or the proceed button especially before that critical distance (which is 23 seconds) they should be automatically directed to another failure page that shows time out.
Captivate has the ability to run a javascript as soon as you enter a slide. The slide can't be paused because of the video below it. This is a real life scenario for Yard Conductors.
Please don't hesitate to clarify.
Thank you so much brother for helping

Yes, you'll need to execute javascript. Put in the slide number you require, note that it will be 1 less than as it appears in the captivate program. To change the time, change the 23000 to whatever you want. It counts in milliseconds so 23000 millisecons is 23 seconds.
If you are using HTML 5 output:
setTimeout(function(){window.cpCmndGotoSlideAndResume = SLIDE NUMBER HERE},23000)
If you are using flash output:
setTimeout(function(){document.getElementById('Captivate').cpEISetValue('m_VarHandle.cpCmn dGotoSlideAndResume', SLIDE NUMBER HERE);},23000)

Similar Messages

  • Button can be clicked only 4 times within 24 hours?

    I want to create a JSP page which has one button. Requirement of project is that button can be clicked only four times within 24 hours. After 24 hour it should again allow to click button for max four times. How can I do this? Please help.

    Hi,
    In our project we implemented the same functionality,
    This can be simply achieved by object serialization.
    i.e you can store object with two attribute say clickCount , startDate and endDate.
    you should have seperate thread which does activate and deactivate operations on button with buttonactivateFlag.
    when button is clicked you should check for flag and do accordingly, if active increment clickCount, else dont allow.
    Thread part: thread update the endDate attribute in object by constant freqency, if startDate != endDate then next day.
    buttonactivateFlag = true;
    startDate = endDate = current date;
    clickCount = 0;
    I hope this will work fine!

  • While trying to load scrabble game via my facebook home page, it will not load within the time allotted. Are you getting other questions about this problem? Is it a Firefox issue? Thanks.

    the message "Facebook is taking longer than usual to respond. If this problem persists, refresh your browser or try again later." appears every time I try to access the game. Facebook acknowledges a problem, but I'm wondering if its a problem with my server. Thanks for any feedback.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • "MIMO Cable link did not lock within alloted time" error in USRP 2922

    Hi,
    I am running Prof Heath courseware experiments, specifically lab 2.1, on USRP 2922 and I have come through this error:
    "niUSRP Initiate.vi<ERR>The MIMO cable link did not lock within the alloted time." with error code "-1074118624". I don't understand the error and don't know what to do noting that I'm not using anything related to MIMO and I don't have a MIMO cable in the first place.
    Can someone help me with that? Thanks!
    Solved!
    Go to Solution.

    Here I am attaching screenshots for the top_rx.vi (1.jpg and 2.jpg) showing the hardware parameters and the modulation parameters respectively and a screenshot for the receiver.vi (the subvi, 3.jpg) where the problem occurs.
    And yes, I've been able to run other examples: the vi for the first experiment ran smoothly.
    Attachments:
    1.JPG ‏235 KB
    2.JPG ‏263 KB
    3.JPG ‏246 KB

  • Home button is not working all the time

    I have started to notice that when I press the home button on my iPhone 4 it does not work all the time. This problems has only started to occur and was first noticed around three months back, however I did not make a big fuss out of this because it was not as often as it is now.
    Sometimes i find this extremely frustrating as it occurs even when the phone is locked and you are trying to bring up the unlock menu (which I know this can be done by using the wake up/ lock botton located on the top of the phone)
    but this also is a pain when it happens, whilst using an app e.g. playing a game and trying to text someone.  Because of the faulty this also makes multi tasking sometimes impossible.

    Try calibrating the Home button.
    1. Open a pre-installed app, such as Contacts
    2. Press and hold the sleep/wake button until the red slider appears
    3. Immediately release the sleep/wake button; press and hold the Home button.
    4. Hold until the red slider disappears.

  • When opening a new tab with the middle click, it at-times jumps to the new tab when I set it not to

    I have already made sure that the option to switch to new tab is unticked. Please help

    Hello bump, help please.

  • 9i Form buttons will not click - tab/enter work

    I have created basic forms in 9.0.2 Form Builder.
    The mouse can click the menu items above the form - i.e. close the form, execute query, etc. but none of the buttons on the form are clickable.
    Settings relative:
    Item type: PushButton
    Mouse Navigatable: Yes
    What am I doing wrong/missing?
    I have tried this form, and creating new forms on 3 installations running 9i - none are clickable. I searched back two months worth of messages and the only close match was a 'left/right' click problem - 2 of the installations tried had default right mouse setups.
    Is there a way to run Forms on 9i that are 'not' displayed as web pages - that are displayed like they were in 6.0?
    Thanks,
    Todd Nelson

    Is the Mouse Navigation Limit set at the Form Level (in the Form Property Sheet?)Yes - it says "Mouse Navigation Limit - Form"
    Do the Forms 9i demos work ok? No -
    Tried infobutton - form PJCLAUNCH90 - no mouse...
    insertreplace - form replace90 - also no mouse...
    Of note: the 'buttons' that would have images I imagine - that say '[Roll' in the upper right - don't? Seems like something within the program isn't looking for resources?
    They seem to compile fine - 'Loading Java Applet', Oracle Forms...
    but no mouse support. Have to click on the page then tab to select the 'guessed' upper right close button.
    Could this be a path setup problem - conflict between 9iDS and 9iAS - c:\oracle and c:\orahome1 respectively. What Oracle configuration item relates to how forms find the button image resources?
    Thanks,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • My home button is not working all the time. Please help!

    My home button is only working now and again. I have tried the reset option which works for a short period of time but soon after, it's back to only working periodically. Please help...

    Try calibrating the Home button.
    1. Open a pre-installed app, such as Contacts
    2. Press and hold the sleep/wake button until the red slider appears
    3. Immediately release the sleep/wake button; press and hold the Home button.
    4. Hold until the red slider disappears.

  • Recently my trackpad's left button will not click anymore, is there a way of fixing this?

    My Magic Trackpad's left button is no longer clicking, but the one on the right works perfectly fine. I was just wondering whether there is a way of fixing this without it being sent of for repair?
    Thanks in advance, Matt.

    The Magic Trackpad's physical left click is a switch in the leg on the trackpad.  If it's stuck in or just won't compress anymore than it would have to be repaired.
    You can use the "tap to click" option in System Preferences so in theory you wouldn't need the physical click.
    Regards,
    Captfred

  • Download button does not click

    I'm sure that the apps i want to download is compatible with my phone, but the download key is always white/gray and I cannot click on it to download. Anything wrong? (my phone is c5-03)

    Files may still be in the memory or disk cache if you decide not to install the extension.
    You can probably use Clear Recent History to remove the last hour if you want to remove such files.
    *https://support.mozilla.com/kb/Clear+Recent+History

  • My ipod touch 4g on/off button does not click very well, and is slighty more pushed in (compared to my friends)

    could apple replace my ipod for free? it DOES still have a warranty

    If the iPod is devective and not abused Apple will exchnage it under the terms of your warranty. Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • 2.0 - 0x803d0006 - The Operation Did not complete within the time allotted

    I integrated MBAM 2.0 into ConfMgr 2012 SP1 on Srv2008R2 & SQL 2008R2 box. All MBAM components lying on the same server. Network is encrypted, using https, clients and server have certificates from inside PKI.
    - Manual encryption attempt with MBAM client fails ends with "An error has occurred". During this, there is no error codes anywhere.
    - During automatic triggering of MBAM client, 0x803d0006 comes up into event viewer.
    - Laptops are partitioned with extra Bitlocker partition as they should be
    - Laptops are able to communicate with
    MBAMRecoveryAndHardwareService/CoreService.svc
    - Group Policies are applied with necassary MBAM settings. Reporting point is disabled because ConfMgr integration takes care of that.
    - During the error on a client side, I don´t see any logs in event viewer on a server side

    I solved this By creating GPO policies only via MBAM node. Previously I had a mixup with policies, because I had configured Bitlocker Encryption policies also. With MBAM, only MBAM´s own policies should be configured.
    So this error massage is occured only because of GPO conflict. I also noticed, that you can easily mix up things with MBAM´s policies also, if configuring different encryption settings and causing conflict between them (like encryption package, keys etc).
    So if you don´t know, what you are doing (like me, hehe), leave encryption polices as default.
     

  • My lock button is not working,it doesn't click what should I do to fix this

    My lock button is not clicking and it won't lock unless I push really hard and I really want to fix it how do I do that or do I have to buy a new one

    Have you considered taking it in for service?

  • Home button slightly pushed it not clicking

    On my fifth generation iPod touch my top part of my home button is not clicking and feels pushed in all the way and the bottom still feels normal. I have tried moving it around in case it was out of place ano it still is like that. I was wondering how much Apple charges for repairs of this type because I am out of warrenty and will have to pay something to get it fix.

    If Apple can't unstick it, Apple will exchange your iPod for a refurbished one for $99 for 16 GB 5G and $149 for the other 5G. They do not fix yours.
    Apple - iPod Repair price                                    
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens         
    Fix it yourself if you are up to it
    iPod Touch Repair – iFixit                  

  • Has anybody experienced the iPhone off switch not working all the time.

    I have an iPhone 5, it's about 16 months old and it has experienced an annoying issue.  The off button does not work all the time, sometimes I have to press it multiple times and other times it just works.  The worst case is when it does not work at all, very frustrating.  I didn't expect this type of issue for a phone that is not even a year and a half old.
    I did some searching on the internet and there are 2 schools of thought, the first is that this is a hardware fault and Apple know about it but won't admit it because it would cost them too much to repair/replace phones with the issue.  The second school of thought is that it is a software issue and a backup/reset/restore will fix it; I tried doing this but it did not resolve the issue.
    Further digging seemed to suggest that it was really a hardware fault and the only option was to get a refurb from Apple for a ton of money, not cool.
    Anyway, if anyone has any more information that could help me resolve this issue I would greatly appreciate it.
    //*eggbox23

    @diesel vdub, thanks for your suggestion, I setup an appointment with the Genius Bar and found out in about 5 minutes that everything I have read up on so far is true.
    Firstly the technician admitted that there is a sporadic fault on the iPhone 4s and iPhone 5 switches, something to do with the design of the switch that included a rubber element that rolls up (whatever that means) and causes the switch to fail. He then indicated that the iPhone 5s does not have the issue because the switch has been completely redesigned.
    Since I was stupid enough to not take out the extended warranty the only options he gave me were to purchase a new phone or to get a refurb for $269, not cool. Why would anyone think that a phone would not work correctly for 2 whole years when the phone only cost about $600!
    Since I have about 7-8 months left on my phone contract I am not prepared to pay for either option.  I find it amazing that a phone can develop this type of issue in such a short time and then expect the customer to pay for their failures.  Apple supposedly sells a very high quality product for a very high price, looks like they have taken a step back from this philosophy.
    I am disappointed in the options that he gave me (I don't blame the technician) but I suppose I expected more from Apple in terms of quality and service.
    //*eggbox23

Maybe you are looking for

  • Upgrading from 8.1 to 9.2: non-WL SOAP/websvc client timeout

    So, I was using a Weblogic 8.1 'clientgen' generated a SOAP/websvc client, based on a WSDL the svc provider gave me. The generated components were accessing an Axis SOAP svc from a WL 8.1 deployed svc. To set the conn timeout and SOAP-end-point-URL d

  • Cannot open Print setting panel in Pages, Open Office, Word......

    I am a new MAC user, and recently when i try to print a document via any APPs, the APPs just force quit and send error report to apple. what's happening? BTW, i am using EPSON ALC-C3000N, download driver from epson website.

  • REP-1212 Object Body  is not fully enclosed by its enclosing object

    HI I have created new report, after finishing layout module i have started run this report. at that moment i am getting error. pl help me Regs Dhanalakshmi

  • Trouble with script to break out csv variables

    Using the following script to break down a csv file. CREATE OR REPLACE PROCEDURE s1_prc is cursor sa_cur is with t as ( select sa_record str from sa_records -- where rownum < 2 select regexp_substr(str,'[^' || CHR (9) || ']+',1,1) c1, regexp_substr(s

  • The speaker of Skype not working on Iphone 5

    Hello: Evertime I use Skype, I can call easy as Iphone 3gs. evertime I press call, it is freezing to me. I am sure it is login in and online. I tried to restroe it, but it still happen. So now, I need to double press the home button and delete Skype