Strange behaviour on question slides with a countdown timer!

Hello Captivators,
I am facing a strange behaviour on question slides with a countdown timer. Whenever I place a countdown timer on a question slide, one of the options/answers disappear. What is going wrong here? Am I missing anythig in the settings?
I am using Captivate 8 (Trial Version).
Thank you for your support in advance.
Greetings

Sorry for the double question. However, I see that there are 10 Captivate communities and I thought I can post my question in one or some of them. Anyway, I know now that it is "Not very friendly" to do that. Sorry again!

Similar Messages

  • Question Slide with video

    Hi,  I'm trying to create a question slide that has 2 videos and then a queston to display after the user has watched both videos, however, the question displays at the beginning when the slide is viewed and stays showing.  There does not seem to be a Timing option to Appear After so many seconds.
    Is there a way to do this

    You are correct that you cannot time the captions and other elements on a quiz slide as you can with other slides.  If you must use a quiz slide, your better strategy is to place the videos on a slide before the quiz question and only progress to it after watching the videos.

  • Strange behaviour of CC compiler with templates

    Hello!
    I have noticed a strange behaviour of CC compiler.
    The followint test-case compiles normally:
    #include <stdio.h>
    #include <complex>
    using namespace std;
    extern "C++" {
    template <class FLOAT> complex<FLOAT>
    cos (const complex<FLOAT>& x)
    return complex<FLOAT> (cos (real (x)) * cosh (imag (x)),
    - sin (real (x)) * sinh (imag (x)));
    int main(){
    return 0;
    But if you commenty string
    "using namespace std;" it gives error:
    /opt/ss11/SUNWspro/bin/CC test.cc
    "test.cc", line 8: Error: Templates can only declare classes or functions.
    "test.cc", line 14: Error: A declaration was expected instead of "}".
    2 Error(s) detected.
    make: *** [test.o] Error 2
    ----

    Class 'complex' is defined in the 'std' namespace. When you comment out 'using namespace std' compiler can't find definition of 'complex' and so treats function declaration as invalid construction. But I agree the error message is not quite clear.

  • Captivate 7 question - slide with audio and light boxes not functioning properly

    I am currently working a project and cannot figure something out. 
    I have a slide with 9 smartshape buttons on it.  When each button is clicked it brings up a lightbox.  Each lightbox has it's own close button. When the lightbox is closed by the user then the user immediately sees the 9 button screen and can choose another button to view and read, and so forth.  I have the lightboxes working fine.
    Now, I added text to speech.  It is a mere 15 seconds in length, but it contains some important content and the directions.  I want the text to speech audio to stop playing if the user goes ahead and clicks on one of the 9 buttons which then brings up a lightbox.  I want the audio to then resume when they close the lightbox.  OK I have all of that working in a technical sense.
    I've also tried this advanced action, but this stops the Audio entirely, however it does solve the autoadvance issue. so I am just trading issues.
    I also have  "back and next" nav buttons on the slide, so the user must click one or the other to proceed off the slide.  Ok those worked.
    Here is the issue.  Once I added the text to speech audio, at the end of 17.3 seconds, whatever lightbox the user may be viewing and they hit the close lightbox button, captivate automatically sends the user to the next slide.  No clicking "Next" or anything.  I can't figure out why this is occurring. 
    Prior to adding audio the slide worked as it should with the user being able to click each of the 9 buttons to "read some info" then close it and click another button on the slide, etc.  They could do this in any order they wanted. 
    When I added the audio, I set the advanced actions so if a user clicked on one of the buttons, the audio would stop playing until they came back to the main screen.  Ok no problem getting that to function - except it stops functioning at the end of 17.3 seconds. 
    What am I missing?
    Thanks for any help!!!
    Michelle

    Correct I have only 15 seconds of audio with the slide.  no audio with any of the light boxes.  Those are "read only" light boxes.
    If the user clicks a shape button early, before the entire audio has played, I want the audio to stop, so the user can read the lightbox info, then as they click back to the slide away from the lightbox, I want the audio to resume playing - so they can hear the rest of the audio.  But,  this is where is doesn't function properly as when the audio finishes playing at 15 seconds.  The next shape button the user clicks on to shows the lightbox, but when they click to close the lightbox, the lightbox closes then sends the user to the next slide.  They haven't had a chance to view any of the other shape buttons and the information found in those corresponding light boxes. 
    I hope this clarifies.
    Any thoughts?
    Michelle

  • Strange behaviour in Chromium browser with PDF links

    I am using the Chromium browser from the repository (v4.0.249) and xpdf as my PDF reader. xpdf launches fine from Firefox and Opera when clicking a PDF link in a website. Before I had Chromium set as my default browser Chromium would actually launch Firefox(!) and then FF would load the PDF document into xpdf. That in itself is strange. Now that I have Chromium set as my default browser (using "export BROWSER=/usr/bin/chromium" in ~/.bash_profile) when I click a PDF link Chromium opens a new tab and gives me this error:
    This webpage is not found.
    No webpage was found for the web address: file:///home/larry/Downloads/Hardware
    The Downloads directory is where all my downloads go. Any ideas on how to set up Chromium to use xpdf properly would be greatly appreciated. I went to the Chromium forum and there was a similar query with no response as of yet.

    Works for me™
    Do PDFs open in the right app if you open them with 'xdg-open path/to/pdf/file' ?
    Edit:
    I forgot to mention that I haven't set any "special" environment variables before using chromium.
    Last edited by R00KIE (2010-01-01 00:41:03)

  • Strange behaviour of Mail app with Google IMAP

    So lets say I compose a email with attachments (lets say 5 pictures) and while I do this mail application sends draft to the google server I have no problem with that.
    I have really slow upload speed so 16mb takes a while (~10 minutes). Now I wait until "draft" is fully sent to the google because I want mail/google to delete draft message when sent (this unwanted behaviour is commented here: Apple Mail puts a email in "DRAFTS" after I send it? ). When that is done (draft 100% on the google server) I SEND message and "what the heck is going on now" email is uploading AGAIN? - another 10 minutes browsing slowly.
    How can I prevent this behaviour?

    Sounds like you could try deleting the current keychain entry, then quit Mail.app. Open Mail.app again, when it asks for the password go ahead and type it in then just click Always Trust, etc. to see if it can hold onto that certificate this second time around. You also might have more than one entry in the Keychain list, so hunt around there a little to make sure you get everything deleted related to your Zimbra/Exchange IMAP accont.

  • Strange behaviour on delete button with immediate=true

    Hi, I'm using JDev11.1.1.2
    I have dragged a view object as a editable form on the page.I added navigation + delete/create buttons.
    As I see it all delete buttons should be immediate=true, because I want the user to be able to delete the current row despite validation errors (or maybe this is achievable some other way ? )
    But now when I press the delete button, only the readonly fields are updated with next record in the iterator, but the input fields are not updated (they remain with the delete row's values).
    If I set disable=true to an inputField, then it gets updated with the next row's value.
    I tried with partialTriggers on the inputFields to the delete button - but no luck!
    Why I get this different behaviour on inputFields and outputText when the delete button is immediate=true?
    And how to deal with this problem?
    Thank you!

    Thank Frank for the answer, but still no luck
    Here is my code:
    <af:form id="f1" partialTriggers="cb6">
         <af:panelFormLayout id="pfl1" partialTriggers="cb6">
           <af:inputText value="#{bindings.Kod4.inputValue}"
                             required="true"
                             id="it1" partialTriggers="cb6">
         </af:inputText>
         <af:outputText value="#{bindings.Kod4.inputValue}" id="out1"/>
         <af:commandButton actionListener="#{bindings.Delete.execute}"
                               text="Delete" immediate="true" partialSubmit="true"
                               id="cb6"/>
         </af:panelFormLayout>
    </af:form>As you can see there are one output and one input field for a same attribute ... the output field gets updated on delete, but the input - doesn't
    There are partialTriggers and partialSubmit but still no luck
    My view is really a simple one - 3 fields, based on an entity. Tried with different view objects - still the same effect occurs.
    I don't see how a delete button can be of any help to the user if it is NOT immediate=true. I cannot add a row and delete it right away if there are validation errors
    Please help!
    Thanks

  • Strange behaviour of PC Suite with 6500c after sof...

    Hi everyone, 
    I have a 6500c connected via USB to my PC running PC suite.  For ages I've been able to send and receive messages via the PC Suite quite happily and view contacts etc.  But that has stopped since I updated my firmware and the PC Suite software.
    Now when I plug the phone into the USB cable, it no longer sychronises with PC Suite (I choose PC Suite from the phone).  PC Suite recognises the phone, charges the battery and I can still browse the phone's memory.  I can still send messages, but if I click the refresh button in the Nokia Communication Centre, it will not refresh my messages so I can't read them or reply to any.  The drop down in the number field also doesn't show numbers/names from the phone.
    If I go to the Contacts app of PC Suite, it reports "Refreshing of contacts failed"
    When I go to "Settings > Settings..."  and click "Check the notifications supported by this device: Nokia 6500c" it runs the test and says the phone supports the following:
    Notifications for incoming calls : Yes
    Notifications for incoming messages : No
    Battery level notification : Yes
    I've reinstalled the firmware and PC Suite but it's still no better.  I can't do a Restore All factory default on the phone as I don't know the code it asks for!
    The 6500c firmware is v09.45 (the latest according to the software updater)
    The PC Suite version is 7.1.18.0
    Can anyone help me?
    Any help gratefully aprreciated!!
    Steve

    Hi,
    I'm facing this same problem from december 2009. Phone notifications does not work. Battery level bar doesn't work too (only in BT mode).
    These are known isues of 7.1.18.0 still not removed.
    If you want have your old functionalities, install older version 7.0.9
    Code for factory default should be 12345, if not changed.
    Cheers
    N95 & N96 User

  • Strange behaviour of Crystal report with BEx Query

    Hiii. All
    I have created a crystal report on top of BW-BEx query. My query contains a structure other than Keyfig.
    Thats why I am using BW-MDX query option to build my Report.
    i Have created a cross tab in my report taking the structure as Column and some key figures in Summarised fields.
    till here it works fine. but whenever I am dragging some fields say "Project Defination or Location" to  report header section, which are also coming frm BEx query. then my cross tab is not showing all colomn of the structure(Precisely it removing one column of the structure).
    Can anyone pls tell me  why is it happening. and how to proceed to solve this.
    Waiting for your reply..
    Thanks
    Anish

    Hi,
    Thanks for your reply.
    Yes it returning data . Structure contains total 13 columns .
    So It is suppose to return all 13 of them. and it is doing so till i don't drag-drop the field. once i do this its behaving strangely and returning me only 12 columns.
    CR 2008 Version : 12.3.0.601
    BO Version : BO XI  3.1
    Regards,
    Anish

  • IPhoto: strange behaviour with preview thumbnails

    Is there a simple way in iPhoto 8 to rebuild the thumbnail database?
    I recently noticed a strange behaviour iPhoto 8 has with previews: In some of my event categories, iPhoto does not display the correct preview thumbnail of the picture, but a preview thumbnail of another event. When I click on the thumbnail, it reloads the appropriate preview and it does not happen again - with that picture. Also, if I double click an event to open it, the small thumbnail of the event's key photo that is to be displayed in the title bar (next to the All Events button) is not always correct.
    Thank you for your help!
    Stefan

    I have similar problems (lately) with iPhoto 6.0.6 -- thumbnails do not equal the images they 'thumbnail' of.
    Sometimes when it opens, it (recently) asked me to rebuild the thumbnails, but not always.
    Can I force a thumbnail rebuild using the command you gave - Apple-option while opening iPhoto? In iPhoto 6.0.6 this primarily forces a new selection of a library.

  • Strange behaviour with Slideshow placement since upgrade to 3.2 from 3.1

    Hello, since I upgrade from 3.1 to 3.2, I have some strange behaviours but in particular with the placement of a slideshow on a new page.  It is not displaying in the same position as I have in in Design.  It is way off and going up over my menus when I look at it in Safari or Chrome.  Does anyone know how to fix this or could it be a bug?

    Ben,
    When you upgrade, only apex_030200 will be created and that will use the tablespace you specify. It does not have to be the same one used by flows_030100.
    Scott

  • Strange behaviour with combo boxes.

    Has anyone else noticed strange behaviour of combo boxes with applets?
    What happens is that on selecting the combo drop down, the dialogue the combo is sitting on moves behind its parent window. You just end up seeing the combo list, and no dialogue. Select a combo item, and sometimes the dialogue reappears, and sometimes it is still hidden.
    I've only seen this whilst running an applet in browsers. In Eclipse I don't see the behaviour.
    The behaviour is also very intermittent.
    I'm using Java Plug-in 1.6.0_10-rc2, Using JRE version 1.6.0_10-rc2 Java HotSpot(TM) Client VM, on Windows Vista, Google Chrome browser.
    I'd raise it as a bug, it certainly seems quite serious, but I don't have a reliable test case.
    I have a work around, on all my dialogues with combo's on them, I have setAlwaysOnTop(true). Not really the correct behaviour though.

    GeoffTitmuss wrote:
    No, I believe I am just using Swing components.Ok, then I'm out of ideas

  • P43-Neo Strange behaviour with LG IDE/PATA DVD Burner attached

    Hello, I have spent several hours installing an OS on my new MSI P43 Neo-F v1.0 Bios v1.9:
    - 1x 1000 GB SATA HDD Seagate
    - 1x DVD Burner LG IDE/PATA HL-DT-ST_DVDRAM_GSA-H42N Firmware RL01
    - 4GB OCZ Gold
    - MSI RX2600 Graphic Card
    - Bequit! Power Supply 350 Watt
    Trying to boot from the DVD Drive works, but either XP not Vista could make it to the setup screen.
    - Vista stops after some seconds with an unexpected I/O error.
    - XP Setup just crashes and dumps register values.
    Boot from USB memory stick (DVD still attached but no DVD in) lets you enter the setup and select the HDD as intall target. But, if you click "next" it gives you a message that Vista could not verify if a suitable system disk is installed.
    I could only solve the problem by completely disconnecting the GSA-H42N DVD Burner from the IDE/PATA connector.
    I could install Vista now from USB.
    After Vista was installed I reconnected the GSA-H42N DVD Burner to the IDE/PATA connector and could install software etc.
    Anyone being able to comment on this very strange behaviour ?
    In conjunction with other boards I did not encounter issues like this with that LG DVD Burner.
    It has shown that with the MSI P43 Neo F the LG GSA-H42N is unable to boot any CD/DVD. Linux for example stops booting with image crc check error.
    I have now swapped the LG GSA-H42N with an GSA-H10N from my other machine and it can boot any CD/DVD from it - everything runs fine.
    The LG GSA-H42N now runs with my other machine (with an Asrock P43 DE motherboard) also without any problems it can boot any CD/DVD from it
    Thank you,
    CPU

    Please post your Full System Specs with PSU specs amps.
    >>Posting Guide<<

  • Question Slide Buttons

    I have an assessment that I created that uses a combines
    question slides with interactive slides. I would like all of the
    slides to uniform. The question slides were automatically created
    with buttons to Back, Skip and Submit. These slides also added a
    review area and a text box with question 1 of 15. I would like to
    add these items to the interactive slides, but the program does not
    allow these items to be copied. Can these items be added to a slide
    not created as a question slide? If so, how is this done?

    Hi Carol
    Taking your questions one by one:
    -- You can change the standard quiz question buttons (Clear,
    Back, Next, and Submit) by double-clicking them and changing the
    button settings. This enables you, for example, to change them to
    Image buttons (as in Rick's demo).
    -- You can't remove the navigation (defined on the Options
    tab in the Question properties dialog) from the Success and Failure
    captions -- it is built in
    -- You can't add your own custom navigation buttons to quiz
    questions using buttons or click boxes -- these options are greyed
    out on question slides -- so you have to make use of the regular
    quiz question buttons
    -- The difference between the Skip (sometimes labelled Next)
    button and the Submit button is that it navigates directly to the
    next slide without submitting an answer to the current slide. When
    the button is labelled Next, users often click this button in error
    without realizing that they have failed to submit their selection
    as an answer.
    -- I'm afraid I have no experience of the blue asterisks
    resulting from the hot spot Quiz slides. I'd be interested in what
    others have to say about this issue.
    Best regards,
    -Matthew

  • On Exit action possible on a question slide?

    I'm using Captivate 6.  My project has branching that occurs "on success" for some question slides, but if the user skips the question (which is allowed in this case) the branching doesn't happen.  On a regular slide there is an On Exit option to initiate branching, but that dropdown is greyed out on my question slide.  How can I initiate branching on a question slide if the question is skipped?
    Thanks,
    Glenn
    p.s. My first thought just now was to insert a regular slide immediately after the question slide with On Exit set on that slide to branch immediately to the correct location.  However, that adds an extra slide and maybe there's a better way?
    Message was edited by: GPillsbury1

    Hello,
    On Exit action has never been possible for question slides. Reason is that when the user has accomplished the two-step process for asnwering a question (1. Submit, 2. Click on slide or Press Y) the actions defined On Succes/Last Attempt for that question will be executed. That is embedded in the question slides. This is of course not the case for other slides. But even there On Exit events must be handled with care because they will only be done if the last frame of the slide is visited.
    Lilybiri

Maybe you are looking for

  • To it being stolen it tells me it nees restoring and when i try i get cant be restored error -1  please help me

    After recieving my iphone 3gs back from the police due to it being stolen ( yeah they got it back)  it tells me it needs to be restored but when i do it says cant be restored with error -1   can anyone please help me  Im so hapy to have it back but n

  • F110 - Lost Discount to be affected Inventory

    Hi, I understand the concept of net invoice during miro, the discount taken is affected during MIRO, the entries look like Dr GR/IR - 120 Cr Vendor - 120 Dr Vendor discount clearing - 1.20 Cr Inventory - 1.20 The posted documents are correct, and it

  • Itunes freezes when synced to windows itunes

    It's been a long time since I've synced my phone and when i did it today it freezes up. I'm using an iphone 5 and i've updated my phone and my itunes but it still freezes everytime i tried to sync my photos or my music. The itunes backs up my files b

  • APO Tables for DP forecast Data

    Hi All, I am working in VMI scenario. An IDOC of type PROACT carries the forecast data for DP. I need to fetch the dates for which the Forecast data is already existing in the database. Can some one name the tables where the forecast data is stored.

  • Basic landscape question in 2004s environment

    Hi All, This may be a bit repetitive..but I couldn't find the exact answer. Hence raising this. We have a  BI7.0 box and EP6.0 box. But EP is not connected to BI as of now. 1. Do we need to install EP7 and BI java additionally on this BI box or do th