Chess game, how to stop the project to continue

If the user fails the test that I don't want them to be able to do b/c for those who have passed, I have created a certificate. I have my settings of the quiz in the success or failure "If the passage of rank"-go to the next slide. "If the quality defect:-send email to... on the drop down menu continue it play the project is not checked." But when I tested it out, he continues to play the project when the user fails. Should I set the Action if I fail the Action No.? Other solutions?

ashorsley,

One thing you can do is set such as if the user fails the test, then he jumps to a slide that you created.  The blade can simply say "Thank you" or 'Sorry, you do not pass' and include additional instructions the learner might need.  Say what you want.  Whatever it is, then set your project options to close the program.  So, it looks like this:

For example:

Slide 26: last question slide in the quiz properties: at the exit of the slide: go to the next slide

Slide 27: Results of the quiz slide properties: at the exit of the slide: go to the next slide

Slide 28: ' congratulations, you passed. "          Properties: At the exit of the slide: go to slide 30

Slide 29: 'sorry, you do not pass."               Properties: At the exit of the slide: go to slide 30

Slide 30: thank you very much.                                   Properties: At the exit of the slide: no action

In preferences/Quiz/publish/success or failure, set the following parameters:

If the passage of rank: go to the slide 28

If lack of rank: go to the slide 29

Publish/preferences/project/start and end, set the following parameters:

Project end options: Action: close project

Who should do if I understand your problem.  It worked for me.

WARNING: In settings/preferences/publication/Quiz if you set must pass required - the user must pass this questionnaire to continue, then this solution will not work.  Assign the necessary - the user must take this questionnaire to continue, then it should work fine.

Good luck.  Let us know how it works.  Any other questions, feel free to ask.

Take care

Jorge G.

Tags: Adobe Captivate

