How to add click on the button/box QUIZ slides?

We have a core questionnaire for our online courses. In the upper part of the quiz, we have a navigation bar with the other back, main menu, help, etc that we use a click box to make a link.

However, when we are on a slide of questionnaire option box and click button are grayed. You can access them at all. How we solve this problem? We HAVE to have the navigation bar is functional as it is for the rest of the slides. Help!

Will captivate you cannot add additional buttons, or click on the boxes for quiz slides.

On Quiz slides, you can use the standard questionnaire slide buttons. It is a feature of the software, but a feature never less.

Tags: Adobe Captivate

Similar Questions

  • How to ignore, click on the button after the application of navigationClick()

    My application has 3 buttons to click on it as menu and me put FieldChangeListener to each of them.

    It works perfectly! but when I put my listField implemented with

      public boolean navigationClick(int status, int time) {
          Field focus = view.getLeafFieldWithFocus();
          Dialog.alert("Focus String :: " + focus.getIndex());
    
          if (focus instanceof ListField) {
          ListField listField=(ListField)focus;
    
          Dialog.alert("Selected Index"+listField.getSelectedIndex());
          Dialog.alert("Selected List Value"+listField.getCallback().get(listField, listField.getSelectedIndex()).toString());
    
          }else{}
          return true;
    
          }
    

    The listener on the buttons are override with navigationclick and ignore fieldlistenser.

    How can I solve this problem?

    Thank you

    When you're clicking on button getLeafFieldWithFocus(); Returns the instance ListField or ButtonField.

  • How can you force a user to click all the buttons on a slide?

    I have a slide with a scenario and four option buttons, of which three are good options. I would like that the learner to click on the correct three buttons, which each give comments, before the continue"" button. I have scripted an advanced action to show that the key to continue only after all three keys user has clicked. For some reason any, when I saw the project continuous slide without interruption after I click on the first button. All the buttons are set to show a hidden legend and break after 2 seconds. How can I set up my calendar to (a) allow for the learner to decide which buttons to click and (b) a break long enough to allow him to make that decision? I am using Captivate 5.5, incidentally.

    I am sure that I am doing the equivalent of Captivate to forget to wear one, but I'm unfortunately stuck. Thanks for any help you can give me!

    Krista

    Hi Krista,

    I think your buttons have the same point of suspension, and given that the sequence is not imposed which is logical. But when you click on a button, the normal behavior is that the playhead continues. Can you please post a screenshot of the timeline and your advanced action? Maybe you need to go back the playback head. I call this micro-navigation and blog about it:

    Micro-navigation in Captivate

    When the continue button appears, make sure that its suspension point is later than the other buttons

    Lilybiri

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • How can I get my mouse to grab things without having to click on the buttons, if I have the touch mouse on my laptop?

    How can I get my mouse to grab things without having to click on the buttons, if I have the touch mouse on my laptop?

    You will need to go to the control panel > hardware and sound > mouse and see if the settings for the mouse pad have a function called "Tap-to-click" or something similar in the description.  The exact name of this feature differs depending on the manufacturer of the software for the mouse.

    If you do not see this option to be available, you will have to probably go to the support site for the manufacturer of your PC and download the latest drivers for your model computer mouse pad and install.  Once installed, go back to the mouse settings in the Control Panel, where you will most likely available additional settings after the driver installed.  I hope that the "Tap-to-click" function will be available to turn on or off.

  • How to set a value of outputText 0 during the click on the button cancel using javascript

    Hi Experts,

    JDEV version 12.1.3.0

    I have an outputText at the foot of the column. And I have a button cancel on the top of the page. Then click on the button cancel. How can I set the outputText zero value.

    Thank you

    AR

    Hello

    Please check the labour code. Make clientComponent = "true" in the output text.

    function customOutputValue (event) {}

    var buttonComponent = event.getSource ();

    Find the client component for the af:outputText 'greeting '.

    var oComponent = buttonComponent.findComponent ("ot1");

    Set the value of the outputText component

    oComponent.setValue("0")

    }

    >

    Thank you
    Amey

  • I followed the instructions, electronic download photoshop elements 14.  A click on the button "install".  How can page not found I install?  I have redemption and serial numbers.

    I followed the instructions, electronic download photoshop elements 14.  A click on the button "install".  Page not found.  How can I install?  I have redemption and serial numbers.

    you only need your serial number.

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • I'm new to Lightroom CC.  It's always like that?  I click on the button import in the library module.  All the pictures shown in the display of the grid are blurred.  They are very well in simple mode.  My file extension is NAVE.   How to fix?  Any help p

    I'm new to Lightroom CC.  It's always like that?  I click on the button import in the library module.  All the pictures shown in the display of the grid are blurred.  They are very well in simple mode.  My file extension is NAVE.   How to fix?  Any help please.

    Our team is already working on this, and there will be an update to Lightroom soon with previous import window.

    During this time I ask you to please you back to the previous version of Lightroom:Instructions to restore an earlier version of update

  • How to use the selection tool to resize a text box? Before I was able to click on the text box with the selection too in order to resize, but now I click on it and it only gives me 'path' or 'anchor' options.

    How to use the selection tool to resize a text box? Before I was able to click on the text box with the selection too in order to resize, but now I click on it and it only gives me 'path' or 'anchor' options.

    Ashley,

    What about window > show the rectangle enclosing (Ctrl / Cmd + Shift + B to toggle)?

  • When I am in my development module me click on the "DONE" box disappeared. How can I restore it?

    When I'm in the develop me module click on the "DONE" box disappeared. How can I get that back?

    Hi bnog,

    Fact of option appears when you select one of the tools to develop the Module above the base Panel as the adjustment, crop tool brush.

    Fact of option appears on the toolbar.

    If the toolbar is missing, press T on your keyboard to activate it.

    Kind regards

    Claes

  • How can I get the LR 5.7 update?  Whenever I click on the button download, trying to sell me stuff cloud the start screen appears.  I don't want to buy anything, I just want to download the update.  Anyone know how?

    How can I get the LR 5.7 update?  Whenever I click on the button download, trying to sell me stuff cloud the start screen appears.  I don't want to buy anything, I just want to download the update.  Anyone know how?

    Hi Don. You can find it here: updates

  • Newbie question: How do I hide a page after click on the button?

    Hello!

    My name is Rafael. I'm talking about the Brazil.

    I am new user on the AdobeCycle software

    I do a form and I need help, please.

    My project form has three pages:

    1st Page - Instrucion

    Page 2 - form with fields to fill in

    3ª Page - (this page will be hidden). This page will be information the information filled out by the user to the 2nd Page . Will be just text.

    What do I want?

    When the user click on the button send email, I want the page with the form is hidden and show the 3rd Page with information (no field, only the full text). I want to send the PDF file to the e-mail with the 1st Page and 3rd Page (just the text with the information).

    How can I do this? How do the 3rd Page (the information filled with page two)?

    No problem of Rafael,

    Adobe have a guide that is very useful to access many of the features of the fields here: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf

    I think about her a lot.

    Then at page 164, it looks like access/change the color of the legend AND the value:

    TextField1.caption.font.fill.color.value = "R, G, B" / / change the color of the legend

    TextField1.font.fill.color.value = "R, G, B" / / change the color of the value

    If you want to change the color of the border, then this requires another script. The example on the blog we mentioned, examples on page 2 to change the color of the borders of the second row down): http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/

    For example:

    VNAME var = this.name.toString ();

    xfa.resolveNode (VNAME + ".") ui.textEdit.border.edge") .stroke ="solid";

    for (var i = 0; i)<4; i++)="">

    this.ui.oneOfChild.border.getElement("edge",i).color.value = "255,153,0"; orange tint

    xfa.resolveNode(vName_+_".ui.textEdit.border").getElement ("edge", I) .thickness = "0,0200" in

    }

    In addition, here are some links that might interest you: Re: books or guides for Livecycle Designer

    Good luck

    Niall

  • By clicking on the button Add a Page removes the data of the initial page.

    I have a button Add a Page on the first page. I enter my first page of information. When I click on the button Add a Page, a new page (page 2) is added, but the information that I entered the first page disappears. I have attached the form that I'm struggling with. Any help would be appreciated!

    Changed your samples to make it work.

    1. to the subform Page 2, you must set the minsize as 0, themaxsize to 1, and the initial counter to 0. By doing this there is no addressable object to the script against.

    2. in the code that adds the page, you have a command:

    Form1. Page2.InstanceManager.addInstance)

    As it is has no present subforms to Page2, you get an error on the object existing do not. The Page2 object does not exist so that you can not call the instanceManager. So, you should use a different rating to reach the instanceManager. In this case you vcan use notation of underscore (_) to access the instanceManager to an object that is not yet part of the provision. So, your order will be:

    Form1._Page2.addInstance ().

    3. you can disable the button after they add the second page as well as position the cursor in the 1st field on the next page. To do this, you can add this code:

    xfa.host.setFocus (Page2.Table1.Row2.Action_Step);
    This.Presence = "invisible";

    Note that you need to reposition the cursor before you hide the object or the leather, the code of the button will not work.

    Hope that helps

    Paul

  • How is it when I click on the buttons to exit, or the new tab open or any other button button are not repsond? I have to close the program down to get a new page.

    I can't get anything to respond when I click on the buttons. I can't go out the window, the back or forward buttons are unresponsive ect... I have to get out of the whole thins just to get a new page. I have uninstalled several times but it didn't seem to help.

    Hello

    Please check if this occurs in Safe Mode

    Extensions of the issues

    Troubleshooting Extensions and themes

    Uninstalling the modules

    Uninstalling toolbars

  • How stop the overlap after having clicked on the button to return to the previous label?

    Hello!

    I am a novice and doing an interactive book of five pages with Flash CS5.5 and ActionScript 3.0. I use buttons to navigate through the pages.

    I attributed to each page as label1, label2, label3, label4, label5. Each label contains several clips (whose sounds.)

    When I click on the button to access the next label, everything works fine. But when I click on the button to return to the previous labels, all sounds begin to play at onece and overlap between them.

    I did a simple FLASH file as an example to explain what I mean.

    SAMPLE SOUND OVERLAPPING. FLV

    That's the problem I have right now.

    SWF FILE:

    http://DL.dropbox.com/u/11630261/Flash/sound%20Overlapping%20sample.swf


    Please help me! I searched the internet and books that I have, but still cannot find a solution to this

    Thanks for your time! And please excuse my English.

    If you have (or should), at most a single sound at any time, you can use:

    SoundMixer.stopAll ();

    before you begin each sound.

Maybe you are looking for

  • Firefox crashes at startup and then iPhone resprings the springboard

    I had to reinstall firefox, because whenever I launched the app, it would break and then my iPhone would respring the springboard. I could not in it to turn on incident reports, but I turned on them now after reinstallation.

  • Right-click on the P50T-B Satellite questions

    I don't know how to change the setting so that I can have a traditional right click on the touchpad. I know that you can tap with two fingers to do features like right click, but when I use Microsoft word or Facebook I can't understand how a word spe

  • time and date of the waste of time

    my clock will not keep at the right moment and date.tried reset several times, without success, someone can help.

  • Drivers on Win 8.1 compatibility

    Hi all. I have this laptop DV6 that I just put in shape with Win8.1 pro 64-bit http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4063&LC=it&CC=it&DLC=it&sw_lang=&product=4049... Over ther in the list of available drivers with Win7 compatibility

  • Epson Perfection 2580 Photo Scanner not working not not with Windows Vista Home Premium SP1

    I tried to install my scanner software that works with my XP operating system and does not work with Vista.  Using the Epson Smart Panel software, I was able to scan slides and negatives as well as regular photos.  Is there some way I can load Epson