Tip action does not work when I add a second block of decision

I'm writing an advanced action 8 Captivate. In response to a question about the points, the user types a number in a text entry area. When they support, the fast action will assess the number. If it is 10, the program should jump to a slide that shows that 10 is the right answer. (When I do just that in a single block of decision, it works.)

However, the full tip action must assess if the value is higher or lower than 10, then return the user to the question slide and displays an appropriate message. When I add the part in a second decision block, advanced action performs as expected if an incorrect value is entered, but does not work if the correct value is entered. It does is display the question slide once again.

Here is the code:

Captivate advanced actions code_01.jpg

Any ideas on what I am doing wrong? Should there be an ELSE statement in the first block of decision? I tried to continue, but that did not help.

-Stuart

The logic of your advanced action is not correct. All decisions are always evaluated. What is happening here is the following:

  1. First decision check if var is equal to 10; If this is the case, it will change to slide 2
  2. Second decision check if var is greater than 10, if it is accurate, it will move on to slide 1. I guess the capPoints1High is ON slide 1?
  3. BUT here's the logic bug: If If is not greater than 10, which is also the case when it is equal to 10, it will change to slide 1, although already, he jumped to slide 2 first with the first decisioin

Two possible solutions:

  1. decision of the switch 1 and 2 (one easier)
  2. remove the ELSE part of decision 2 and create a decision 3 to check if var is less than 10

Tags: Adobe Captivate

