Quiz not advancing after incorrect  answer (quiz uses user variables to show wrong answers)

Hello All,
Long time lurker, first time poster. Hopefully someone can help me.
After viewing this excellent video on the adobe captivate blog "so what were the right answers anyway" I created a quiz with user variables and a conditional advance action. It displays red crosses next to the each question that was incorrectly answered at the end of the quiz.
I set up user variable for each question with a value of 0. On an incorrect answer the variable would be set to 1.
At the end of the quiz is a slide which lists the question and shows a red cross next to each question with a variable set to 1. uses conditional action which is triggered "On Enter"
This works, but my problem is when I preview the quiz (in browser or as SWF), on an incorrect answer the failure caption appears but will not actually advance to the next question when I click anywhere or press y. It works OK on correct answers.
I can sovle this by adding a next button, but I want to understand what I'm doing wrong.
Using captivate 6.0.1.240 (boxed copy)
windows 7
images on quiz properties and  conditional action below
Any help appreciated.
Regards
Jacob C

I tested this work flow on 6.1.319 and it works fine. So it is a bit guessing in the wild... no 6.0.1.240 around for the moment. Seems strange, because a simple action like your Assign action should normally release the playhead. But of course it is a question slide and they do not always behave as expected. Could you try to replace the Assign action by a standard advanced action with 2 statements, like this:
Assign var_question_1 with 1
Continue
And please, let me know if it works? This could be a difference between the two versions, but not sure at all.
Lilybiri

