Help with Action Adv & text entry

Hello, can someone help me create the measures following advanced (I think that's what I need).

When a learner types 'A' in a text input field, the 'excellent' word appears (on the next page in a summary text box)

When a learner tape 'B' in a text input field, the word "property" is displayed (on the next page in a summary text box)

When the letters 'C' 'd', or 'F' is typed in a text entry field nothing shows up. "

Thanks in advance!

Traci

Hello

Do not validate the TEB, but you will need to include a conditional action advanced as action of success. I don't know if you also want to ensure that there is an entry? And what must happen even when another character was typed? I would like to create a custom rather than generic user variable attached to the ETB (easier to understand action): v_answer. And for this example I expect a click on the button submit, or use the shortcut entry (default for TEB). This will be the event triggering the advanced action

On the next page, create two text containers (you don't tell what version? I say text container because you can use both a legend or a form) with the text you want to appear and hide them (in the properties panel). I have them tagged the txt_Excel and txt_Good.

Your conditional action needs two decisions:

First great decision

IF v_answer is equal to A

Go to the next slide

See the txt_Excel

Second good decision

IF v_answer is equal to B

Go to the next slide

See the txt_Good

ON THE OTHER

Go to the next slide

Lilybiri



Tags: Adobe Captivate

Similar Questions

  • Need help with scaling the text

    I need to make a text vertically taller, but seem to have a problem with the scale tool. That's what I'm starting with:

    Screen Shot 2015-09-25 at 9.50.15 AM.png

    And when I try to step up that I end up with this:

    Screen Shot 2015-09-25 at 9.50.49 AM.png

    Any help would be greatly appreciated. Thank you!

    Use the scale options in the character, as in this case Panel

  • Need help with the "stationary" text box

    Hola

    Why the "stationary" text box do not appear in this page? Welcome to TummyTime, 4 d 3D Ultrasound, Salida, Modesto, Ceres, Turlock area.

    The text of "stationary" should appear as you go over the photos at the bottom of the page in the ANGELS RECENT section.

    As see you in this page (under the heading 'Our projects'):model HOME - Arctic

    the "stationary" text box appear as you go "on" image, but in "my" page is not.

    Now, when I have "preview" in my computer, I can see the "text box" appear but when I download, it just does not work.

    Can you please check it out and help me with this you problem?

    Thank you.

    OK, now is fix.
    The problem is in a js.scripts, was a syntax error, and I stop the script of twitter to watch.
    It is therefore fix :-)

    A big thank you to you all.

    Saludos

  • I need help with dynamic input text

    I am developing a game and I have a problem with my dynamic input text. I am doing my input text appear on other images whenever I click on the button, well, I tried a few solutions I've seen here, but it hasn't really well.
    This is the first code I used:

    Stop();

    function handleClick(pEvent:MouseEvent):void {}

    var myfirstVariable = box1.text;

    Welcome.Text = "Welcome to the game" + myfirstVariable;

    }

    enter_button.addEventListener (MouseEvent.MOUSE_UP, handleClick);

    This works but only on an image. and this is the code I'm trying to use now:

    Stop();

    var enteredText:String;

    welcome.addEventListener (Event.CHANGE, updateString);

    function updateString(evt:Event) {}

    enteredText = welcome.text;

    }

    enter_button.addEventListener (MouseEvent.MOUSE_UP, handleClick);

    and on the other images:

    Stop();

    enteredText = welcome_2.text;

    Thank you much for the help ^^

    If you change the images have an another textfield on this new framework, you must set its text property to:

    enteredText = welcome_2.text;<-comment out="" this="" line="" and="">

    welcome_2.text = enteredText;

  • Need help with a typewriter text effect

    Hi, could you guys look over my script and see what happens? I wish that the words in the string type in the allotted time, but for some reason any my apends the first and last letter function what anyone in the chain, so "Hello?" becomes "ello". It is not affected if I touch the text in the string with spaces, i.e. "Hello?" Neither this work if I start I have account to-1, not 0. Help, please.

    import flash.utils.Timer;
    import flash.events.TimerEvent;

    var str:String = "Hello";

    var i: int = - 1;
    var delay: int = 720%str.length;

    var: timer = new Timer (delay);

    Timer.Start ();

    timer.addEventListener (TimerEvent.TIMER, gotime);

    function gotime(e:TimerEvent)
    {

    textbox_txt. AppendText (Str.charAt (i));
    i ++ ;
    If (I > = str.length)
    {
    Timer.Stop ();
    }
    }

    I should start at 0.  The code works fine then you might need to see if you need to incorporate your policy in the textfield to get it to display.

  • Help with Action is needed...

    I spent the last few hours trying to save a simple action to know avail. Here's what I did do my action:

    I open a photo. Click the new Action button. I name the action and then click Save.

    I then adjust the image using the auto tone, color and contrast.

    As I often have images of different sizes (widths and heights) and I want to end all upward with a height or a width of 400 pixels I use file/automate/made Image and 400 in these two areas.

    Photos for the web so I can save for Web and click on the button Save, save the photo to a different location from the original.

    Finally, I click on the close of the image box and choose "do not save" this pic is the original.

    I then stop recording by clicking on the Stop button.

    When I try to run the action on a folder of photos, the script runs and I see adjust the images one by one, but nothing is found in the destination folder. Without doubt, Miss me something simple in the last stages. Would be grateful for the help in getting this work...

    Rename the lot of the automaton? I use the function rename batch of the bridge, no problem.

    Good luck.

  • Help with Action script 2.0 Please

    Hello
    I'm new to actionscript and I really could with little help please. I'm loading external movie clips in two different containers depending on which button is clicked. Sometimes, there may be two conatiners attached to a buuton click, while the other buttons may only need to download a video clip. Here is the action script, I've been using:

    Button1.onPress = function () {}
    _root.createEmptyMovieClip ("container", 1);
    _root.createEmptyMovieClip ("Container1", 2);
    unloadMovie ("container1");
    loadMovie ("scene2.swf", "container");
    loadMovie ("scene5.swf", "Container1");

    Container._x = 50;
    Container._y = 110;
    container1._x = 170;
    container1._y = 5;
    }
    Button2.onPress = function () {}
    loadMovie ("scene6.swf", "container");
    unloadMovie ("container1");
    Container._x = 50;
    Container._y = 110;
    }

    It is responsible for the movies, but I have to press first button both work. Ideally I need to be able to call a movieclip at any time. Can someone tell me where I'm wrong?

    Try to move these lines outside the function of the button:

    _root.createEmptyMovieClip ("container", 1);
    _root.createEmptyMovieClip ("Container1", 2);

    You can use 'this' instead of '_root'... that will save any problem if you never move it to some other films. In addition, move the x / y assignments right under these lines since they relate to them directly.

  • Help with script overset text?

    Hi, I found this script I think it is by Laubender. Which I use for a while now and I love it. It is easier to see where the blocks of text with overset text.  My Question is.  How would change this to get rid of the fill color of Magenta (perhaps with the original color of text box before the Script ran?) after the overset text is corrected

      app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;   
      app.doScript  
        (  
        detectOverflowingTextFrames,  
        ScriptLanguage.JAVASCRIPT,  
        [],  
        UndoModes.ENTIRE_SCRIPT,  
        "Detect Overflowing TextFrames | SCRIPT"   
        );  
        
      function detectOverflowingTextFrames() {    
      var storyArray = app.documents[0].stories.everyItem().getElements();  
      var storyArrayLength = storyArray.length;  
    
     // A loop through all the stories of the document:  
      for(var n=0;n<storyArray.length;n++)  
      {  
        // The condition should be clear.  
        // However, there is one rare case where overflows is false,  
        // but the text frame is showing a red + sign:  
        // If a footnote text overflows in the last frame of a threaded story.  
         
        if(storyArray[n].overflows)  
        {  
          // TextContainers could be textFrames and textPaths !!  
          var textContainersArray = storyArray[n].textContainers;  
          var lastTextContainer = textContainersArray[textContainersArray.length-1];  
           
          // A function call to the last text frame, if its story overflows:  
          doSomethingWithTextContainers(lastTextContainer);  
         };  
        
      }  
        
      function doSomethingWithTextContainers(/*textFrame or textPath*/textContainer)  
      {  
        if(textContainer.constructor.name == "TextFrame") // Could be text on path as well  
        {  
          // Here your code that is changing the size of your frame  
          // In my example code here it will only fill the frame with color Magenta:  
          textContainer.fillColor = "Magenta";  
          // If you want to move the text frame, consider to unlock it first, if it is locked.  
        }  
        if(textContainer.constructor.name == "TextPath")  
        {  
          // Here your code, if text on a path should overflow.  
          // Depending on the pageItem that holds the path, the parent should be the pageItem you are interested in.  
          // Usually a graphicLine or a polygon. Could also be an oval, a rectangle or even a textFrame.  
           textContainer.parent.fillColor = "Magenta";  
           textContainer.parent.strokeColor = "Magenta";  
        }  
       
      }  
        
    };  
    

    Thank you

    Alain bombaert

    As long as you do not create a new text container to correct excessive; the following script should work for you.

    //Scripted by ?Laubender?
    //modified by Skemicle
    if (parseFloat(app.version) < 6)
    main();
    else
    app.doScript(main, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "Splice Image Along Path");
    function main() {
        var doc = app.activeDocument;
        var stories = doc.stories;
        for(s=0;s		   
  • need help with &amp; quot; contextual text &amp; quot;

    I want my user to "mouse in ' on a text, and when that happens, I want a legend to the pop-up window on the upper right of the text to describe the original text.
    I need help. When explain you it, be very detailed.

    Thank you
    It worked

  • Need help with loading analyzed text RSS

    Hi, I've created an AS3 FLA where I am the analysis and displays the text of RSS. I've traced the analyzed text and the text displayed in the boxes of dynamic text on the stage without problem.
    However the line breaks in the text will appear on stage as well.
    How does a band on the < p > or </r > tags in the text to make the text a nice long line that ends with the length of the text as parameters box is?

    OK, I found the answer, thanks all.

    var myvar:String = myDynamicText.text;
    myDynamicText.text = myvar.split ("\r").join("");
    myDynamicText.text = myDynamicText.text.split("\n").join("");

  • Help with action scripts

    I have developed a website and I have problems with something that is probably very simple. I created several clips that expand and contract as you hover over them. I wanted to make a function/method when the user clicks, it leads to another scene from this movie. Here is the action script I use:

    {We (Release)}
    gotoAndPlay ("scene 9");
    }

    Unfortunately, this does not work. I thought that maybe the method one (release) would not work on these video clips based on the action script that I was already using to expand/collapse the boxes, but the following code works fine:

    {We (Release)}
    getURL ("home.html");
    }

    I'm puzzled. Can anyone offer a suggestion as to what I should do? Here is the web address of the page, I'm working, that's the movie I'm having a problem with. AndrewJW.com. the first picture on the left next to the photograph of Word links to another page in the site. The image of Pearl next to this ring is one who will not advance to the next scene in the film.

    Thanks for any input.

    Andrew

    Jeckyl >

    UH... Okay I admit my mistake in the 2nd script.
    _root.gotoAndPlay () takes a single argument,
    _root.gotoAndPlay ("scene 9", 1); doesn't work.
    Thanks for reminding me

    in fact this will make me confuse awhile,
    indicator of code in flash.

    for gotoAndPlay,.
    gotoAndPlay ( frame);
    gotoAndPlay ( scene, frame);

    for MovieClip.gotoAndPlay,.
    MovieClip.gotoAndPlay ( framework);

    Thus, gotoAndPlay can accept 2 arguments only when use without 'something dot' forwards.

    If Andrew script is attached to an instance of the button symbol, we use

    {We (Release)}
    gotoAndPlay ("scene 9", 1);
    }

    As Andrew attach the script to an instance of movieclip, it can use:

    {We (Release)}
    gotoAndPlay ("scene 9");
    }

    where the label to be the 1st image of 'Scene 9' even with the stage name.

    I'm right Jeckyl?

    I heard a lot of people said 'scene' + 'script '=' buggy', but some times that I get it 'works '. What is your opinion?

  • Please help with the oracle text and select for each word in the sentence

    Hello

    I have a problem with a query which NEEDS to be done in SQL (not pl/sql in the stored procedure):

    Suppose that a phrase such as "Church of snowboarding."

    Can I divide this by using:
    Select regexp_substr ('church snowboard', ' [^] +', 1, level) word
    of the double
    connect regexp_substr ('church snowboard', ' [^] +', 1, level) is not NULL)

    now I have words 'showboard' and 'Church '.

    So far so good.

    Now I need for each of these words, to create a list of unique IDS collected using text oracle contains the query as follows: (pseudocode)
    for SPLIT.word in "snowboarding", "Church".
    SELECT SCORE (1) NIVEAU_RECHERCHE,
    NO_MATRC,
    NO_NOM_
    OF GR_OT_NOM_ASSJT
    WHERE CONTAINS (name, SPLIT.word, 1) > 0
    UNION
    SELECT SCORE (1) NIVEAU_RECHERCHE,
    NO_MATRC,
    NO_NOM_
    OF GR_OT_NOM_ASSJT
    WHERE CONTAINS (name, ' SYN('||)) SPLIT.word: ', GR_THESAURUS)', 1) > 0
    UNION
    SELECT 100 AS NIVEAU_RECHERCHE,
    NO_MATRC,
    NO_NOM_
    OF GR_OT_NOM_ASSJT
    WHERE NAME LIKE '% "| SPLIT.word | '%'

    so of course I have to untangle this UNION to remove duplicates

    Anyone here sees a way out of my situation? A way to make the loop in a select (use with and such) then
    Just add a select distinct NO_MATRC, NO_NOM_ from)

    I tried, but I'm out of ideas so I thought that some guru here might have the answer ;)

    Thanks in advance for any advice

    See you soon

    You might end up with something like the XML below, ideally as binding in the query.

    SELECT SCORE (1) NIVEAU_RECHERCHE,
    NO_MATRC,
    NO_NOM_
    OF GR_OT_NOM_ASSJT
    WHERE CONTAINS (name, e
    Church of snowboard

    transform ((JETONS, "{", "}", "AND"))
    transform ((JETONS, "{", "}", "OR"))
    turn ((JETONS, «SYN (",", GR_THESAURUS) ', 'AND'))
    turn ((JETONS, «SYN (",", GR_THESAURUS) ', 'GOLD'))
    transform ((JETONS, «?)) {","} "," AND"))/seq >
    transform ((JETONS, «?)) {","} "," GOLD"))/seq >



    (1) > 0

  • Need help with the path text tool

    How to use the type on path tool without the object that you type on the developing of disappearance?  I can't understand it, someone please help!

    Make a copy and add your copy type.

  • Please help with errors in Flash and create JS Toolkit.

    I'm trying to make a menu in the Toolbox CreateJS so I can put in my site as text replacement for no flash, iOS devices in particular.  I get an unstable overview of error messages and the menu I do not completely understand.

    "Chassis numbers in EaselJS start at 0 instead of 1. For example, this STOP button and gotoAndPlay calls. (20) ' I use image tags to avoid this exact situation, this error doesn't affect the output to HTML5 or is it a warning error message that I can't ignore.

    "Feature not supported: TLF text." Use classic text. (2) I deleted all of the text in this project, breaks out the text in the line art, which has removed all but 2 on this error message.  Is there a way I can find the two that I have left.  I went through all, and yet I can't find the keyframe with these two text entries.

    Other error messages have developed but I donot have a number next to the message so I'm assuming that the output window displays all errors and those with numbers next to them is those who count in this project.  If this isn't the case, please let me know.

    I post the FLA file, but this forum does not allow more than anything.  Here is the full error message that I get from the output window:

    WARNINGS:

    Supported text is limited. It is generally recommended to include the text as HTML (see DOMElement) elements.

    Feature not supported: TLF text. Use classic text. (2)

    Feature not supported: masks.

    In EaselJS frame numbers start at 0 instead of 1. For example, this STOP button and gotoAndPlay calls. (20)

    Buttons are published as MovieClip symbols without interactivity.

    Entry and static text fields are published in the form of dynamic text fields.

    The result of this is chaotic and useless, if I can't make it work I need to arrive at a different solution.

    Thank you

    Brett

    Create works of JS Kit only export animations, all code will be written in java script after export

  • Help with button code please?

    I am a novice and have completed my first animated film. I need help with action script.

    The film is currently in a loop and I created and invisible button the size of the frame with the intention that a user can click on the picture of the movie to stop it and the second click continue the film from where it stopped.

    I used AS event handler method to stop the sequence. I tested it and it works. But I can't understand the appropriate code to restart the movie.

    Two questions;

    1. I go to the task the right way? (should I use two buttons, a stop, a tenure)?

    2. If my approach is possible, can someone give me the right to re - start the movie and put me out of my misery please?

    You can use the following after having changed 'yourbutton' and 'yourmovieclip' to use appropriate instance names:

    {yourbutton.onRelease = function ()}

    {if(!this.) Toggle)}

    yourmovieclip. Stop();

    } else {}

    yourmovieclip. Play();

    }

    This.Toggle =! This.Toggle;

    }

Maybe you are looking for

  • Seeing white on Satellite Pro A200

    The screen of my computer (Satellite Pro A200 - PSAE7) became white and will not normalize. This happens as soon as the boot. However, other processes are underway normally. Currently, I have to rely on an external monitor or LCD projector to allow m

  • MS Security Essentials and Windows Defender

    Is pat MS Security Essentials Windows Defender?  I plan to uninstall my current antivirus and Security essentials installation to see if it has less impact on the performance of the system.  I disabled Windows Defender, based on the recommendation of

  • Several administrative languages

    On Windows 7 64 bit I want to use several language of Administration cause some programs that I use Japanese need and a few programs that I use need Turkish. Is it possible?

  • I will be able to reinstall my windows if necessary after the end of support for Windows 7?

    Original title: windows supports Last year, I bought Windows7 Home Premium and it works well so far. My question is after January 2020 (after the end of support) I will be able to reinstall my windows if neede? Also if there is no microsoft activatio

  • HP Deskjet 845c not print color

    My 845c deshjet just stopped printing color and black ink is printing gray. Is there a solution? Ed TeleTech