Help please. Enter the name of TEB in order to activate the next button

Captivate v5.5

I tried and failed to create this which I am sure is very simple.

Using a text entry area, the learner must register its name.

Only after that it will be the NEXT button - which is already visible - become active to take them to the next slide.

The name, they enter into the TEB will be used throughout the project and quiz results slide.

I've been trying to get this to work with Variables and conditional actions, but failed.

Could one of the list of experts kind down the correct steps please?

NEL

Sorry Noel, was very busy yesterday. Here's a test:

  1. Create a next button, but set to invisible in the PI, his break should be later than the break of the ETB
  2. For ETB, keep the default settings, but no validation; in this case the action of success will always run; Select 'Execute Advanced actions' and open the dialogue-AA
  3. I also created a text caption, set invisible, which will be made visible if the BER remains empty
  4. You need at least a user variable: v_null which is empty, do not put anything as default
  5. I also created my own user variable to associate with the ETB to replace the generic (has the same name as the TEB): v_name

Here are the screenshots of slide + timeline, THEN and the ELSE part of the conditional action advanced that is triggered by the TEB.

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Change the string "Please enter the user name" to a Secure area login

    Hey there,

    I wonder if there is a way to insert a few js similar to http://forums.Adobe.com/docs/doc-1808 to change the alert which has demonstrated when a person enters a user name to sign into a secure area. We use e-mail instead of user names, so it is confusing that the pop up according to "Please enter the user name" when it is inserted there nothing there. I'd be happy to change it to "Please type the e-mail address"

    I read all the info on personalization of messages from BC with JS and it is of course - I just need to be headed in the right direction with the js for this one right.

    Thanks in advance!

    There is javascript just below your login form that deals with the validation of this form.  I'm sure that you can change where I select "Username" to "E-mail address." Find similar code (your name of the function will be different) and make the change on your login page.

    function checkWholeForm68244 (theForm) {}

    var what = "";

    If (theForm.Username) why += isEmpty (theForm.Username.value, "Username");

    If (theForm.Password) why += isEmpty (theForm.Password.value, "Password");

    If (why! = "") {}

    Alert (Why);

    Returns false;

    }

    theForm.submit ();

    Returns false;

    }

    Change "Username" in red above for "Email address" and you're all set.

  • Error: "your computer is offline, please enter the last password used on this computer ' while trying to connect to Win8 PC using MS Account.

    Original title: necessary emergency assistance, cannot log on to pc, password not recognized

    Last week, I bought a brand new model of laptop Asus K55A.  All had been working fine without any problems, but when I tried to connect today (after previously working well earlier today a stop and then restart a few hours later) I could not signed.  The message I get is: "your computer is offline, please enter the last password used on this computer" OR "that password is incorrect.  Make sure that you use the password to your account Microsoft "and then gives the address to visit to reset the password as an option.

    I am now on a different pc and (after literally hours of trial and error messages on the site of Microsoft live!) have managed to reset my password - obviously successful because I used it to connect to this form.  However, when I restart and try to connect to my own laptop, I just get the same thing.  It is not to recognize the new password!  As I am the ONLY user on my laptop has no way for me to go at all!  Help, please.  Without him recognize the new password, my new laptop is completely useless!

    NB: I'm not too so there are a limited number of questions technical I can answer, however the above should give you the gist of the question, if all goes well computer savvy.  Windows 8 is the operating system in question, btw.

    "PROBLEM SOLVED-"your PC is disconnected"Message in Windows 8.
    Here's how I fixed my Asus laptop, but works the same on all the others, I'm sure. Easy instructions are here:
    www.nextofwindows.com/How-to-deal-with-your-PC-is-Offline-message-in-Windows-8/
    I went to the Business Center at the apt community I live in, pulled the decision-making network of one of their boxes and plugged my laptop, efficiently connect to their internet. I did not stop their computer, I just it out and put it in my laptop. Then I logged on my laptop with my hotmail account. It was all she wanted. I was in!
    I disconnected and close my laptop. And reconnect their their pc network cable.
    I pulled my laptop to make sure, it was fixed, and it is. Awsome. We had to plug into a network with a network cable, taking care of her.
    You have no idea how long it took me to find this simple answer. Their positions are everywhere and people are being told to wipe their readers or buy a piece of a $30 software.
  • Error: Please enter the date value in the correct format DD-MON-RRRR

    Hi all
    First of all, I am 100% not learning financial oracle no technical information. I'm trying to run a report: - the calendar does not appear in order for me to choose the date - not to mention that when I enter the date IE 10/09/2010 or on 09/10/2010 the system gives me this error "" error: Please enter the date value in the correct format DD-MON-RRRR ".
    Please help me to solve this.

    Thank you

    Please enter date in format 12 October 2010.

    Kind regards
    http://www.oraerp.com

  • cq57: need help cq57 enter the password administrator or power on password... deisabled system 58555314

    need help cq57 enter the password administrator or power on password... deisabled system 58555314

    Thank you!!!

    @clatimer

    Enter 47433930

    REO

  • Hand cursor on the 'Next' button and text caption error reversal

    I have a template that I have to respect. It has buttons back and forward with a stationary state.

    I need an on-screen text entry field to simulate the text before the user in a form field.

    If you click on the next button and the field is empty or incomplete, I want an error message to the pop-up window. If the text box is filled correctly the next button moves to the next slide.

    Unfortunately, I need BOTH the hover state and hand the cursor on the next button.


    Ive tried a few scenarios and here is an example of one:

    -Add a text entry and remove text entry button

    -Add the text caption called errorMessage

    -create the variable called nextButtonIncrement

    -create a conditional action called checkTextCaption to run at the entrance to the screen

    -button next increment of 1 when you click

    -action checks to see if the button is a literal 1 or more, and if a legend of appropriate literal text (i.e. text).

    -If true, go to the next slide

    -If false to see the error message


    The problem with the above is that the error message appears when you enter the slide. I just want that it is displayed when the user clicks Next AND the legend of text entry doesn't have a MESSAGE in it. Im trying an AND OR a conditional action, but I am, I was wondering if anyone knows if I'm wasting my time or not.

    Looks like you're on the right track, but you have debugging in the details.

    Your back and next buttons must be advanced a conditional Action running that first checks the current value of the variable associated with ETB to check that it is not empty before performing their assigned back or other action.

    Each TEB inserted into a default Captivate project will also be a user created variable that has the same name as the name of the ETB (let's say for now it is called var_TEB).  As soon as you start typing the text in the TEB, the associated variable is assigned to have the same value (combination of keys for typing).

    Now if you want conditional action to ensure that the BER has a value before you move to the next or previous slide, then you must also create a user variable and NOT add a default value.  You will use this empty variable (we'll call it var_NULL) in your condition of conditional action.

    If your condition will be errorMessage SHOW something ELSE looks like IF var_TEB is not equal to var_NULL then go to the next slide (or previous page depending on whether it is the button Next or Back you use).  (Make sure you have the errorMessage value variable is NOT visible in the output, otherwise it will be visible as soon as your timeline starts.)

    If the condition is to ensure that the variable associated with ETB is not empty before running the jump to slip, it will SHOW you the legend of hidden error message.

  • This may seem like a strange question, but im trying to encode two buttons Flash Adobe, next and previous, however, when I put the thumb to the next scene and play on the next button and the previous scene and play on the previous button, it keeps switchi

    This may seem like a strange question, but im trying to encode two buttons Flash Adobe, next and previous, however, when I put the thumb to the next scene and play on the next button and the previous scene and play on the previous button, it keeps switching autour.

    If you have symbols of button on the stage to the next and previous, each of these symbols has an instance name with a listener event attached to it. The event listener is linked to a mandate. You can have a single event point to a function. So for example, if you have a next button and a click event that points to a function that says something like nextFrame(); and then you want to use the next button to point to a function that says something like nextScene(); you will need to use another instance of this next button and have this different instance to use a different event handler to point to a different function. Who help me?

  • How to use the "next" button in the XML - SPA504G directory

    I have basic XML working directory (CiscoIPPhoneDirectory) stuff on the SPA504G. However, I realize that I can view only 32 entries and I see that there is a 'next' button activated, but it seems to do nothing. How can I link this button to get a new url to the next page of 32 results - I'm ok on the side of this server.

    Looking at the xsi_dev_guide (which I'm not sure applies to the SPA504G), discussions about adding an HTTP header refresh, but it is a little vague and every time that I add it to the HTTP response, the barfs (invalid response) spa504.

    Do I need to program the next key to send a URL or something?

     Do I need to program the next softkey to send a URL or something? 

    Yes, certainly. The 'Next' button is not a magic key of any kind. It comes standard "ask the HTTP Server page" key. It must issue an HTTP request for the page.  Content page previous application key as "Prev".

    If you need something like:

      Next https://.../Cisco/Directory.php?page=2 3  

    Note that you should NOT claim button Next on the last page. Phone will choke on empty CiscoIPPhoneDirectory (no entry for example). For the same reason, you must not declare Prev key on the first page.

     Looking at the xsi_dev_guide (which I am not sure is applicable to the SPA504G), talks about adding a Refresh HTTP Header, however it is a bit vague and whenever I add it to the HTTP response, the spa504 barfs (invalid response). 

    Yes, xsi_dev_guide is SPA504G as well. Although discounting is not claimed by an official standard, it is de facto standard recognized by many browsers already. Thus, it is not documented in detail heres. In the example above, you must issue...

    Refresh: 0; URL = https://.../Cisco/Directory.php?page=2

    ... header here.

    Rate of useful advice. It will help others to find solutions.

  • Hide the next button

    I know that people have posted answers to this question already, but I'm being really dim and do not understand them. I have a slide with 5 zones of reversal on this issue and I want users to have to ride on these before to move to the next slide so I want to hide the next button until what they looked at everything.   I had a look at the other threads and other sites on the net that explain this, but I've never used before advanced Actions and use only Captivate for about 6 weeks (this is the Captivate 5).  I tried to follow the instructions but I can't get it to work and to be honest I don't understand what I'm trying to do.

    Is anyone able to explain it really, really simply.  (Assume that I don't know, because I have probably not!)

    OK, so will try to give you a little help.

    • Create five text captions, label something as TC_1 TC_2, TC_3, TC_4, TC_5 and uncheck the visibility in the properties panel for the legends
    • Create five 'points' there are click on: either create you them as buttons (image buttons), or as boxes by clicking on an image, it is up to you. But do not forget to describe the interactive object (the click box or button) in the same way the legends of text. Example for click boxes: CB_1, CB_2, CB_3, CB_4, CB_5. This will make them easy to recognize who is related to what wording in advanced actions
    • Create the following button and uncheck its visibility in the properties panel. I would like to label it Bt_Next
    • Create a variable user v_counter; you can give an initial value of 0, but it is not really necessary, because it is the default

    Now the advanced actions, which is the most difficult part, because you need a conditional action proceeds by a standard action, which is a little confusing to reach. If you want more explanation, take a look at my article

    http://kb2.Adobe.com/community/publishing/862/cpsid_86254.html

    You need a tip for each area of click action, but you can duplicate and edit the first tip action I am describing now. I have it tagged the CB_1_ac to make it clear that it is triggered by some CB_1; this action will have 2 Decisions: first, she tagged ShowTC is a simulated standard measure that will display the text of the legend (or the image, I forgot to ask what you show), disables the present click box and increments the counter; the second, entitled CounterCheck is a real disease that checks the value of the counter and if it reaches 5 will show the next button; you use only the first page for each decision, not the ELSE part:

    This action must be repeated 4 times for stocks CB_2_ac... CB_5_ac. You need to change only the part of the Actions of the decision ShowTC to change TC_1 and CB_1 to TC_2... CB_2 etc.

    Then attach these actions to their click box, as success in the properties panel. Try it... I created this sample and it works very well.

    Lilybiri

  • If so many conditions, including the next button click

    I just want to use Javascript (generator of action a fits on several "trigger" conditions).  As if previous/next statements I used just .rawvalues of the radio buttons and checkboxes.  Now, I want the event to occur (navigation of page x) when the user clicks on the next button AND a value of box 1.

    I don't know & & to join conditions, I do not know how to code in a rawvalue for an OK button.

    Is there a clean way to do this?  I don't want a dozen becomes visible and Ok buttons occupying the space given to a value of the check box. This seems a bit awkward.  I'd appreciate any help!

    Hello

    Buttons do not hold the values - you can't assign a value to a button.

    Normally, you put a script on its Click event, solutions for you would be

    • have a hidden field or a formVariable) store if a click has occurred.
    • change an attribute of the button (such as the fillColor) when clicked and have then other scripts look for that. A click event of button change fillColor does not calculate the events of shooting, so if you want a script on the calculation event to run in response to a change in the fillColor, put a

    TextField1.execCalculate (); at the end of the script.

    Here is an example:

    ///////////////////////////////////////////////////////////////////////////////

    Form1. #subform [0]. Button1::click - (FormCalc, client)

    $.fillColor = "255,255,255" //button click changes its own fillColor

    TextField1.execCalculate (//then) fires the script below

    /////////////////////////////////////////////////////////////////////////////

    Form1. #subform [0]. TextField1::calculate - (FormCalc, client)

    If (Button1.fillColor == "255,255,255") then //checks button fillColor

    $ = "yes" something //does

    on the other

    $ = "no" //or did something

    endif

    /////////////////////////////////////////////////////////////////////////////

    I hope this helps!

    Stephen

  • I can't find anything on the next button

    In customizing or in the code or open page in jdeveloper, I can't find anything on the next button or rear. the other buttons cancel, etc. are in the navigation area. These buttons are seen both the top of the page and the bottom of the page. How can I handle the next button. any idea?

    I assume you mean train area. Please check the Train section in Chapter 4 of the dev Guide. OA Framework.

    Kind regards
    Guru.

  • 10 Firefox: How to disable the feature 'the next button is now hidden until that navigate you back'?

    Before moving to Firefox 10, I would like to know how to disable the feature "the next button is now hidden until you navigate back" that has been added to Firefox 10. How to disable this feature so that the next button is always shown?

    OK, so I just figured that if you right-click on the toolbar, select Customize and then put a button between the 'Back/Forward' and the 'address bar' it remove the hidden button front...

    See in my screenshot of http://d.pr/EjrK , where is the home button...
    If I move the button Home elsewhere that hide the next button. http://d.PR/ImFc

  • Why do I need to select the next button twice to move forward in my quiz

    I have a number of true/false and multiple choice questions in this project.  The user still has 2 attempts to get the correct answer with your comments.  When they are done with the question they are asked to select the button "next".  Selecting the next button does not advance the slide of the first time well.  You must always select a second time.  I played with adjust active and inactive times on the timeline, but that doesn't seem to have anything to do with it.  Remove the 'next' button is not an option at this stage because it is mentioned in the audio commentary for each answer to each question. Any ideas?

    If you insert a slide of questionnaire based on the model of default slides, normal stacking order is that the next button is below the Clear key. Maybe you had already removed the Clear button? Try to use Arrange to change the stacking order.

    You do not click the next button twice, you must click the button submit once, then press on Y or click the slide. If the suspension point is far from the end of the slide, it will take a while, if actions are left to "continue". Change the point to pause to be near the end of the slide.

  • Adobe captivate true/false games television correct score if I click on send then go the next button

    Adobe captivate true/false games television correct score if I click on send then go the next button

    If I go directly to the next button, then I get score 0

    Why is it?

    I'm new in adobe captivate, but I didn't know good tutorial to solve the problem?

    for your better understanding, I give you the link: http://graphicscoder.org/test/quiz/

    I am using captivate 8

    It seems that you don't know how the question slides are set in Captivate. The next button has a dual functionality: during the quiz, it's a Skip button, which means no results at all. It is necessary during the review to avoid blocking of the user on question slides. If you don't provide a review of the quiz, you can get rid of the next key completely. If you provide a review, drag the next under the Clear button button (can be done on the master quiz slides). This way it won't be visible during quiz, but becomes visible during examination where the Clear key is automatically deleted.

    This changed in Captivate 9, but you're still on 8.

    The submission process is a two-step process. If you want to learn more about the design of quizzes, take a look at my post:

    Question Question slides in Captivate - Captivate blog

  • Hide the next button in the quiz until you click Submit

    How can I do this? I don't want the learner to be able to click Next until what they have clicked on submit the final quiz. For various reasons, I can't put the quiz affecting Answer All, the main reason being there are formative earlier in the draft questions they should be able to jump to our table of contents to work. So, I just need an action that hides or disables the next button until that question has been submitted.

    You don't need the button next in the Quiz, we mean that there is a "Skip" button. If you don't want to blow up, but you need it for later review, just under the Clear key.

    http://blog.lilybiri.com/question-question-slides-in-Captivate

    Lilybiri

Maybe you are looking for