Similar Questions

  • How to stop the abandoned operation messages for the opening of the games on Facebook?

    Original title: how to stop the abandoned operation messages

    When I connect to my facebook and began to open the game or any game I get this error operation failed and it want start the game... I can open facebook and update the games, but it won't play...

    Hi Annspikes,

    1. what browser do you use?

    2. This only happens with Facebook game?

    3. you remember to make changes to the computer before this problem?

    If you use Internet Explorer, you can read the following article and check.

    Why do I get an "Operation aborted" error message when I visit a Web page in Internet Explorer?

    Hope this information is useful.

  • Can I edit in JDE when the Simulator is open? How to stop the debugger there tie in the Simulator?

    I see the output in the Simulator and I want to have changes in the code. To do this, I have to close the Simulator and the fact of the change in JDE. Y at - it an option for edit in JDE when Simulator works and we see the output changed in the open Simulator?

    And also how to stop the debugger's tie when the Simulator is on the way? It takes too long to launch the simulator when the debugger is attached.

    Thanks for any help.

    Simulator for stand-alone use.

    Build the project in jde and transfer all the cod files in stand-alone Simulator folder.

    And after that start the standalone trainer.

  • How to stop the timeline loop (where the loop is not activated)

    Hello

    How to stop the chronology of looping/jump at the beginning of the timeline automatically when the playhead reaches the end of the edition / the end of the timeline please? The loopback feature is disabled. Its really frustrating when you look at the video game back, and when it reaches the end, he always goes early in the Cup again. Any help would be greatly appreciated. Thanks Tatjana

    Thank you! I fixed it. Its automatic scrolling of the playback head.

  • How to stop the remote control to the setting

    How to stop the remote control to the setting

    Disable the settings > general > accessibility > voiceover.

  • How to stop the music in the iOS download

    How to stop the music in the iOS download songs? I accidentally clicked (stupidly) songs to download all the purchased. It will take some time and fill out my iPhone with music. I tried restarting and that did not help. It is also a priority on updating apps from the App store. I use the latest version 9.3.2 iOS iPhone 6.

    Thank you

    I will try to put the device in Airplane Mode, then signature of the iTunes and the App Store. Then try to disable airplane Mode. While you are not connected to the iTunes Store, you should not try to download on the phone once you turn it off airplane mode.

  • HOW TO STOP THE NEW ADS ON FACEBOOK... THEY ARE FRIGGIN BORING AND REEK HAVOC WHEN YOU PLAY... PLEASE ME TELL HOW TO BLOCK THEM!

    How to stop the new ads on Facebook

    I get very annoyed by ads to where they are on the web so I use an add-on called 'Adblock Plus' which uses its database to block known ads and you can even block yourself!

    With 'Adblock Plus Adblock Plus ' installed, you can block all advertising photo:

    1. right click on the announcement of photo that you want to get rid

    2. in the menu, click the option that says: ' Adblock Plus: block image... "(it is usually at the bottom of the menu)

    3. when the pop up box appears, simply click 'Add filter' and advertising will disappear before your eyes!

    If this was the answer you are looking for, please click 'Resolved' - thank you.

  • How to stop the shortcut ctrl-alt-s

    How to stop the shortcut ctrl-alt-s bringing HP info? I use this shortcut elsewhere.

    Here it is:

    http://support.HP.com/us-en/document/c00761879

  • How to stop the Animations of Chrome

    How to stop the animations in Chrome? We're wasting resources and slow down the user interface, especially when the user interface is already slow due to the nature of Firefox non-multitraitement. It is like throwing cement on a turtle.

    The animation of the tab bar has a pref browser.tabs.animate related to this and can be set to false.

  • How to stop the Firefox update page to load whenever I run the FF 3.6.16 application

    How to stop the Firefox update page to load whenever I run the application FF 3.6.16. I use it on an iMac G5 ALS.

    See the following for a few suggestions:

  • How to stop the dashboard at the bottom of the screen in endangered?

    How to stop the dashboard to disappear the bottom of Safari.  It did not happen, but I installed iCapitan.

    Dashboard or the Dock? If you mean that the docking menu Apple > System Preferences > Dock > automatically hide / show Dock.

    OS X El Capitan: use the docking station

  • How to stop the VI and a Sub VI together

    Hi, in my application, I have a vi with a state machine with a loop of event handler. One of the events in my loop of event handler is out who runs the State of the output of my state machine. I also have an under vi outside my statemachine.

    The problem:

    1. at the exit of pressing my Vi does not stop.

    Reason: my sub vi is still running.

    Need solution : How tp stop the two loops together using the exit button.

    StateMachine P.S:1.My is inside a while loop and while loop runs inside my sub vi also.

    2. both the loops are parallel, since I'm on queues in it.

    2. both the loops are parallel, since I'm on queues in it.

    There are many ways, depending on your architecture.

    Can pass you a message from out of your event loop to your another loop on the queue?

    Another way is to use a global Boolean variable 'Stop' and use it in your second loop exit condition. Set it in the event loop when you want to stop the program.

    The producer consumer example stops the second loop by closing the queue during the first loop stops and then to capture the error when the second loop trying to read the queue.

  • How to stop the log in page and continue straight on the desktop at boot?

    Original title: desktop

    How to stop the newspaper in stright page and go to the desktop page when starting

    Hi Ms.HarleyChic,

    Windows operating system you are using?

    If you use Windows 7, try the steps in the following article and check if this can help:

    Enable or disable a secure connection (CTRL + ALT + DELETE)

  • How to stop the red symbols to appear when I use the question mark, the apostrophe and slash keys. This only happens in my e-mail program.

    How to stop the red symbol to appear when I use the key question mark in my e-mail program.

    HI Julie Delany.

    1. for how long are you facing this problem?

    2. is there any changes made prior to this issue?

    3. may I know what mail client do you use?

    Disable the function key (lock) and then check

  • How to stop the "Microsoft" folder opens at startup

    Whenever I start my computer, "C:\Program Files\Microsoft" opens. I went through each item, start nothing leading to this path. (msconfig, registry, and "Startup" in "Programs" folder.) Anyone know how to stop the start to the top of the file?

    You are really the way strong, but as long you are looking at the registry "Run" keys, make sure that the names of path for various startup items are surrounded by double quotes.

    I can find no documentation final for this - and there is certainly some entries in my key Run that have spaces in them, but are not surrounded by double quotes - but in general, Windows behaves better if you either do not use characters such as spaces or surround the path with quotation marks name.

    For example:

    "C:\Program Files\Fichiers Files\Adobe\ARM\1.0\AdobeARM.exe"

    Because registry Analyzer seems to know the space in Program Files, and given your statement that the problem started when you installed Office, I suggest looking for an entry that starts C:\Program Files\Microsoft Office\Office14\

    If you find such an entry without quotes, modify to add and see if the problem goes away.

    In the future, Autoruns is an easier way to find the startup entries... and it shows many places more than just two Run keys you watched.

Maybe you are looking for

  • Why not Firefox OS start Simulator (1.1) the 27 Firefox on OpenSuse 13.1?

    I use the default version of Firefox (27) on OpenSuse 13.1. I downloaded and installed the Firefox os Simulator plugin, version 1.1 have searched with Google, but it does not start. If I open the application manager, and then I click on "start the Si

  • iPhone 5 s + Apple Care

    I have an iPhone 5 s, which is currently covered by Apple Care. I dropped the phone to the point where it is irreparable (catastrophic damage, came wide screen) What are my options to get a replacement? I was told to buy Apple care (extended warranty

  • A7000 S153 Auto Pivot has stopped working

    Phone has been blocked in landscape mode, I went into the menu to switch and turned off auto rotation... After that it doesn't work at all, I turned it on but screen will not turn, also I tried resetting hardware problem still persists Note from the

  • How to fix error: C:\Users\TEMP\AppData\Local\PLAYTO~1\Updater.dll when the browser crashes too often

    I get the message every time my browser hangs and stops... too frequently to start or do anything accomplished. I need to know how to solve this problem as soon as possible.

  • BlackBerry Smartphones new icon unidentified

    When you make a call, a new icon has developed.  It looks like a rectangular flag.  Has a diagonal line of the cross from the top left to the bottom right.  Half lower is blue and half top is black.  This mean?