Similar Messages

  • Slideshow not resuming after certain buttons are used?

    Hello,
    I have this slideshow that I'm so close to having completed, but there's one issue I'm having with it not resuming after certain buttons are used. I've tried to figure out what could be causing this but I just can't see what it could be. I feel I'm so very close to having this completed if it weren't for this one issue.
    In the slideshow buttons '1' and '2' work perfectly, however buttons '3' to '6' are not working completely as they should. During the slideshow, as it plays through the slides if you click on button '1' or '2' you are taken to the corresponding slide and then the slideshow automatically resumes, which is correct. However, if you click on any of buttons '3' to '6' you are still taken to the corresponding slide, but the slideshow does not resume and stays on that particular slide. I've looked over the Action Script 3 code several times and I just don't see what could be causing this but I'm not too experienced so there could be some error, no matter how minor, that I am missing.
    I've attached the file and if anyone has any advice at all or can help in any way I would REALLY appreciate it!
    Thank you,
    William

    In looking at the post I just made just now, I notice my attachment didn't come through. I'm not sure why this happened, but here is the code I'm using for the buttons:
    btn1.addEventListener(MouseEvent.CLICK, btn1ClickHandler);
    function btn1ClickHandler(event:MouseEvent):void
        gotoAndStop(10);
    play();
    btn2.addEventListener(MouseEvent.CLICK, btn2ClickHandler);
    function btn2ClickHandler(event:MouseEvent):void
        gotoAndStop(55);
    play();
    btn3.addEventListener(MouseEvent.CLICK, btn3ClickHandler);
    function btn3ClickHandler(event:MouseEvent):void
        gotoAndStop(105);
    play();
    btn4.addEventListener(MouseEvent.CLICK, btn4ClickHandler);
    function btn4ClickHandler(event:MouseEvent):void
        gotoAndStop(150);
    play();
    btn5.addEventListener(MouseEvent.CLICK, btn5ClickHandler);
    function btn5ClickHandler(event:MouseEvent):void
        gotoAndStop(210);
    play();
    btn6.addEventListener(MouseEvent.CLICK, btn6ClickHandler);
    function btn6ClickHandler(event:MouseEvent):void
        gotoAndStop(259);
    play();
    And here is the code I'm using for slide images:
    link_1.addEventListener(MouseEvent.CLICK, link_1ClickHandler);
    function link_1ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.debcosolutions.com/en-us/categoryredirect.aspx?categoryid=gifts%20worth%20givin g%20can&pricing=cad"));
    link_2.addEventListener(MouseEvent.CLICK, link_2ClickHandler);
    function link_2ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.debcosolutions.com/EN-US/redirect.aspx?ssk=CU7323&pricing=CAD"));
    link_3.addEventListener(MouseEvent.CLICK, link_3ClickHandler);
    function link_3ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.debcosolutions.com/EN-US/redirect.aspx?ssk=CL7292&pricing=CAD"));
    link_4.addEventListener(MouseEvent.CLICK, link_4ClickHandler);
    function link_4ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.apple.com"));
    link_5.addEventListener(MouseEvent.CLICK, link_5ClickHandler);
    function link_5ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.debcosolutions.com/EN-US/redirect.aspx?ssk=CL7306&pricing=CAD"));
    link_6.addEventListener(MouseEvent.CLICK, link_6ClickHandler);
    function link_6ClickHandler(event:MouseEvent):void
        navigateToURL(new URLRequest("http://www.debcosolutions.com/en-us/categoryredirect.aspx?categoryid=shocking%20deals%20-% 20cl&pricing=cad"));

  • How to use user variable in Member Formula

    Hi All
    I have to write a member formula for %linearity quarter for a weekly application.This member will be used in reports and we do not want to do this calculation in reports, hence need to write member formula. The formula is
    Week1 of Q1 forecast / Q1 Total Forecast , Week2 of Q1 Forecast/ Q1 Forecast.............,Week15 of Q2 forecast/ Q2Total Forecast.......and so on.
    According to me it should work in the below mentioned manner , but need help in improvising the formula.
    If(@ismbr("Weeks1") or @ismbr("Weeks2") or @ismbr("Weeks3") or @ismbr("Weeks4") or @ismbr("Weeks5") or @ismbr("Weeks6") or @ismbr("Weeks7") or @ismbr("Weeks8") or @ismbr("Weeks9") or @ismbr("Weeks10") or @ismbr("Weeks11") or @ismbr("Weeks12") or @ismbr("Weeks13") or @ismbr("Weeks14") )
    "Current_Forecast"/"Q1"->"Current_Forecast";......
    If anybody can help in suggesting how can i use user variable in this formula to achieve the required result.
    Thanks

    Hi
    Thanks for the suggestion and it would be a better idea to use ISIDESC as compared to ISMBR.
    I also wanted to ask if in the below mentioned formula if the result of first line is true than will the second line pick the current_forecast value of the respective member of Q1 and divide it by the current_forecast value of Q1.
    IF(@ISIDESC("Q1"))
    "Current_Forecast"/"Q1"->"Current_Forecast";
    Also i need to know how can i write a member formula for week YOY% using user variables.The general formula is
    Week 1 of FY13 - Week 1 of FY12/Weeks 1 of FY12
    Week 2 of FY13 - Week 2 of FY12/Weeks 2 of FY13 and so on till week 53.
    Thanks

  • Project does not advance after taking quiz.

    After taking a 3 question quiz I set the project to jump to a specific page when the Continue button is pressed.  The project does not advance to the chosen slide.

    I'm having the same issue. The project (swf file) keeps freezing on the second quiz question. if i start the project on another slide, it still freezes on the second question slide presented.
    I have cleared the cashe, tried setting it to a survey question. tried rebuilding the question slide.
    I have no clue why it wont play thru.
    Any suggestions? I need to get this project published today.
    There are 6 quiz questions in the project total.
    Thanks,
    Stephanie

  • Sequence Quiz Using User Defined Variables - Can See Underlying Variable Name On Move

    I have just tested using 1 slide to capture several user defined variables and the next slide to insert those variables as options in a sequence quiz slide.
    This works but as soon as I grab an object to begin sequencing them the underlying variable name shows up alongside the variable content.
    Am wondering if I am attempting something that shouldn't be possible in Captivate and / or if there is a fix?
    Thanks

    Sure, I'm using Captivate 8. On a test project I've created:
    a slide with 2 text entry boxes, their contents are stored in variables
    another slide with a sequence question (using the native captivate question slide)
    The labels on the 2 sliders on the question slide use the variables from the previous slide.
    This works, so if the variables are as follows:
    $$data_sequence1$$ - "blah blah blah"
    $$data_sequence2$$ - "blah"
    The labels on the sliders on the sequence question will be "blah blah blah" and "blah".  as intended.
    The issue is when I click one of the sliders to drag it to sequence the variable name will flash up on screen. So if I touch the slider with the label "blah blah blah" $$data_sequence1$$ will flash up on screen.
    I have other slides on there but these are the two related to this question. I haven't fully published the project I've previewed it.

  • Odd Behaviour using User Variables to select members in Planning form

    I have a form to enter budget adjustments and another form to review the effects of those adjustments at a parent Entity level.
    For each area of the business there are obviously different adjustment and parent levels required in the form.
    In summary I can drive a form from a User Variable using the functions (Children, IChildren, ILvl0Descendants, Descendants and IDescendants) but trying to use other options results in unexpected behaviour.
    For example with the following structure:
    Entity
    -Total Cost Centre
    --Group A
    ---SubGroupA1
    ---SubGroupA2
    ---SubGroupA3
    ---GroupA-Adj
    ----GroupA-AdjX
    -----AdjEntityA1
    -----AdjEntityA2
    --Group B
    ---SubGroupB1
    ---SubGroupB2
    ---SubGroupB3
    ---GroupB-Adj
    ----GroupB-AdjX
    -----AdjEntityB1
    -----AdjEntityB2
    For the adjustment entry form the users would want to see AdjEntityA1 and AdjEntityA2 if they are in business group A.
    For the review form they would like to see Group A and its children.
    I am trying to avoid writing multiple forms for each business user (largely because the number of groups can vary dramatically). I can't really use generations to drive the selections as whilst the business has effectively levelled the hierarchy business units can be working at different levels of this hierarchy.
    I want to offer a couple of options to the business. One will be to define a form that pulls all of the relevant entities into the form and relies on security to restrict the values displayed to the user. The second option would be to utilise User Variables to drive selections. It is the second option I am struggling with.
    If we consider a user working in Group A, I think I can see a formulaic way to select the various combinations of Entities if I set the user variable to be GroupA-Adj.
    I can define a data form that sets Entity to the L0Descendants of say GroupA-Adj and this is fine.
    When I try to define a review form that selects the Isiblings and Parent of GroupA-Adj I hit a problem.
    It seems that Children, IChildren, ILvl0Descendants, Descendants and IDescendants works as I would expect.
    Using IAncestors and IParents return just the User Variable setting (i.e. just the 'I' part, not the parents or Ancestors).
    Siblings, Isiblings, Parents, Ancestors all result in an error message because not all dimensions are represented in the form.
    This prevents me using a User Variable to build the review form in which I would like to display the siblings and parent of the entity GroupA-Adj.
    Anyone got any ideas?

    I would love to see the ability to select EDA's from Planning Forms, it would definately make life a little easier.
    As CL says, attributes are great at filtering forms and BR's, their only drawback is that you can only use them on sparse dimensional members.
    To get round this problem i've relied on security to filter out the accounts i do not need to see in the forms for the specific users, and kept the form selection on @IDESCENDANTS(Account_Parent).
    If you wish to filter on the Period dimension and this is a dense dimension, can you not get round the problem with rollups and, for example, @DESCENDANTS(Q1) to only return 3 months in the form, it really depends on your outline structure.

  • Photoshop Elements 7 does not start (after 3 years i used it)

    Yesterday, when i opened my Photoshop Elements 7 (I use it on my PC from 3 years), after the splash screen, an alert windows says to me that there is an error and suggested to restart PC or reinstall product. The program automatically closed itself.
    I'm not able to write the exact sentence of the alert, because now PE7 does not start at all. Not even the alert with the error message.
    I always used this product in this 3 years (from this PC), without problems.
    PE7 was preinstalled and pre-registered by the constructor of PC (Sony-Vaio). So, now i have not even the registration key to reinstall PE7.
    Furthermore, I tried to open Adobe Premiere Elements 7 (also, preinstalled and pre-registered, but never used), and after splash screen the program automatically close itself.
    What can I do??!?
    Thanks you all.

    No result by disconnecting from the network. Even if I restart PC.
    But.... I SOLVED the problem!!!!!
    The problem was "FLEXnet Licensing Service"
    Thanks to last tip, that leads to another failure... I remembered that 2 days ago I tried to optimize my PC by stopping some service with MSConfig. One of the disabled services was "FLEXnet Licensing Service".
    Searching in google, now i know that "Flexnet Licensing service is used by most Adobe products to prevent piracy".
    So, some Adobe products do not start, if Flexnet Licensing service is not running.
    Thank you very much for tips, and help in general... very helpful (to investigate the nature of the problem).

  • Manages Exchange server health Service is NOT starting after installing EDGE role using Exchange2013 SP1+CU5 setup

    I used Exchange 2013 SP1+CU5 to install Edge role on Windows server 2012 R2 workgroup machine
    then after installation the service "Exchange server health Service" was not starting automatically or manually with the following error "Error 1075: The dependency service does not exist or has been marked for deletion"
    and in the Event Viewer I have this error:
    Event Id: 7003
    The Microsoft Exchange Health Manager service depends on the following service: MSExchangeADTopology. This service might not be installed.
    please advice

    The Exchange 2013 Edge Role has a reduced set of services compare to a CAS or MBX server role:
    Active Directory Web Services
    Microsoft Exchange ADAM
    Microsoft Exchange Anti-spam Update
    Microsoft Exchange Diagnostics
    Microsoft Exchange Credential Service
    Microsoft Exchange Health Manager
    Microsoft Exchange Service Host
    Microsoft Exchange Transport
    Microsoft Exchange Transport Log Search
    The above one was from Exchange 2013 Sp1. Not sure whether Microsoft Exchange Health Manager service has been replaced from CU5.
    Just restart the edge server once again and ensure that you are able to see this service again in services console.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • Keyboard letters and numbers not working after (?) serious memory use (?)

    So I've been having problems with my keyboard on my MBP 15-inch, Early 2011 (OS version 10.7.5, fully updated). It stops working after I use Photoshop or InDesign (cs6) for a long period of time or when I'm surfing the web a lot. The best example where it for sure stops working when surfing the web is when I'm on tumblr and I scroll through dozen of pages on my feed. When it stops working, the only keys that continue to work is everything but the numerals and letters.
    I've taken it in, replaced the keyboard and talked to apple support and they can't figure it out. I assumed that it stops working because of all the loading images, info and memory that is in use when applcations are open but I don't know if it's because of memory.
    One thing that always occurs right before the keyboard stops working is this sound from the speakers that sounds like gears turning three times or three fast ticks. Only once has the letters and numbers start working and I don't now what I did to make it come back but I heard the three ticks play again.
    But my only solution to make it start again is restarting the computer.
    Does anybody have this problem/know the solution to make this stop?

    The only Upperfilters and Lowerfilters you were supposed to remove were the ones in 4D36E965 which is for the Optical Drive.
    The other keys, for example 4D36E966 and 4D36E967 etc.. are for other devices, such as the keyboard, mouse, and possibly other devices like sound and graphics. This is not good, because its hard to manually restore those filters without knowing what was in there before you deleted them.
    Did you backup the registry before deleting the keys?
    You could try a System Restore to restore the registry back to a previous state. If you boot into Safe Mode (press F8 or F5 before XP boots up), you can select a previous date to restore back to.
    Then follow these instructions http://support.microsoft.com/default.aspx?id=314060

  • Premiere cs4 Not Responding after a few mins use

    Hello,
    I have been using premiere cs4 to make stop motion videos for awhile on this computer and have started having problems with the software.
    Everytime I try to use it after a few mins sometimes 5 sometime less it goes white and says not responding resulting in having to close the program. Im starting to get late on deadlines and this is becoming a problem. Ive resorted to doing one step saving then having to close the program and repeat the process.
    My system...
    i5 750 OCed to 3.5ghz
    8gb 1600mhz ram
    I know its not the best but untill now its done this work for me fine. I am using stills at a res of 1920x1080 at 150 dpi and there are thousands of stills but again This is a new problem and I have been doing this for awhile with no issues.
    Any ideas would be greatly appreciated.

    Hello,
    Thanks for the quick reply.
    I did attempt a small batch sized as you stated but it did not help. It doesnt seem to matter what I'm working on within the program I could have no content and just click different menus and within mins the system will stop responding.  That being said the final video must be in 1080p.
    Here are the the items requested in the FAQ given.
    i5 750 OCed to 3.5ghz also tried stock clock settings.
    8gbs 1600mhz ram
    2 hhd set up as follows
    500gb 7400rpm hdd, program Pagefile, Media cache
    1tb 7400rpm hdd, media, project file, previews
    4gb virtual page file
    win 7 fully updated
    premiere pro fully updated
    No Audio used
    Ive tried various file sizes and settings to match those files all with same result.
    As I state above the actual conent size, type and quantity doesnt seem to matter 3-5 mins in and it just stops responding.
    Things ive tried so far.
    I did extensive mem tests on my ram with no issues
    reverted my over clock to stock settings
    reinstall the software several times.
    Also of note my ram never goes over 50% usage so Im not using all my ram.
    I hope this helps i tried to include everything mentioned on the listed FAQ

  • Datapump expdp not working after XDB is uninstalled using catnoqm.sql

    I have 11.2.0.3 database server, We are in the processes of hardeneing database that needs to XDB to be removed if not needed.
    I went ahead and removed XDB using %ORACLE_HOME%/rdbms/admin/catnoqm.sql
    I tried to use export datapump utility after that step. It gives me following errors.
    Export: Release 11.2.0.3.0 - Production on Thu Feb 9 15:02:34 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-04063: package body "SYS.DBMS_METADATA_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_METADATA_UTIL"
    ORA-39097: Data Pump job encountered unexpected error -6508
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    How do I fix it back. Please guide me as we need the datapump utility working. I am not sure what to do to restore it
    Thanks

    Please try the following steps
    +*<Moderator Edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    For reference,
    How To Resolve The Errors ORA-39002 ORA-39070 ORA-29283 ORA-6512 When DataPump Export Fails *(Doc ID 790163.1)*

  • DHCP Server does not work after Exporting and Importing Using Netsh Command

    Hello Friends :
    I had two dhcp servers in windows server 2003 server , I have upgraded one of them to windows server 2008 32 bit and again i installed a windows server 2008 R2 as an additional Domain Controller , the last scenario was like this :
    srv-1 : windows server 2003 + DHCP = working with no problem
    srv-2 : windows server 2003 + DC + DHCP = Worked without problem
    srv-3 : windows server 2008 R2 + DC = worked without any problems
    I exported the DHCP server configuration on the srv-2 using netsh dhcp server export and Imported them to srv-3 using the
    netsh dhcp server import command , the command completed successfully and i can see all of the scopes without any problems and errors , i have authorized the new server without any problem , all scopes are activated without any problem so i
    disabled the srv-2 DHCP service and unauthorized it from active directory , the problem is that the new server semms that does not lease any address to clients !!!
    1- I have authorized it
    2- I used Rogue Checker tool in client computers they see authorized server without any problems
    3- The same tool in workgroup only shows srv-1 as the DHCP server and does not see other DHCP servers
    4- Bindings are OK and DHCP servers only have one NIC installed on them
    What can i do to make sure my srv-3 DHCP server will work on the network ?
    thanks ...
    MIMO

    Are the clients on another network so you need to configure a DHCP relay agent?
    If you load up perfmon on the dhcp server and remove all counters and then add DHCP counters. Do you see any dhcprequests when you reboot your dhcp clients? This will determine if your server actually receives any dhcp requests.
    Have you check event viewer for any warnings or errors?
    And the classic one restarted the dhcp server service (or reboot)?
    Regards Per-Torben Sørensen http://pertorben.wordpress.com/

  • External HD not recognized after incorrect ejection.

    I recently unplugged my external HD from power while it was plugged in to my MacBook, though my MacBook was closed.  When I opened my MacBook, I was informed that the drive was incorrectly ejected.  Now, my computer refuses to recognize the drive.  I have plugged it in to both of my USB ports and tried restarting my computer.  Help please!

    Not sure how this question relates to an AirPort Express, AirPort Extreme or Time Capsule, but try the following basic troubleshooting steps:
    Power off the entire network....all devices....in any order you want
    Wait a few minutes
    Start the modem first and let it run a full minute by itself
    Start the router next the same way
    Start the Mac next the same way
    Start the hard drive next the same way
    Start other devices one at a time the same way
    See if the Mac can see the hard drive
    If no help, contact support at the drive manufacturer for additional assistance.

  • My ipod w/ clickwheel does not link after new iTunes install using dock

    I have had this ipod for 5 1/2 years without problems; it even holds a good battery charge. After updating to the new iTunes, now for some reason my ipod will not be recognized when I plug the ipod into the dock that came along with this computer (this is when connected to the firewire 400 port on my iMac G5). There was no problems in the past and I only experienced this after updating to the new iTunes. Anyone else had this problem?

    I really think this was just a problem with the new iTunes. After the update I did not experience this problem any longer.

  • Popup content not displaying after doing a rollback using savepoint feature

    Hello everyone,
    I have a pop up window which has a taskflow embedded as a region. This taskflow has an activity which does the rolling back of changes done in the task flow using the restore save point feature.
    I have a cancel button on the pop up and it is bound to the cancel activity so that when the user clicks on the cancel button, the changes are discarded and the popup is closed(using a managed bean).
    I am able to discard the changes using this feature.
    My problem is when I try to invoke the same popup in the same session, only a very small panel window appears and nothing else.
    This happens only if I do the rollback feature. Just closing the pop up without any changes and reopening works.
    I tried several ways and can't find a solution to this problem. Can any one help ?
    thanks
    AC
    Edited by: user723140 on Nov 25, 2008 1:27 PM

    Hi,
    restore to savepoints happens when you exit the bounded taskflow with a return. So in your case you are actually closing the taskflow, which is not what you should do in a region. This is why it comes up empty. What you can try is to
    - set the popup loading to lazyUncached
    - set the refresh on the region container to ifNeeded
    - set the refresh condition to some value reference that changes with each call to region (e.g. a managed bean that returns the time in ms)
    Not sure if this will re-create the taskflow, but chances are that it does
    Frank

