Getting rid of click to continue

Hey everyone, this may be incredibly simple. In my quiz the success caption of "Correct - Click anywhere or press 'y' to continue." pops up (or the incorrect alternative) after each question. I can move this off-stage, but how can I configure it so the user does not need to press anything to go to the next slide? I couldn't find this in the preferences anywhere.
Thanks in advance for the help.

Hello and welcome to the forum,
The default behavior in the Question slides is two steps:
the user clicks Submit button, and the Success/Failure captions show up, slide stays paused so that the user will be able to read the captions
the user clicks on the slide or presses Y when he is ready to move on, then the playhead is released and will continue AND eventually the actions you specify On Success/On Failure (after last attempt) will be executed.
You want only one step? OK, then you'll need some work and have to estimate for each question slide how much time is needed for the user to read the captions:
create your own Success/Failure Text captions and set them invisible
delete the default Success/Failure captions (Success can be turned off in the Properties panel, Failure you'll have to delete on the slides)
add as Success action to show your custom Success caption, and as Failure action to show your custom Failure caption
be sure to provide enough time after the pausing point of the question slide so that the user will be able to read the caption
Now, the two steps are reduced to one step: when the user clicks the submit button, the playhead will move on, the actions will be executed showing the text captions but when the end of the slide is reached the next slide will pop up. So, no pausing after clicking the Submit button because you deleted the first step.
Lilybiri

Similar Messages

  • How do i get rid of click to call

    Whenever I try to uninstall this crappy program I get an error message 
    "there is a problem with this windows installer package. a script required for this install to complete could not be run. contact your support personnel or package vendor."
    I've had this happen before (it always installs wrong) and somehow I figured out how to get rid of it but for the life of me I can't remember how I did it. Disabling the plug-in on the chrome toolbar does absolutely nothing. 
    HELP!

    rdori wrote:
    Re: how do i get rid of click to call
    here's how to disable/remove the click and call function;
    How to Disable or Remove the Click and Call Function
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • How to get rid of "click to activate and use this control"

    Hi,
    Any idea how to get rid of "click to activate and use this control".
    I don't want user to click to start working with the form.
    We are using IE6, forms9i and 10g application server.
    Thanks in advance.
    Kumar

    I got the solution...
    Metalink - Note:357545.1
    Kumar

  • How to get rid ofonstant clicking sound on my pavilion dv7 ?

    I get rid of the constant clicking sound on my Pavilion dv7 ?

    Can you explain more on the "clicking" noise you are hearing? If you mute the computer do you still hear it? It is from the speakers or from the inside of the laptop?
    Thanks,
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • When will firefox get rid of 'Click Me' as it continally crashes and freezes my computer.

    My question says it all.

    Quoting '''the-edmeister''' and '''cor-el''' from https://support.mozilla.org/en-US/questions/1025706
    That Click Me game is part of the Humble Mozilla Bundle promotion on the default Home Page [about:home], that loads from the Mozilla servers in the "Brand Logo" (DIV) section of about:home. A feature that was first used in Firefox 29 [IIRC] just prior to the start of the Olympic Games.
    Also, part of that promotion is addressed in the "Snippet" below the Search Container on the about:home page.
    If you want to block the "Brand Logo" section (and the "snippet" below the Search container) from ever being seen again, you can install [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Stylish] and this UserStyle. https://userstyles.org/styles/104673/about-home-hide-snippets-and-hide-brand-logo
    If you prefer not to see the snippets on the about:home page or otherwise experience problems with a snippet then you can set the '''browser.aboutHomeSnippets.updateUrl''' pref to an empty string on the '''about:config''' page. Delete the '''storage\persistent\moz-safe-about+home''' folder in the Firefox profile folder with Firefox closed ("3-bar" Firefox menu button > Exit/Quit) to remove snippets stored in IndexedDB and make Firefox use a default snippet set. You can reset the browser.aboutHomeSnippets.updateUrl pref via the right-click context menu to the default value to re-enable the snippets and make Firefox recreate the moz-safe-about+home folder. You need to close and restart Firefox after changing the value of the browser.aboutHomeSnippets.updateUrl pref.
    You can open the '''about:config''' page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.
    http://kb.mozillazine.org/about:config
    You can use this button to go to the currently used Firefox profile folder:
    Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    Alternatively you can just change your home page to another web page at:
    * Tools (or [[Image: New Fx Menu]]) > Options > General

  • Content Pane: Help getting rid of "Click to activate this control"

    I know this came up a long time ago when IE
    changed--Flash/swf content needs to be clicked to be activated
    first. I thought Robohelp 6 would address it, but not.
    The challenge: Cannot use the fixes publised because the html
    pages created by Robohelp, like the Content pane, are generated
    with Javascript. Ironically posted solutions use Javascript to
    change the Embed, object, etc. tags! And I don't know Javascript!
    The entire Content pane needs to be clicked first so you can
    click an item in the contents. Its html file seems to be
    wf_master.htm and when you look at the code, the tags are fed in
    like this:
    // Build tag to document.write
    strObject = "<OBJECT
    classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'";
    strObject += "WIDTH='100%' HEIGHT='100%' id='masterSWF'
    ALIGN='' VIEWASTEXT>";
    strObject += "<PARAM NAME='movie'
    VALUE='wf_master.swf'>";
    strObject += "<PARAM NAME=quality VALUE=high>";
    strObject += "<PARAM NAME='menu' value='false'>";
    // FlashVars for Object tag:
    strObject += "<PARAM NAME=FlashVars VALUE='" +
    strFlashVars + "'>";
    strObject += "<EMBED src='wf_master.swf' quality=high
    WIDTH='100%' menu='false' HEIGHT='100%' NAME='masterSWF'
    swliveconnect=true ALIGN='' ";
    // FlashVars for Embed tag:
    strObject += "FlashVars='" + strFlashVars + "' ";
    strObject += "TYPE='application/x-shockwave-flash'
    PLUGINSPAGE='
    http://www.macromedia.com/go/getflashplayer'>";
    strObject += "</EMBED>";
    strObject += "</OBJECT>";
    Adobe's solutions 1 or 2
    http://www.adobe.com/devnet/activecontent/
    assume you have regular html files.
    *Question/request:
    1) Has/can someone come up with a way or code (or function?)
    that can be added somewhere centrally (in a key file) so when
    robohelp renders the above html tags are replaced therefore
    eliminating the need of clicking the swf content to activate it?
    I don't know how Robohelp renders to help me find the file
    where a change like this can be made.
    2) Or can the output Javascript file be modified?
    Robohelp seems to ride on Javascript and the 'solutions' are
    in Javascript. I can't believe RObohelp developers have not
    addressed this with the Robohelp 6.
    I upgraded to Robohelp 6, use Robohelp HTML, publish using
    FlashHelp, and my users use IE,

    just search forum - this has been discussed almost everyday
    since the issue surfaced a few
    weeks/months ago - in fact somebody actually posted a link to
    an article explaining it 11 minutes
    before you posted your question
    Subject: IE Changes Due: What you can Expect.
    It's not a flash issue - it is an Eolas/Microsoft issue. Also
    google around - tons of articles on
    news sites about this and also on adobe and macromedia that
    explains it all.
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    jrschaef wrote:
    > Why do I have to click twice to use a flash nav? When I
    first hover over the
    > nav there is a "Click to activate and use this control"
    pop up, I click it and
    > then I can use that nav but if I go to a new page it
    starts over again. I seen
    > another posting that refer to the same issue but didn't
    have a solution. Can
    > anyone help?
    >

  • Getting rid of Click Bios on P45 Platinum

    So I thought I'd test Click Bios. It was fun for a while but is incredibly slow to boot and is most definitly not finished at all (Disabeling the onboard soundcard made it imposible to enter Click Bios again).
    So I want to reflash the old BIOS, I tried the guide on the Click BIOS page (http://www.msi.com/html/popup/MB/uefi/guide_u_l.html) but it says that the BIOS is write protected. I cannot find that feature anywhere in Click Bios at all, so I cannot flash the old BIOS.
    Does anybody know where I might find that feature or anyway around this?
    Thanks in advance.

    Hi IONDictator, & welcome to the forum. I hope someone on the forum has an answer for you. If not, try MSI Tech. Support directly at http://ocss.msi.com.tw/

  • When I open safari http//yesdate me pops up and I can't get rid of it and I don't want to click on it. Help

    When I open safari http//yesdateme pops up and I can't get rid of it or continue on into safari

    Force Quit Safari, then re-open it while holding the Shift key.

  • Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised the value of Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Some of my songs are listed twice on my iPod itself.  However, when I plug the iPod into my computer, the songs don't show up twice in iTunes when I click on device/music. How do I get rid of the duplicate songs on my iPod?

    Some of my songs are listed twice on my iPod itself.  However, when I plug the iPod into my computer, the songs don't show up twice in iTunes when I click on device/music. How do I get rid of the duplicate songs on my iPod?

    that is odd! that should not be happening.
    Are you syncing your songs right off of itunes itself? because it should be syncing over to the ipod however it is listed in itunes.

  • I want to see my chosen home page when I click on Firefox, but your ad shows up. How do I get rid of it?

    When I go to Mozilla Firefox, I always see YOUR page first instead of my chosen home page. This page says "Committed to You, your privacy and an open web under your logo, and in top right corner, it says "See what's New" and it makes me either check "No Thanks" or "Let's go". This is annoying because I really just want my home page when I click on Firefox.
    How do I get rid of YOUR page that comes up first? If I can't get rid of this, I plan to no longer use Mozilla Firefox. Please advise. (I would have given you a screen shot, but your system doesn't accept it here)
    Thanks!
    Kathy Burden

    You can check the target line in the Firefox desktop shortcut (right-click: Properties) to make sure that nothing is appended after the path to the Firefox program.
    Do you still have your home page set correctly?
    *Tools > Options > General > Startup: Home page
    Firefox supports multiple home pages separated by '|' (pipe) symbols.
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    You can check for problems with preferences.
    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • I have a Yahoo search bar acting like an App tab that I can't get rid of. There is no option to unpin when I right click on it.

    I have a yahoo search bar which was installed during a download and installation of SIW.exe a system information application from http://gtopala.com/. It was the freeware version which is add based software. However I didn't expect that the search function would be such a nusance and interfere with Firefox's functions.
    The search bar is acting like a App tab that I can't move or get rid of. Ther is no option to unpin the object when I right click on the bar or to change it in any way using the 'group your tab' function to the right of the tab tool bar.

    Reply: Cor-el > Excellent!! Thank You. In Tools, Add Ons, Extensions there was a Default Tab enntry which was the culprit. Am running W7 so the XP Tools, Options, Advanced , Use Hardware acceleration when available, wasn't of much help here, however I did fix a problem on another computer running XP with that same fix. Thank You very much! HD

  • In Mail I have a "no name" card in email address list that has a known address but when I click on "no name" all adresses in email list go to relevant out going address box-can't get rid of "no name" in email address list

    In Mail email list I have a "no name" card with a known email address. When I click on this card all names on list go to outgoing address box-I cannot get rid of this card

    In Mail email list I have a "no name" card with a known email address. When I click on this card all names on list go to outgoing address box-I cannot get rid of this card

  • The curser includes a text box from a previous image or link when the curser is positioned on the side of the page. i click and it goes away but only to return again on the next launched page. how do i get rid of this?

    the cursor includes a text box from a previous image or link when the cursor is positioned on the side of the page. it will mainly happen when i hit "back" from the page i was on. i click and it goes away but only to return again on the next launched page. i also keep several tabs open and it will carry over to any one of them i go to. how do i get rid of this?
    == This happened ==
    Every time Firefox opened
    == when i upgraded to most recent version 3.6.8

    A number of extensions can cause that problem, you'll need to do a little troubleshooting to find out which extension is causing that to happen for you.
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I want to attach a document to send, but when I click "attach' it is blocked. How to get rid of it?

    I want to attach a document to send to the receiver, but when I click the "attach". it appears a sign "block". How can I do to get rid of it?

    The store language detection is totally broken.
    The Swiss store is only available in German and French - English, my system language, won't do. However, in all those years I've never seen an option to choose between German/French, iPhoto always just assumed one.
    In my case it picks French (instead of German) eventhough the preferred language in the Apple-ID account is German. Also, in "System Preferences -> Language&Text -> Language" German is listed below English but above French on purpose. Furthermore, in "Language&Text -> Formats -> Region" I picked "Switzerland (German)".
    I've yet to figure out how Apple picks the effective store. If it doesn't look in either of those three places it's seriously broken anyhow...

Maybe you are looking for

  • How to compile the Java classes generated in JAXB

    I am using Windows 2000 Operating System. I found a xjc batch file on the sun's java forum. I used that to generate classes from XML. After generating the classes I could not compile the classes each depends on other AND THEY REQUIRE BOTH CLASS FILES

  • Want to change BOM usage from production 1 to design 2

    Dear Experts ,                            Is it possible to change BOM usage from production 1 to design 2 ? Any mass change T code ? Neal

  • X2 Plug In USB Cable To Computer and select mass s...

    Hello, anyone can help about this Issue? When I plug in My X2 Firmware Version 4.90  using cable to my computer and that have three selection for select 1)Nokia Ovi Suite 2)Media Transfer 3)Mass Storage, I selected the first of two option that see fu

  • IOS 7.0.4 crash & freezing

    I have been having a lot of problems with both my iPad2 & iPad Air crashing when using certain like shopping sites when doing a lot of scrolling especially but not exclusively.  In addition, I have had a lot of problems with my screen freezing that h

  • How to restore today's and yesterday's history

    When I click on History I do not get today's or yesterday's history but only Last 7 Days and This Month and Last Month. How do I restore the missing history?