Scoring one of three button clicks on a single screen - can it be done

I have captured an Assessment simulation (in Captivate 5). On one screen there are three legitimate places a person can click to move to the next screen - any of them would be correct.
At the moment, each is being tracked for a point on the Quiz, but only one of them is needed. Which means people are getting 18/20, when really it should be 18/18.
I can't believe this cannot be done in Captivate, since there must be many systems, where more than one choice can be the correct one.
I saw a previous thread, which indicated that this cannot be done in Captivate, but I wanted to check again and see if there is some kind of solution to this.
Thanks
Helen

You are correct that this cannot be done with standard Captivate functionality but it can now be done using the Interactive Master Widget.
What you do is turn off reporting for each of the clickboxes or buttons that would currently be correct (so that they do not report to the quiz) and then add each of these objects to the Master widget as Slave Objects.  The Master Widget is set up to report its own success and score to the quiz when it detects ANY of the other interactive objects have been clicked.
This means that no matter which of the correct objects the user clicks, they get the same score reported to the quiz and no penalty for not clicking either of the other two correct options.
You can download a trial version of Interactive Master Widget here.
You can purchase the widget either as a single widget or as part of a discounted combo pack with other widgets here.

Similar Messages

  • Run  one Process without Button Click

    Hi Guys,
    I created one report using a simple Select.
    select ID_FACTURE,
    ID_NUM
    from FACTURE
    In Report Attributes I edited ID_FACTURE and in Column Link I put this:
    Link Text: <img src="#APP_IMAGES#delete.png"; border="0">
    Target: Page in this Application - 58
    item1: P58_ID_FACTURE Value: #ID_FACTURE#
    So, my report is showing me the way that I want. When I click in the delete img the item P58_ID_FACTURE is getting the right value.
    I created one processes (Type :*PL/SQL anonymous block* ) to delete the row that I want.
    But it is not working, because it supposed to be one button.
    Anyone knows how I can cheat Apex to do it?
    Thanks

    If anyone wants to add a pop-up just add this code
    javascript:{if (confirm('Voulez-vous effectuer cette action de suppression?')) redirect('f?p=&APP_ID.:58:&SESSION.::&DEBUG.::P58_ID_FACTURE:#ID_FACTURE#');}
    :D

  • My Ipod touch 4th gen has had screen replaced as it was white it is still white after replacement and holding the three buttons together doesnot work  what else can i tryas it still plays music on docking station but cannot use screen at all

    Hi my ipod touch has had screen replaced and it is white , I have tried using the 3 buttons but it did not work have you any other suggestions

    Go back to where y had the screen replaced. Either:
    - The replacment screen was bad.
    - There is another problem besides the screen
    - Something was damaged during screen replacement.

  • HT5622 I have two iPhones using the same Apple ID. I want to change the ID on one of the phones without changing the other. Can it be done without affecting the other devices that use the ID.

    How can I change the Apple ID on one phone but the other. Right now they both use the same ID.

    Sure.
    For the iTunes/App store...Settings>iTunes/App Store...tap the ID shown, sign out...now, sign back in with the ID you want to use. Be aware, any apps obtained with the old ID can only be updated using that ID, as all apps are forever tied to the ID used to obtain them.
    Fir iCloud: Settings>iCloud...turn everything off, including Find My Phone. For Contacts/Calendars, you'll be prompted to keep the data on the phone or delete it...your choice. Then, scroll down, Delete Account. Now, set everything back up using the new ID.
    This won't affect any data stored at iCloud.com, or any other devices.

  • Control two functions on one button click

    Hello,
    first off, I am relatively new to actionscript 3.0. I was
    wondering if anyone knows how I can control two events on one (the
    same) button click. On click, the first function must jump the user
    to a particular frame label and at the same time trigger a second
    function which is a movie clip on that particular frame. I must
    note that the event listener is attached to an actual Button and
    not a movie clip.
    Any help would be greatly appreciated.

    Thanks for the quick response. I tried out your solution but
    I get the following error...
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at index_fla::MainTimeline/rev()
    at index_fla::MainTimeline/resources()
    I also tried to create another event listener on Mouse_UP
    ex:
    topNav1_btn.addEventListener(MouseEvent.CLICK, resources);
    topNav1_btn.addEventListener(MouseEvent.MOUSE_UP, rev);
    but I get another strange error...
    ## [Tweener] Error: [object MovieClip] raised an error while
    executing the 'onComplete'handler.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at MethodInfo-218()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at caurina.transitions::Tweener$/updateTweenByIndex()
    at caurina.transitions::Tweener$/updateTweens()
    at caurina.transitions::Tweener$/onEnterFrame()
    ## [Tweener] Error: [object MovieClip] raised an error while
    executing the 'onComplete'handler.
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at MethodInfo-241()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at caurina.transitions::Tweener$/updateTweenByIndex()
    at caurina.transitions::Tweener$/updateTweens()
    at caurina.transitions::Tweener$/onEnterFrame()
    any other thoughts? Thanks in advance.

  • Submit button to submit one of three values (the one thats filled in)?

    I've got a table I wan't to display a subset of data from.
    The data displayed is decided by one of three different user inputs.
    The user can either enter an employee-ID (a column in the table) in a textfield and get all the rows with empID=[chosen empID] or
    The date the resulting rows were last updated (a column in the table) in a datepicker [update_time] = chosen date or
    The reportperiod (also a column in the table) in a drop down list [report_period] = chosen report period.
    What is the best way to do this so that the query is only based on one of them?
    I'm guessing maybe I should clear the other two when one is set by the user and somehow check which one contains data for the select-clause when the "search" button is pressed...
    I guess I could have a button for each of them but that wouldn't look very nice...
    I'm not sure about how to do this and maybe there is an easier way (user interface-wise)?

    Hi
    Okay, here is a simple example - once you have this working, you can enhance the feel with JS if you want.
    Create your three items.
    Create a button that submits the page as 'GO' (just a simple branch to the same page).
    Create a page level validation that is conditional on the request value = GO that verifies that only one option is selected (if you want - why can't they select more that one?)
    Create a report region with you query in with the display conditional on PL/SQL expression something like this
    :REQUEST = 'GO' AND
    (:P_ITEM1 IS NOT NULL OR
    :P_ITEM2 IS NOT NULL OR
    :P_ITEM3 IS NOT NULL)For you report region source use the values but handle the nulls for example
    SELECT *
    FROM emp
    WHERE INSTR(UPPER(ename),UPPER(NVL(:P_ITEM1,ename))) > 0if you want a search or perhaps this is you need an equality
    SELECT *
    FROM emp
    WHERE ename = NVL(:P_ITEM1,ename)Now you can do the other items too wrapping an OR around them like this
    SELECT *
    FROM emp
    WHERE (INSTR(UPPER(ename),UPPER(NVL(:P_ITEM1,ename))) > 0 OR
           dptno = NVL(:P_ITEM2,deptno) OR
           empno = NVL(:P_ITEM3,empno))Is this what you mean?
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Open LOV popup with a button click or image link click

    hi , a try the solution:
    11g: How to populate LOV from button click
    for open pòpup of lov , but don't works :
    first the others components block the submit of button
    i put the inmediate propertie but lov don't still open
    any ideas???

    Does this one help?
    Invoke lov popup window via keypress

  • Show form on button click

    Hello, I am using JDeveloper 11.1.2.3.0
    I have one button and one form on my jsf page. I want the form to be rendered when I click the button (to be visible). How can this be done in ADF?
    Thank you

    No offence, but have you read the post? I shows exactly your use case. OK, the title and the content is more about creating page variables. If you store the flag to hide/show the panel at a different place this is OK, still the actions you need to do are the same.
    Timo

  • I would like to transfer the balance from one Apple ID to another how can this be done??

    I want to transfer the account ballance from my account to my son's. I unintentionally redeemed one of his gift cards to my account. how can this be done?

    Sorry, but balances can't be transferred from one iTunes Store account to another. You'll either have to make his purchases through your account, or buy another prepaid card and redeem that in his account.
    BTW, for future questions, this forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help if you ask in the general iTunes forums.
    Regards.

  • I am disgusted. Have created many idvds in the past. Never had problems getting full screen. My hard drive crashed and now that I installed a new one, I am not able to get full screen on my dvd. Help! It is for my parents 50th wedding anniversary.

    Does any one know how to make idvd in full screen? I have done it many times before, but its not working now.

    Unless I don't understand what you want to do, don't you just load your competed DVD in your computer, open DVD Player.app and then type Command + F to enter full screen mode?
    MtD

  • I need an application that will turn off my iPhone on the home screen just by a one click since my power button has sank and is no longer working--anyone have ideas?? I don't like having to use assistive touch and hit three buttons to lock my screen

    I need an application that will turn off my iPhone on the home screen just by a one click since my power button has sank and is no longer working--anyone have ideas?? I don't like having to use assistive touch and hit three buttons to lock my screen

    No such app exisits or can exist.  Apple doesn't allow 3rd party apps to access core functions of the phone.  Time to get your phone replaced or repaired if assistive touch doesn't needs your needs.

  • Create three textfiles with one button click

    Hello,
    how is it possible to create three textfiles after a button click. I create a textfile with the following code in a page process:
    owa_util.mime_header( 'application/octet', FALSE );
    htp.p('Content-Disposition: attachment; filename="Client_' || to_char(sysdate,'YYYYYMMDD HH24MI') || '.LAS"');
    owa_util.http_header_close;
    htp.prn('test');
    htmldb_application.g_unrecoverable_error := true;
    For the first textfile a savedialog to save the file appears in the browser. But there is no dialog for the second and third file.
    How is it possible to get the savedialog for the second and third file?
    Does anyone can help?
    Best regards,
    Hamburger

    I solved it with javascript:
    window.open("f?p=1:2","_blank");
    window.open("f?p=1:3","_blank");
    window.open("f?p=1:4","_blank");
    and three onload processes on every site!
    Greets

  • How do I get Firefox to open in a new tab (instead of a new window) when I click on one of my buttons in my toolbar?

    When I click on one of my buttons in the toolbar, Firefox opens that button in a new window. I would like to be able to click on one of my buttons and Firefox open it in a new tab instead.
    == This happened ==
    Every time Firefox opened
    == When I attempt to click on a button

    Right click the FireFox button in your toolbar and look in the properties- middle tab...make sure that it only has "C:\Program Files\Mozilla Firefox\firefox.exe" with no other link added to the end. I had a similar problem this morning and found a website had attached it's link to the end so it would always pop up first and would only open a new tab.
    Hope that fixed it.

  • How to move a selected row data from one grid to another grid using button click handler in flex4

    hi friends,
    i am doing flex4 mxml web application,
    i am struck in this concept please help some one.
    i am using two seperated forms and each form having one data grid.
    In first datagrid i am having 5 rows and one button(outside the data grid with lable MOVE). when i am click a row from the datagrid and click the MOVE button means that row should disable from the present datagrid and that row will go and visible in  the second datagrid.
    i dont want drag and drop method, i want this process only using button click handler.
    how to do this?
    any suggession or snippet code are welcome.
    Thanks,
    B.venkatesan.

    Hi,
    You can get an idea from foolowing code and also from the link which i am providing.
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
    width="613" height="502" viewSourceURL="../files/DataGridExampleCinco.mxml">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.binding.utils.BindingUtils;
    [Bindable]
    private var allGames:ArrayCollection;
    [Bindable]
    private var selectedGames:ArrayCollection;
    private function initDGAllGames():void
    allGames = new ArrayCollection();
    allGames.addItem({name: "World of Warcraft",
    creator: "Blizzard", publisher: "Blizzard"});
    allGames.addItem({name: "Halo",
    creator: "Bungie", publisher: "Microsoft"});
    allGames.addItem({name: "Gears of War",
    creator: "Epic", publisher: "Microsoft"});
    allGames.addItem({name: "City of Heroes",
    creator: "Cryptic Studios", publisher: "NCSoft"});
    allGames.addItem({name: "Doom",
    creator: "id Software", publisher: "id Software"});
    protected function button1_clickHandler(event:MouseEvent):void
    BindingUtils.bindProperty(dgSelectedGames,"dataProvider" ,dgAllGames ,"selectedItems");
    ]]>
    </mx:Script>
    <mx:Label x="11" y="67" text="All our data"/>
    <mx:Label x="10" y="353" text="Selected Data"/>
    <mx:Form x="144" y="10" height="277">
    <mx:DataGrid id="dgAllGames" width="417" height="173"
    creationComplete="{initDGAllGames()}" dataProvider="{allGames}" editable="false">
    <mx:columns>
    <mx:DataGridColumn headerText="Game Name" dataField="name" width="115"/>
    <mx:DataGridColumn headerText="Creator" dataField="creator"/>
    <mx:DataGridColumn headerText="Publisher" dataField="publisher"/>
    </mx:columns>
    </mx:DataGrid>
    <mx:FormItem label="Label">
    <mx:Button label="Move" click="button1_clickHandler(event)"/>
    </mx:FormItem>
    </mx:Form>
    <mx:Form x="120" y="333">
    <mx:DataGrid id="dgSelectedGames" width="417" height="110" >
    <mx:columns>
    <mx:DataGridColumn headerText="Game Name" dataField="name" width="115"/>
    <mx:DataGridColumn headerText="Creator" dataField="creator"/>
    <mx:DataGridColumn headerText="Publisher" dataField="publisher"/>
    </mx:columns>
    </mx:DataGrid>
    </mx:Form>
    </mx:Application>
    Link:
    http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/ae9bee8d-e2ac-43 c5-9b6d-c799d4abb2a3/
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • How to make buttons unclickable when one of them is clicked

    Hello,
    I am using JDev 11.1.1.4.0.
    I have a jspx page that has 6 command buttons. Some of them process the data present in the form and some of them are for navigation. Problem is when a user clicks a command button and clicks other button impatiently if the first process takes some time. Most of the time the app is able to handle this behavior, but when it fails it fails with 404 error(I'm speculating).
    Is there a quick and easy way to make rest of the buttons unclickable until the process finishes? I was going to handle this in backing bean to set the disable property to false when one of them is clicked, but cannot figure out when to set them back to disable=false.
    Many thanks in advance for the help.
    Bones Jones

    Shay,
    I tried something like this, but didn't work for me:
    public void submit(ActionEvent actionEvent) {
            disableButtons(true);
            ADFUtil.invokeEL("longProcess");
            disableButtons(false);
    }Debugging line by line, I found out even after the disableButtons(true) line, the buttons were still clickable. Curious, I put the disableButtons(true) at the end of the method, buttons were disabled when the control came back to the user. So it seems to me only the last diableButton() call before returning control has the influence.

Maybe you are looking for

  • Importing Video from iMovie HD - What's the Trick?

    Hello brilliant Mac Fans, I've been working steadily to create a cool demo reel for a client using iMovie HD (6) and Keynote '08. Well, the file in iMovie is Widescreen DV, and looks great. When I export it at full quality (as a dv file,) I play it i

  • Can't Log in to Windows using the fingerprint scanner.

    Hi,      I've had my HP ENVY MJ-j120dx Coe i7 (Windows 8.1 64-bit), product number E8A11UA#ABA for about a year now, and I did a full system wipe using the recovery software that was built in.  Before the wipe the fingerprint scanner worked perfectly

  • Ipod Nano dead after 1 hour of first use

    I am so sad - I got a nano this weekend for my birthday and after I charged it fully and began to try to use it, it completely DIED in less than an hour. I had successfully loaded about 60 songs onto it, and had only listened to 3 before this happene

  • NWDI for the 04s preview fails with 'SLD name-server configuration error'

    After the installation, everything seems to work fine except that when I go to CMS, the links on the top seems to be hardcoded to point to http://pwdf3102:50100/dtr, even in the Domain Data. When I tried to change it to my local server, it keeps comp

  • Photoshop CC 2014 wont open any files or create a new file

    I can't open any files or create a new file no matter what I do. I've uninstalled Photoshop along with every Adobe application then reinstalled creative cloud and photoshop but that didn't work. I've tried moving the preferences to the desktop, didn'