Maybe you are looking for

  • Unable to find managed files in Aperture 3

    Hi there, I have consildated the master files by copy them into the aperture library. The problem is that now aperture is now able to locate any of the master files. I tried to use the option of relocating the master file but it was impossible since

  • Activity confirmation issue

    Dear Gurus, We are facing issue in confirmation of Activity such as power , steam. As in process industry output is variable. accordingly at the time of confirmation activity viz power , steam should varies is it possible? In transaction cor6 we can

  • Premiere Pro 5.5 crashes when opening any project file containg an active sequence.

    When I create a new project the program continues to run until I select a sequence by double clicking on it. Then the program crashes. I am running Windows 7 Home Premium 64-bit with a Intel Core i7-2820QM 2.30GHz 16GB of RAM and an Nvidia Geforce GT

  • CLJ3600DN Printing upside down after new driver

    So I did what HP said and installed a new driver for my Color LaserJet 3600DN.  Now it prints unside down.  Letterhead must go in upside down now.  Also, when printing on both sides, only prints one way, flip page end to end.  Anyone have any ideas?

  • Iomega external USB drive not working

    Hello, I have a K8n neo4f board, 1.9 bios, AMD64x2 4400. For some strange reason my external USB drive doesn't work with this setup. I get i/o or insufficient resource errors, and the system will hang. This is puzzling since I have plenty of system r