Similar Questions

  • Advanced conditional action does not work when I add the second condition

    I use CP 8. I can't understand why I'm running on this problem. I have a series of If-Then conditional actions, but I am running into problems. I narrowed down it to this problem.

    It is a simple check box that must show either the box or not.

    Action1.jpg

    As long as I have only one condition, it works fine. As soon as I add the second condition, it stops working.

    Action2.jpg

    Any suggestions? I appreciate the help!

    Rick and I tried to explain that a conditional action is always executed completely. This is the reason that the second decision has been reset what had been done in the first in your first question. I have a lot of articles on my blog where I point out that bad sequence in the decision (or) is causing most of the problems with conditional advanced (shared) actions.

  • Tip action DOES not work in the Flash output

    Hello

    I created a module in line with Captivate 9 using an advanced conditional action to display the button at the end of 2 sections.

    The trigger works well in the release of HTML5, but it does not work in the Flash output: users need to go back to the slide with the action advanced a second time in order to show the next button.

    It is the created tip action:

    advanced_action.png

    Help, please. Thank you

    Lisa

    Change the order in the updated standard measure jump to slide as last order, or at least after the command of the increment.  The actions are executed in sequence, if you jump first to this slide, where the on enter event is executed, the variable has not yet been incremented. Try to see if it solves the problem. HTML is different from SWF to react (it is converted to JS so that SWF to ACE).

    You post the screenshot of the timeline.

    Moreover, as I have indicated already, I would add continue to the part of the TIME as well as the ELSE part. I learned that, in certain circumstances, a conditional action with that one decision, and no ELSE part does not work well. It is not a problem if you have several decisions.

  • Global Script Protection activation does not work when you add '& '.

    Hi all

    To prevent crosssite scripting attacks I ticked the checkbox 'Enable Global Script Protection' in the admin CF. But it doesn't work, I mean not able to prevent the attacks by scripts.

    I followed steps

    1] I run the below URL.

    https://xyz.ABC.com/index.cfm?cardholder_number= & < script > alert (1) < /script >

    [2] fornt ultimately I got a javascript alert message as injected into the URL.

    But this alert message should not be that I activated the script protection in CF Admin. law?

    Now, I have removed '&' (https://xyz.abc.com/index.cfm?cardholder_number= < script > alert (1) < /script >) since the above URL then I wasn't getting the javascript alert message. Does that mean that protection of script will not work if we add '&' to the URL?

    I searched the neo - security.xml and its looks like below.

    < var name = "CrossSiteScriptPatterns" > < struct type = 'coldfusion.server.ConfigMap' > < var name = '& lt; \s*(object|embed|script|applet|meta)' > < String > & lt; InvalidTag < / string > < / var > < /st ruct > < / var >

    Can someone help me solve this problem.

    Abdul L Koyappayil says:

    But even when a remnant of doubt why alert message is coming when there is '&' in the URL?

    This happens with "&" because it is a symbol special "Javascript" whose purpose is to delimit - i.e. separated - value of the URL query string key-value pairs. For example, in the URL www.myDomain.com/index.cfm?a=1&b=2, the '&' defines the query string in the key-value pairs 2

    a = 1

    b = 2

    Consider the case where the URL is www.myDomain.com/index.cfm?cardholder_number=& then . The & will delimit the query string in

    cardholder_number =

    The presence of '&' implies there are 2 variables. However, there is that a single sign "=", which means there is only a pair of key / value. In addition, cardholder_number is a name for a URL variable, while is not. The browser then sends the query string next to your application

    cardholder_number = EMPTY_STRING &

    However, Coldfusion's scriptprotect feature will intervene and this to neutralize

    cardholder_number = alert (1) EMPTY_STRING &

    that is harmless. These will come into Coldfusion variables URLS

    cardholder_number = EMPTY_STRING

    EMPTY_STRING = EMPTY_STRING

    The special nature of '&' as delimiter is what drives the browser to run the script. Indeed, by default, browsers will run any Javascript you place in the query string. Running, for example

    http://www.myDomain.com/index.cfm?

    But why tell I if they ask me why javascript alert then.

    As you have seen, the

    This isn't the case here.

  • Characteristic group Pickup does not work when phones adds a group in BE3k

    Hi all

    I have a blast with pilot number 300 group, there are two members Ext. 600 and ext.601 in this group of breath.   I added these two extensions of the Group call pickup and select "Audio and Visual Alert.  I also have a spare Ext. 602 phone.

    When I composed between extensions ext.600, 601 and 602, group pick up characteristic woking and I can see 'call pickup available' on the phone screen and hear the audio alert. But when I dial the hunt group pilot number 300 of spare phone ext.602, ext.600 and Ext. 601 sound but I can't call indicators collection on display. I also tried "Opickup" on the phone but I got "no available for pick up call" no message on the screen. ""

    Any ideas why and how to solve this problem?

    Hi Billy

    This is not supported. This support is added for the next version.

    Thank you

  • What is wrong with this sequence, it does not work when, after 3 inserts, I add a new record with the trigger it gives an error.

    Mr President.

    What is wrong with this sequence, it does not work when, after 3 inserts, I add a new record with the trigger it gives an error.

    --SL_CUSTOMERS table data
    
    
    INSERT INTO SL_CUSTOMERS VALUES(1,'Kamrul Hasan',NULL,NULL,'Moghbazar', 'Dhaka','0456789123',NULL,NULL,NULL,'Y',NULL);
    INSERT INTO SL_CUSTOMERS VALUES(2,'Rabiul Alam',NULL,NULL,'Motijheel', 'Dhaka','0567891234',NULL,NULL,NULL,'Y',NULL);
    INSERT INTO SL_CUSTOMERS VALUES(3,'Shahed Hasan',NULL,NULL,'2-G/1,2-2,Mirpur', 'Dhaka','0678912345',NULL,NULL,NULL,'Y',NULL);
    
    
    
    

    CREATE SEQUENCE  "ALIZA"."SL_CUSTOMERS_SEQ"  MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER  NOCYCLE ;
    
    
    CREATE OR REPLACE TRIGGER SL_CUSTOMERS_TRG 
    BEFORE INSERT ON "ALIZA"."SL_CUSTOMERS"   
    FOR EACH ROW   
    BEGIN   
    IF :NEW.CUSTOMER_ID IS NULL OR :NEW.CUSTOMER_ID < 0 THEN  
      SELECT SL_CUSTOMERS_SEQ.nextval   
        INTO :NEW.CUSTOMER_ID  
        FROM DUAL;   
      END IF;   
    END;   
    /
    
    
    
    

    When I try to insert several records with the seq.nextval it gives error

    violation of primary key.

    INSERT INTO "ALIZA"."SL_CUSTOMERS" (CUSTOMER_NAME) VALUES ('sdfsd')
    ORA-00001: unique constraint (ALIZA.SL_CUSTOMERS_PK) violated
    ORA-06512: at line 1
    
    
    
    
    One error saving changes to table "ALIZA"."SL_CUSTOMERS":
    Row 4: ORA-00001: unique constraint (ALIZA.SL_CUSTOMERS_PK) violated
    ORA-06512: at line 1
    
    
    
    
    
    
    
    

    Concerning

    Mr President.

    I find the solution by creating a function before the triiger

    as below

    CREATE SEQUENCE  "ALIZA"."SL_CUSTOMERS_SEQ"  MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER  NOCYCLE ;
    
    CREATE OR REPLACE FUNCTION get_SL_CUSTOMERS_vId RETURN VARCHAR2 AS
    BEGIN
       RETURN SL_CUSTOMERS_SEQ.NEXTVAL;
    
    END;
    /
    
    CREATE OR REPLACE TRIGGER SL_CUSTOMERS_TRG
    BEFORE INSERT ON "ALIZA"."SL_CUSTOMERS"
    FOR EACH ROW
    DECLARE
    dummy VARCHAR2(200);
    BEGIN
      dummy := get_SL_CUSTOMERS_vId();
      :NEW.CUSTOMER_ID := dummy;
    END;
    /  
    

    It works very well

    Thank you all for the suggestions.

    Concerning

  • Event does not work when I have my variable of variable mutual FUND!

    Hello

    I programmed a labview vi to add a field to a list view when a Boolean variable value is changed. I used a case Event (value change event) structure to determine if a variable value is changed, it works when I force the Boolean control with my mouse click, but it does not work when the value of the variable is modified by the mutual FUND. What should I use instead?

    Value change events are based on the interaction of the user (or the same ejection programmatically based on the value property node (signaling).)  It is not based on a control change via a regular, variable property node local, terminal or any other connecito0n programmatic or binding.

    You must simply query the variable and determine when it changes.  In this case, you can then use the node value property (signs) in the case of event fire.

  • As I installed Sierra, my Trusteer account to my Bank quit and does not work when I reinstall. Neither will Quickbooks!

    As I installed Sierra, my Trusteer account to my Bank quit and does not work when I reinstall. Neither will Quickbooks! Help!

    Trusteer (report) has caused a lot of problems Mac users such noted search Apple Support communities here.

  • Search bar does not work. Cannot add search engines.

    Search bar does not work. Cannot add search engines.


  • Satellite A660 - Webcam does not work when using Skype

    I recently bought a Satellite A660-15J. I am running Windows 7 64 bit.

    I have the latest version of Skype (5.3.0.111).

    The integrated Webcam does not work when you run Skype. If I run the Toshiba Web Camera Application the webcam works fine. However, when I test it in Skype, I get a message saying "cannot start video. Try quitting other programs that use the webcam '.

    However, as far as I can tell there no other programs available. I have tried Skype with the Web Camera Application clised & open. I also confirmed that I do run the latest version of the program.

    One of the main reasons we have this laptop is to use Skype video... Help, please.

    Disable webcam application start-up and exit this application before you start Skype.

    I used Skype many different models of laptops, including friends A660 and it worked correctly.

    When you open Skype video settings is listed as default camera USB webcam?

  • The slide show feature does not work when I used my Apple TV new 4th gen. I have all the minimum requirements for Macbook and Macbook OSX the Airport express. The slide show starts and stops after that 7 photos are displayed on the TV. If I change the

    The slide show feature does not work when I used my Macbook with new Apple TV 4th gen. The slide show stops after that display 7 photos and display to select the options for the slide show is displayed on the screen. The selected interval was 5 seconds. If the interval is spent in 3 seconds the slide show would work for a time and then to display random images. Has worked with Apple on this issue Support Mike and he managed to reproduce the problem. Since I'm in the return period of 14 days for this product, I returned it to the Apple store

    Welcome to the Apple community.

    After returning, I'm not really clear on what your question.

  • Microsoft Pinball Arcade, everything works except the right flipper does not work when you run the game. __Keyboard is very good

    Microsoft Pinball Arcade, everything works except the right flipper does not work when you run the game.
    Keyboard is fine.  Is this a compatibility issue?

    ---------------

  • Sound does not work when it is connected to the TV with HDMI

    I have a HP Pavilion Notebook PC, DV7 - 6813EV, running windows 7 Home Premium 64-bit SP1. My problem is that I have no sound when connected to my TV HDMI connection and press. Please could someone help me? Thanks in advance

    Hello gematz,

    The sound does not work when it is connected to the TV via HDMI.

    Go to start.

    Type sound.

    Click sound

    On the playback tab, click with the right button on the HDMI interface, and then select set as default device.

    If you do not see the HDMI, right click and select devices see off, then set as default.

    I would like to know how everything goes.

  • Here's a strange. I have a HTML page with this time a wmv video. It works perfectly from a USB stick or SD card, but does not work when they are copied to the hard drive

    I have an HTML page created with web expression 4. It contains only a wmv video. It works perfectly when it is called from a USB stick or SD card, but does not work when they are copied to the hard drive. The results are the same with IE and Firefox. It don't make no difference if I use Media Player V9 or V11. He has no control on the page Media Player. Video and html files are in the same directory. Here is the code snippet:

    LIFT, DRAG, THRUST and GRAVITY










    If I run it on a machine with Win 7 there is no problem.

    Richard Grosser

    Hi Richard c. Grosser,.

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Microsoft Expression forums.

    http://social.expression.Microsoft.com/forums/en-us/categories

  • AutoPlay feature does not work when you insert a CD-ROM into the CD drive

    Original title: computer disc drive

    Download or CD extract of music reading, record music, download CD etc... Before my hard drive had to be replaced, when a disc is inserted into my computer, a window appears, asking what you want to do... Burn music, Rip, copy in folder etc... now when I insert a disk, the window no longer appears, which gives you options and you get to this site... How can I get that back?

    Hey Big-Mack,

    Try the steps of troubleshooting mentioned in the following article and check the result.
    See the enforcement function automatic or AutoPlay feature does not work when you insert a CD-ROM into the CD drive

    If the problem persists, run the Autoplay Repair Wizard and check the result.
    See Autoplay Repair Wizard

    Play functionality; New in Windows Media Player 12 makes it easy to listen to the music, video and photos from your computer to other computers, TVs or stereo on your home network.
    For more information, see play in

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • OfficeJet 6700 connection to computer

    My Officejet printer 6700 be connectable directly (i.e. USB cable) to my desktop (Dell Inspiron 580 running Windows 7 (64-bit).  I don't have a network configuration.

  • Is it possible to use a Toshiba PC Bluetooth Stack as the helmet

    My environment:Windows XP SP2Toshiba Bluetooth adapter PA3642UToshiba Bluetooth Stack: 5.10 There is a thread with a similar issue dated 2006. ("Can I use computer as a phone headset?") The son said that it is not possible to use a PC (with Toshiba B

  • Vista Home Premium upgrade

    I want to go from Vista home premium running on HP Pavilion dv5 series Entertainment Notebook PC to a later model program-can anyone out there advise program that would best suit this situation without making a major change to the PC, maybe Windows8

  • Directory IX5000

    Hello I understand that maybe a simple question for some people so I hope that there may be a quick response to my question here. The long and short of this is I want to add a directory to the IX5000 installation which is not drawn as part of the glo

  • How to knock out a background with a foreground object object

    I used the tool several times pathfinder successfully, but I am at a loss how to do the following...I wish to have the profile of the mountains be in the foreground and the flag in the background be eliminated where there is the profile of the mounta