Show an image for incorrect click box response

Is there a better way to show a "Please Try Again" image for a click box response?
1.  Add click box.
2.  Set to 1 attempt
3.  If clicked correctly, advance to next slide.
4.  If clicked incorrectly, continuing playing current slide
5.  Add "Please Try Again" image in timeline to show AFTER click box Pause.
6. If I want to allow multiple failed attampts before moving to the next slide, duplicate items 1 - 5 above, adding it later in the timeline,
The above method works if Quiz Scoring is turned off.  If Quiz Scoring is turned on, would I have to start using variables to score the quiz?  Each click box would set a variable to TRUE once they get the question correct, whether it was the first attempt or the third attempt.
Micky

BTW - This is Captivate CS5.
Just thought of a better solution.
After incorrect, redirect to the beginning of the current slide, so it plays from the beginning again.  this way, I would have to duplicate a click box and "please try again" image 3 times for 3 attempts in the same slide.
However, this method would not let me specify the number of attempts, unless that was stored in variable.
hmmm....
One second thought, it may be better to just duplicat the items to reflect the number of attempts I want on that page.  This would let me include a highlight box after the last attempt so they can learn where to click correctly.  We don't want them caught in an endless loop of ignorance! 
As for scoring, I wouldn't have to use variables if I directed them to a "Correct" screen that as a "Click to continue" click box that gave them the point.  Though that might be a little clunky.
Thanks for letting me think through my problem on this forum.  ;-)

