Can a click box be used if multiple options to a questions?

I was trying to have the student need to click on multiple options for a question.
The situation called for the student to have to click on four different items that were correct out of a group of six items.  I put success captions on the four correct and failure messages on the 2 that were incorrect.
Following are my settings for each of the click boxes:
Action:       On success  - continue      Attempts:    infinite
Options:  Success or Failure
Pause for success/failure, Show hand over cursor, pause until user clicks
The screen fades out before the user can read and select all their choices  (I have the timing for the screen set at 10 sec)
I have an image button on the page labeled Continue that the user needs to click on before continuing.  It is set at:   Action: on success, continue, infinite attempts
Is this the right standard object to use for this purpose, and if it is, what settings do I need to make it work?
Thanks for the help

You need to use Advanced Actions to achieve your desired result.
The default behaviour of Captivate interactive objects is to Continue play as soon as you click them.  But there's a trick you can use to prevent this by having the On Success or On Failure action execute an Advanced Action instead that assigns the value of the variable rdcmndGotoFrame with the value of rdInfoCurrentFrame.

Similar Messages

  • How can a click box support CTRL/SHIFT/ALT in Captivate?

    Hi all,
        How can a click box support CTRL/SHIFT/ALT in Captivate ?
        i.e., It can support click, double click, and right click, can it support "CTRL/SHIFT/ALT" when clicking?
        I need this feature because some user operation requires this.
        We're using Captivate 5.
        Could anybody give me some suggestion?  Tahnks.
    Joseph

    Although you can add Ctrl, Alt and Shift shortcuts to click boxes, they may or may not work, depending on the context where the presentation is running.
    The following comments relate to Captivate 5 presentations.
    If you publish the presentation as an exe file, Shift and Ctrl click boxes will work, but not Alt click boxes. Right-clicks won't be detected, either.
    If you publish as htm + swf for viewing in a browser, you can avoid the right-click problem, but which  shortcuts get detected depends on which browser is being used.
    I have tested Internet Explorer, Firefox, Chrome, Opera and Safari, with the following results:
    Alt: No browser passes Alt shortcuts through to the Flash player. If the Alt shortcut is meaningful to the browser itself, that's what happens (e.g., Alt+T will display the Tools menu in Internet Explorer; otherwise nothing happens). Note: Alt click boxes work when you test the presentation in an F8 preview window, but they don't work when the presentation has been published, so the F8 preview is misleading.
    Ctrl: All except Internet Explorer pass all Ctrl shortcuts to the Flash Player, so they are generally safe to use if you can ensure the user will not view the presentation in IE. IE keeps most Ctrl shortcuts for itself, but there are a few (e.g., Ctrl+G) that IE passes to Flash, so you can use Ctrl+G freely, knowing it will work in every browser. Ctrl+M and Ctrl+U are two others
    Shift: All, including Internet Explorer pass Shift shortcuts to the Flash Player. I have sometimes therefore set up a simulation with click boxes that look for a Shift+ shortcut key instead of Alt+, and included an apologetic prompt to tell the user to do so.
    It's a mess! It is essential to test your simulation in whatever environments it will be used in, and adapt it if some shortcut you really want to use doesn't work.
    Trevor

  • I can not access face time or icloud on my phone they atr there but can not click on to use them????

    i can not access face time or icloud on my phone they atr there but can not click on to use them????

    These ones are tricky. But the following instructions are worth a try.
    First do a complete uninstall of iTunes and related components (but don't reinstall just yet), as per the following document:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    a. Launch regedit (Start >> Search Programs and Files >> type Regedit and open the regedit that comes up.)
    b. Access the following Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Components
    c. Perform the following actions
    i. Right Click on Components Folder
    ii. Select Permissions
    iii. Select Full Control and Read Permissions options
    iv. Select Advanced Button
    v. Select Owner Tab
    vi. Select to Change Owner to the Administrators
    vii. Check the option “Replace owner on subcontainers and objects”
    viii. Select OK when prompted that it may not change all.
    ix. Select Apply
    x. Select Apply again
    xi. Exit the Registry Editor
    Now try reinstalling iTunes again. Does it go in properly this time?

  • Why can't GB let me use 'electric guitar' option when using Nio 2/4 interface - I have to use real instrument and miss out on all the effects. Is this normal for all interfaces?

    Why can't GB let me use 'electric guitar' option when using Nio 2/4 interface - I have to use real instrument and miss out on all the effects. Is this normal for all interfaces? The Nio reads hte guitar but GB doesn't....

    Usually effects packages are AU plugins that would have no effect on track selection. Interfaces should have no control over what kind of track you can select. I really think something else is going on her maybe something you overlooked.
    Did you choose the input channel in the track info pane. Try both channel 1 mono or channel 2 mono. Make sure the track is record enabled.

  • How can I display the failure caption with click box when using function keys to navigate a sim?

    I am using the keyboard function keys to navigate a simulation using Click Boxes. For instance, F7 advances the simulation to the next screen, but if the learner selects F5, a failure caption displays. I have tried deleting and re-entering the click box, placing the click box at the top of the timeline levels, starting the click box at 0 and 0.5, making the click box visible and invisible, and make the click box the entire size of the screen.

    Well, I guess that's that. Thanks for replying, I do appreciate it or else I would have been trying for days, wasting all sorts of time.
    Until we meet again,
    James

  • How can I Edit preferences performance use Graphics Processor option through the jsx script

    Hi I need to check and access the Edit>preferences>performance>use Graphics Processor option setting through the script. i cant find it in the object domain, I have the following to check the current state:
    var ref = new ActionReference();
    ref.putEnumerated( charIDToTypeID('capp'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
    var openglEnabled = executeActionGet(ref).getObjectValue (charIDToTypeID('CchP')).getBoolean (stringIDToTypeID('openglEnabled'));
    alert( openglEnabled );
    but then i am unable to set the value using this:
    var openglEnabled = executeActionGet(ref).getObjectValue (charIDToTypeID('CchP')).putBoolean (stringIDToTypeID('openglEnabled'));
    I tried using a recorded action but that doesnt work. Any recommendations?

    If you load the scriptlisener plug-in when you set  your preference to enable your GPU it will record the code you need.  The Code I posted to your thread in the scripting forum the other day.
    // =======================================================
    var idsetd = charIDToTypeID( "setd" );
        var desc29 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref19 = new ActionReference();
            var idPrpr = charIDToTypeID( "Prpr" );
            var idCchP = charIDToTypeID( "CchP" );
            ref19.putProperty( idPrpr, idCchP );
            var idcapp = charIDToTypeID( "capp" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref19.putEnumerated( idcapp, idOrdn, idTrgt );
        desc29.putReference( idnull, ref19 );
        var idT = charIDToTypeID( "T   " );
            var desc30 = new ActionDescriptor();
            var idMmrU = charIDToTypeID( "MmrU" );
            var idPrc = charIDToTypeID( "#Prc" );
            desc30.putUnitDouble( idMmrU, idPrc, 90.000000 );
            var idopenglEnabled = stringIDToTypeID( "openglEnabled" );
            desc30.putBoolean( idopenglEnabled, true );
        var idCchP = charIDToTypeID( "CchP" );
        desc29.putObject( idT, idCchP, desc30 );
    executeAction( idsetd, desc29, DialogModes.NO );

  • Need Check Box Help using Acrobat Multiple Fields

    I am trying to get the check marks on this form to act as individual units that can be tabbed through (going down left column, then to right column). I used the "Place Multiple Fields" command to get all the check boxes in. Now, when I do my preview test run, if one box is checked more than one gets checked off someplace else in the form. I want them each work as their own unit and not be associated wiht the other boxes. Do I have to draw each one of these in individually to get this to work the way I want it to work? I am guessing that can't be true. This is a computer after all.I am betting it is an adjustment I need to make to the "Place Mulitple Field"  command when I put them in???? I know this one will be a simple answer witha simple soultion. I'm tap dancing all around it and just can't get it. The visual shoudl expalin it all. Thank you.
    I check on one box in the left column and it also checks other boxes in the right column or elsewhere.

    You need to give each separate check box a unique name. If check boxes have the same name and export value, they will behave that way. If several check boxes have the same name but unique export values, they will behave as a group, where only one in the group can be selected, very similar to how a radio button group normally would behave.

  • Can a check-box be used to select more than one value

    Hi, I have a form with a check-box that only allows one selection at a time. I have a requirement now to allow the user to select multiple selections. How can I accomplish this with a checkbox? Please help.

    Then i didn't get your actual form-design.
    Well there are 14 items displayed for each 14 denial reasonSo you have 14 items where each is for one denial reason, or 14 items where each has 4 denial reasons (14x14)?
    They are all 'grouped' as one check_box item in the blockWhat does that mean. For the 14 items there is one checkbox? And what is the meaning if you check it?, and what if you uncheck it?
    so I don't quite know how to be able to check 2 or more reason per recordAs far as i understand you, you would have to have 14 checkboxes, one for each reason, which can be individually checked/unchecked.

  • WebAuth - Can one username/pwd be used by multiple users simultaneously?

    Is it possible to setup web authentication so that many users can share the same username/password?
    (Now before you tell me why this is bad and all that - I already know!)
    This is specifically for an application where the customer has hundreds of guest users coming in to a conference center each day and they want to be able to provide Internet-only access using the WLAN.
    They wish to restrict access to legitimate guest users only and wish to confirm user legitimacy with a simple username/password challenge to prevent unauthorized access to the WLAN.
    In an effort to reduce the effort to setup each separate guest user login for hundreds of users, the customer wants to setup only one username/password-of-the-week and have all legitimate guest users use that login info.
    So... my questions are:
    Will the WLAN user get an error if more than one user attempts to login to the WLAN using web authentication at the same time?
    If so, is there a setting that would permit multiple simultaneous login using the same username/password?
    Thanks,
    John

    Set the number of simultaneous logins to 0. My clients have done this and have not experienced any issues.

  • Can a single license be used to multiple pieces of content?

    What I'd like to do is have a user retrieve a single license and be able to view all content belonging to a bundle of media.

    Hi Pedro,
    Thanks for the clarification.  I'll try to answer this question from 2 different angles.  : )
    [ 1 ]
    Flash Access differs from WMDRM/PlayReady in the way licenses are acquired.  With Flash Access, the DRMManager.loadVoucher() API is used to retrieve a license.  There is no need to specify a Key/Content/License ID; the only data required is the content's metadata (DRMContentData), which contains all the information needed by the client and server to issue/use the correct license.
    For additional information on the client workflow involved with playing back Flash Access content, please view the AS3 Developer's Guide for Flash Access.
    [ 2 ]
    To answer your original question - yes, you can encrypt multiple content using the same Content-Encryption-Key, and also the same License-ID (See our Java API).  By doing this, your client can download a single license, and all encrypted content you have can utilize the same license to playback video.  However, your workflow will be the exact same (acquire metadata, call DRMManager.loadVoucher(), call NetStream.play()), so you won't really notice any difference between using the same CEK or LicenseID.
    Make sense, or have I added more confusion?
    cheers,
    /Eric.

  • Can't click on anything using the cursor after saving or printing.

    So I'm using CS3 on Mac with 10.4.11 on a 2 x 2.66 Ghz Dual-Core Intel Xeon, 5GB of 667 MHz DDR2-DIMM ram machine. Also I have a Wacom Intuos 3 Graphics Tablet.
    Basically, after I print or save ANY file in illustrator, right after it's completed without warnings or error messages, I have no ability to click on any object on the pasteboard or click on any tools or pallettes. i can use items from the top menus and keyboard shortcuts. Also it SOMETIMES happens after using the live trace command. My current work around is to open a new document, close it and return to the page without problems.
    Seriously annoying!
    Has anybody had this issue?
    thanks
    mel

    I've tried all the above except the safe mode boot. That's because I started to suspect the plugins i've added. I have added the CadTools and Scriptographer plugins. removing each from the my plugin folder separately revealed that Scriptographer is the culprit. Thankfully it wasn't Cadtools as that's more critical for me.
    thanks for your help.

  • Can't find Library when using Import Mailboxes option in Mountain Lion

    Hi there, I'm trying to import my Mailboxes I've created on my iMac in my Apple Mail, but I can't see the "Library" folder. I've searched the web and found instructions to unhide the "Library" folder when using Finder, but this does not help me as I can't use this when following the instructions and prompts in the Mail>File>Import Mailboxes option. I'm running Mountain Lion. Can anyone help?

    Sorry that option not available in mountain lion.
    You can use a terminal command but the easiest way to do this is to choose Go>Go To Folder ~/Library.
    When it opens drag the Folder from the window bar into your side bar.
    This will make it always available.
    To remove it just drag out of the side bar.

  • Click box used to open pdf file problem

    I want to give learners the chance to open a pdf file with additional information from a link to a click box. I want learners to be able to close out of the pdf and return to the same screen in the lesson when they finish reading the pdf. Currently it is not behaving as I expected.
    I have set the click box link using 'On Success, open URL or pdf 'and selected the 'New', 'Continue playing project' attributes.  I have been using the various Preview modes to test out functionality and find it works as expected; that is a second window opens with the pdf which can be closed, leaving the main screen unaffected. In HTML Browser mode to puts out a new tab which I can close to return to the main lesson. I don't like this option as well.
    We are now down to my questions:
    Is there a way to display the secondary file as an independent pdf file rather than a tab, like it does in the Preview mode, 'from this slide'?
    Also, is there a way to stay on this parent slide once I return, then open up the same secondary window again if I want? Currently if I try, I'm passed along to the next slide rather than have the secondary window open again.
    Thanks for your help.

    HI there
    The option "continue playing project" needs to be DE-selected. With it selected, when your user clicks the Click Box, play will resume.
    There is no way I'm aware of to influence the browser behavior as it's up to the configuration on each user's PC as to whether you see a new window or a new tab.
    Cheers... Rick

  • I can not click certain tabs on my Etsy page & they will not open using Firefox, but I am able to open these tabs on Etsy when using Internet Explorer

    When I am signed onto Etsy, there are certain tabs on the top of the page that I can not click open when using firefox, but when I use Internet Explorer, I am able to click open these tabs. The following tabs on my etsy page will not open: Your Shop, Your Account, Help, & Sign Out
    Other tabs on the same page will let me click them open, such as:
    Buy, Sell, Community, Blog, Mobile, when using Firefox & Internet Explorer

    Both the Yahoo! Toolbar extension and the Babylon extension have been reported to cause an issue like that. Disable or uninstall those add-ons.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Captivate 6 is Crashing when inserting click boxes and other issues

    Desperately need help because I have never seen anything like this.  I use Captivate 6 in the workplace and have not run into an issue like this in the 9 years I have used Captivate.
    Captivate will not open any new projects (800 x 600 or 640 x 480 etc.)  Nothing happens.  When I open 1024 x 768 (the project size I have been using for the last year), a new project will open but when I try to add a click box, I get an error message "A fatal error has occurred and the application is being terminated.  Adobe Captivate tried to save all your work int he respective project folders as "cpbackup" files.  Please restart Captivate.  This has only been happening for a week.
    When a coworker or IT employee signs onto my computer under their profile, Captivate works fine for them.  I went to another co-workers desk who has Captivate and when I sign on her computer under my profile, I have the same problem so we figured my work profile was corrupt.  IT set up a new profile 2 separate times, I have uninstalled and re-installed 3 or 4 time and nothing works.  We are on a network but Captivate is installed on my C:Drive and I save all my files on the C:Drive.
    The odd thing is if can open up files I have worked on this past year (even up to 2 weeks ago), they are fine and I can insert click boxes without any problems.  It just happens when I try to create a new file. 
    We have Adobe volume licenses at work so I can not call and get support and none of us can figure this out.  I would be really grateful for some help!!
    Thanks,
    Jeff

    For instructions about how to reset the Preferences folder or Clear Cache, see the suggestions on this page:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques
    If you want 300 more troubleshooting tips for Cp, you'll need to read the book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate

Maybe you are looking for

  • 64 bit ATM deluxe actually works, you just can't install

    I actually could hardly believe it. Is Adobe Really that lazy that they can't just repackage the installer so it will work on a 64bit version of windows? Well, it seems so. I went to my coworkers computer, who has the same version of the software as

  • Transfer CS5 software to new Macbook Air?

    I just bought a macbook air. Can I transfer my CS5 software from my old macbook and activate on new computer and deactivate the old one?

  • Can't log into configuration page

    Hi guys, i'm new to this forum and seeking help. I just got a new SPA 122 ATA device and i'm trying to loginto the admin page but i keep getting incorrect user/password message. i'm typing admin/admin for pass and user and it's not working. I tried t

  • AuC load

    For loading AuC's through AS91, the field capitalized on is a required field. How to make it optional. I have seen in the screen layout, there are fields under Posting Information, "capitalization date" which is opitonal but did not see Capitalized o

  • Keyboard does not function after mac mini goes idle

    Hi. Interesting issue. New keyboard on my mac mini. Identification of keyboard (cheap Dynex) works fine. If I let mini go idle/screensaver, when it wakes up, it does not recognize the keyboard at all. Cannot manually force it to recognize either. Res