Similar Messages

  • Show waiting image on button click till response comes

    Hi All,
    I want to show waiting image on button click in a jsff page till response comes from back-end.
    For this I am using following code in button :-
    <af:commandButton text="Submit" id="cb1"
    actionListener="#{RegistrationManagedBean.onRegisterClick}"
    binding="#{RegistrationManagedBean.registerButton}"
    inlineStyle="width:65px; height:34px; font-size:11px; font-family:verdana; color:#fff; border-color:Gray; border-style:solid; border-width:1px; background-image:url(&quot;images/template-related/template_new/ButtonEnabledBG.png&quot;); background-repeat:repeat-x; float:right;"
    styleClass="button">
    <af:clientListener method="enforcePreventUserInput" type="action"/>
    </af:commandButton>
    enforcePreventUserInput is written inside on .js file.
    js code is :-
    function enforcePreventUserInput(evt) {
    var popup = AdfPage.PAGE.findComponentByAbsoluteId('pt1:r1:p1');
    if (popup != null){
    AdfPage.PAGE.addBusyStateListener(popup,handleBusyState);
    evt.preventUserInput();
    function handleBusyState(evt){
    var popup = AdfPage.PAGE.findComponentByAbsoluteId('pt1:r1:p1');
    if(popup!=null){
    if (evt.isBusy()){ 
    popup.show();
    else if (popup.isPopupVisible()) {
    popup.hide();
    AdfPage.PAGE.removeBusyStateListener(popup,handleBusyState);
    Popup code is :-
    <af:popup id="p1" contentDelivery="immediate">
    <af:dialog id="d2" type="none" closeIconVisible="false"
    inlineStyle="background-color:none !important; width:54px; height:55.0px;">
    <af:image source="/images/template-related/LoadingCircle.gif" shortDesc="Loading" id="i7"/>
    </af:dialog>
    </af:popup>
    This is working and image is also being shown but this image is not shown as transparent(where as image is transparent) and also image is having top and bottom shading which is because of dialog or popup. But i dont want this shadow. Also inline style is not working for this popup.
    If there is any other way to solve this purpose please suggest.
    Thanks
    Edited by: 915148 on Jun 4, 2012 1:19 AM

    Ok, we will use a movieclip button but is there a tutorial somewhere on how to display the image when the button is clicked?

  • How do you show thumbnail images for the contacts?

    How do you show thumbnail images for the contacts on the iPod?
    -Thank You

    In another thread I posted a suggestion to try when the iPhoto app in the Application folder will not work:
    after upgrading the OS, iPhotos (and Aperture for that matter) should still be in the Applications folder...
    And running well in 10.10.3.
    If it stops running in a next "update" do not throw it away: most apps will continue running as follows:
    In the Applications folder "rightclick" (CTL+click) the iPhoto app, then "show package contents", then click the MacOs folder open: you see the real app (dark grey), rightclick this and choose "make alias", an alias is made, move this alias to the Applications folder and use it to run iPhoto.
    Same for Aperture.
    In older OS this survived several upgrades....
    Lex

  • Inserting an image when a "Click Box" is checked

    Hi,
    I'm working on designing an training activity for a new system which I do not have access to.
    The screen I'm working on involves the users checking off a number of boxes.  How can I make a "check mark" image appear in the box once it has been clicked?
    Please help...I'm faced with a deadline for tomorrow and this roadblock has me stumped.

    Hello,
    It helps if you mention the version you are using. Hoping it is at least Captivate 4. There is indeed a checkboxes widget coming with Captivate that could do what you want, provided you like the checkmark there.
    If not insert as many checkmark images as you will need and set them to invisible. If nothing else has to be executed when the click box is clicked besides showing the checkmark image, you do not need an advanced action but can just apply the action 'Show <image>' as success action where <image> is the ID of the checkmark you want to show. But beware: if all those click boxes are on the same slide, you have to know that the playhead will be released when the click box is clicked and will move beyond the pausing point. To avoid that you'll have to rewind the playhead, and then you'll need an advanced action instead of a simple action with two statements:
    show <image>
    Assign rdcmmndGotoFrame with rdinfoCurrentFrame
    The second statement puts the playhead back before the pausing point.
    Lilybiri

  • How to upload Images to azure media services and show the image on on click on Link?

    Hi,
    I want to upload the image to the Azure media service asset and show the Link on the page. When use clicks on the Link I want to show it user. How can I implement this with C#? Now I am uploading the image to asset as in the normal way and getting the URL
    for that. But I am not able to show it user when he click on the image link.
    Thanks,
    Pavankuamr H K

    HI
    Azure media services has a RESTful service and a C# SDK that you can use to interact with the Azure Media Services.
    Here is the documentation and sample code for calling the Media services and using the SDK:
    https://msdn.microsoft.com/en-us/library/dn735908.aspx?f=255&MSPPError=-2147217396
    Aram Koukia | Blog: koukia.ca | Twitter:
    @aramkoukia

  • Is there a way to have TTS for multiple click boxes on same slide?

    Hi all,
    Using v.7 and Win 7 here. Have a project where I am using Paul's Text-to-speech TTS voice. So far so good. I need to build an interactive slide with mulitple click boxes so the learner can gauge where they are at in the projects progress. Is there a way to use TTS for these mulitple click boxes on the same slide? I see that you can import audio as an MP3 or .wav file but don't know how you would generate the TTS and save it seperately so it could be imported.
    Thanks for the help

    Just generate the TTS on a separate slide and then assign the audio file created in the LIbrary to whatever object you need.

  • FCP shows WHITE image for DVPAL Quicktime movies

    I have a strange issue on a friends FCP system
    FCP 5.1.4 OSX 10.4.11
    Final cut pro shows no image ( it's white ) in Final cut pro viewer. Audio is fine.
    Normally this is the case when a codec is missing but they are captured DVPAL movies and the source files play fine in the quicktime player. FCP shows DVPAL compression on item properties.
    Already thrashed the preferences/caches. No difference. If the codec really was missing it wouldn't played in the quicktime player right?
    Any ideas?
    Thanks

    Make sure theat FCP's Viewer window is in RGB mode - NOT Alpha.
    -DH

  • Captivate 8 - Click Box Deduct Points for incorrect click

    I am working on building a simulation assessment for a course I am working on. I don't want to use the hot spot quiz question due to the required use of the submit button. I have set up a simulation where there are 10 steps that are graded. The learner gets two attempts. If the learner clicks correctly the first attempt, I want to award 10 points. If they click correctly the second attempt, I only want to award 5 points. If they click incorrectly both times, they are awarded 0 points. I must be able to report the final score as a percentage to my LMS. Any suggestions would be greatly appreciated.
    Thanks in advance.

    This seems like it would be tricky to do out of the box... (Although I could be wrong! Maybe the experts will know of a way )
    I know Lieve's latest post talks about custom hotspot questions, but those have multiple hot spots with partial scoring, not a single hotspot with partial scoring based on number of tries: Custom Hotspot questions in Captivate 8 - Captivate blog
    There is the Interactive Master Widget, but I've never used it so I can't say for certain that it would do what you need it to.
    The problem as far as I see it (which perhaps you're aware of) is that any scored object will add to the total number of points and mess up your percentage. So you could have two smart shape buttons with one attempt each, one worth 10 and the other worth 5. The first is visible, but on failure hides itself and shows the second. But with that method you'd have 15 points total, not 10.
    In the past I saw something where someone sent their own score to the LMS using JavaScript and then closed the project before Captivate could overwrite that score, but I don't know if that's doable these days. (Report Custom SCORM Variables with JavaScript | Infosemantics Pty Ltd)
    EDIT: Woops, slow to post. I'll leave this, though, in case any of it is useful.

  • Can I "show" an image for a specific amount of time after a click?

    Hello,
    I would like an image to appear for only a specific amount of time after the user clicks a button.
    Is this possible?
    Thanks for any help!

    You cannot time with an advanced or shared action. Isn't a rollover image (which you can time) a valid alternative? You could use the timeline in combination with an action Continue, but I don't know the precise circumstances of your question.

  • Show  / Hide image on button click

    I have a button that when clicked through an advanced action will show a tick graphic.
    This works fine but what I would like to happen that if the button is pressed again the tick will disappear.
    Also if the button was pressed for a third time the tick graphic would reappear, and so on.
    What is the most efficient way of doing this?
    Many thanks in advance.
    Viki

    Here we go (again). Sorry, but I have answered similar questions so many times. Here is an article that offers you several toggle button scenarios:
    Toggle Shape buttons - Captivate 6 - Captivate blog
    Steps for your use case, since you don't want to change the look of the toggle button:
    create a boolean user variable v_visib ; you can give it a default value of 0
    create a conditional advanced (or shared) action like this:
    IF v_visib is equal to 1
      Show im_x                where im_x is the image you want to show, in a shared action will be a parameter
      Toggle v_visib
    ELSE
      Hide im_x
      Toggle v_visib

  • Show an image on button click

    We need the button to display an image on a button when clicked for a tic tac toe game.  Any help would be helpful.

    Ok, we will use a movieclip button but is there a tutorial somewhere on how to display the image when the button is clicked?

  • How to display images for right click menu items

    I am trying to display some image to the left of my right click menu items.I have searched the help but did't find anything wich can add an image to the menu items. If anyone knows how to do it, Please share 
    Thank to all.
    If you are young work to Learn, not to earn.

    Hi Mr,
    you should have searched the topic 'Programming with Menu Bars'
    Use the ATTR_SHOW_IMAGES attribute to add a column in the menu in which images can be placed. Then use the ATTR_ITEM_BITMAP attribute to specify an image to use for a submenu or menu item

  • How do I make a slide show of images for voiceover in iMovie

    I have images posted in iMovie project, over w/c I want to do a voiceover,but recording stops at end of first image, instead of continuing over all images. Do I have to make a slide show in iPhoto, to allow voiceover to cover all images? How do i select and create segment of images w/ voiceover?
    I want to insert images w/ voiceover into video clip segments to make an iMovie.
    Do I have to create a slide show in iPhoto first to allow this?
    If I have to cerate slide show in iPhoto, it cannot sync w/ earlier version of iPhoto in Desktop computer. I have mavericks OS on my laptop.
    Will this delete ability to work in iPhoto on my desktop/
    Pls. advise process
    Thnx

    iPhoto lets you export as a webpage.  This will create a webpage based slideshow of all the selected photos you can upload to your website.

  • Acrobat Pro Extended 9.1.3 shows mirror image for second pdf

    When I open a second PDF using Acrobat Pro Extended 9.1.3 the second file is shown as an enlarged text "mirror image." Has anyone else experienced this behavior?

    One of our users is having a similar problem.    He always leaves Elements open in the background so I'm wondering if this is causing problems when he downloads and opens pdfs using Acrobat Standard 9.  He also seeing the images stretch to the point of seeing a bunch of horizontal lines.  Has anyone offered any solutions?

  • Failure attempts for click boxes

    I am curious as if there is a way to create failure attempts for click boxes, the same way they are available for question slides?
    Thanks,
    Judy

    Here is a possible work flow:
    Created 3 click boxes, same size, same location (is only possible in CP6, forgot to ask the version you are using): CB_1, CB_2, CB_3 Only the first of them is visible, visibility checked off for CB_2 and CB_3
    Click boxes have 1 attempt, the default action for Success 'Go to Next Slide' is OK; for After Last Attempt I created a standard advanced action for each click box: Fail1, Fail2, Fail3
    Have an initially invisible text container Failure12 that will show up for the two first failures. I had the text 'Please again, attempt $$v_counter$$' That user variable v_counter would indicate the number of the attempt, perhaps not necessary?
    For the last, third failure I created a group 'Last' of two initially invisible objects one text container with the incorrect message and a Next button (so that the incorrect caption can be read and then the user clicks on the button)
    Fail1 action, triggered by CB_1:
    Expression v_counter = v_counter + 1            if you do not need the counter, skip this, it will result for Fail1 in a value 1
    Show Failure12                                            the text container with the guide text
    Hide CB_1
    Show CB_2                                                  so the first click box is disabled and the second will become functional
    Fail2 action, triggered by CB_2:
    Expression v_counter = v_counter + 1            if you do not need the counter, skip this, it will result for Fail2 in a value 2
    Hide CB_2
    Show CB_3                                                  so the second click box is disabled and the third will become functional
    Fail3 action, triggered by CB_3:
    Hide CB_3
    Hide Failure12
    Show Last                                                    this is the group with the incorrect caption and the Next button
    Writing out this answer took me more time than creating the actions in Captivate. Hope it makes sense?
    Lilybiri                                   

Maybe you are looking for