Quiz failure, how to stop the project from continuing

If the user fails the quiz I don't want them to be able to proceed b/c for the ones that passed I have created a certificate. I have my quiz settings under the Pass or Fail "If passing grade" - Go to the next slide. "If failing grade: - Send email to... on the drop down the Continue playing project is not checked. But when I tested it out, it does continue playing the project when the user fails. Should I set the Action upon failure to No Action? Other solutions?

ashorsley,
One thing you can do is set it such that if the user fails the quiz, then it jumps to a slide you have created.  The slide can simply say "Thank you" or "Sorry, you did not pass" and include any further instructions the learner might need.  Say whatever you want.  Either way, you then set your Project end options to Close the Program.  So it looks like this:
For instance:
Slide 26:  last question slide in the quiz          Properties:  On slide exit: Go to next slide
Slide 27:  Results of the quiz slide                 Properties:  On slide exit: Go to next slide
Slide 28:  "Congratulation you passed!"          Properties:  On slide exit: Jump to slide 30
Slide 29:  "Sorry, you did not pass."               Properties: On slide exit: Jump to slide 30
Slide 30:  Thank you.                                   Properties:  On slide exit: No action
In Publish/Preferences/Quiz/Pass or Fail, set the following:
If passing grade: Jump to slide 28
If failing grade:    Jump to slide 29
In Publish/Preferences/Project/Start and End, set the following:
Project end options:   Action:  Close Project
That should do it if I understood your problem correctly.  It has worked for me.
WARNING: In Publish/Preferences/Quiz/Settings if you have set Required to Pass Required - the user must pass this quiz to continue, then this solution will not work.  Set it to Required - the user must take this quiz to continue, then it should work fine.
Good luck.  Let us know how this solution works.  Any more questions, feel free to ask.
Take care,
Jorge G.

Similar Messages

  • How to stop the Dialog from being dragged

    I was hoping that someone could tell me when calling a Dialog from Jframe, a how to stop the Dialog from being dragged
    while a dialog is showing.
    When it is visible I can still click and drag the Dialog
    I want to set it so you can not drag it until the dialog has be closed.

    If you don't have access to the parent frame, a "hack" that usually works:
    Frame frame = Frame.getFrames()[0];
    if (null != frame && frame instanceof JFrame){
    JFrame jf = (JFrame)frame;
    JDialog jd = new JDialog(jf, "title");
    ... code here ...
    As each JFrame (or Frame) is opened, its stored in the array of Frames that you can get. Same thing with Dialog.getDialogs(). Almost always, at least so far for me I've never had this problem, the [0] index is the main window opened, or the parent/top frame. I'd put the check in there to be safe and make sure its a JFrame and usually you'll only have the one JFrame.

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • How to stop  the users from changing the Decimal in SAP

    How  to stop  the users from changing User Profile

    Hai,
    It is not possible to restrict SU3 to display, because it has only S_TCODE has the authorization object.
    If you really want to restrict users from changing their profile you have to remove the SU3 access and give SU1 or SU2 which gives access only to Personnel details and Parameters.
    Hope this helps.
    Regards,
    Yoganand.V

  • How to stop the Calendar from editing your input?

    How to stop the Calendar from editing your input?

    I am constantly finding that Calendar Version 8.0 thinks it knows what I want to type but it incorrectly takes numbers and days and times out of my input and changes my appointments. I hate this new supposedly "smart" feature. Even when I edit my event correctly a second or third time it rewrites my input incorrectly again. I have to use my iPhone to override the annoying editing on my mac. I am ready to find a new calendar program unless Apple allows users to input what they want without their information being incorrectly edited.

  • How to stop the dock from showing all hidden images when hiding then showing applications

    How to stop the dock from showing all hidden images when hiding then showing applications

    It's not really something to snap a screen shot of. I believe it would need to be a video clip. For instance, when I am working on multiple images in Photoshop, I often need many images open at the same time, but I only have one image viewable and active. The hero image is active on screen while I hide the other images in the dock by hitting the yellow - button on the images. Then I "Hide" Photoshop to do something in the Finder. When I go back to Photoshop, every image that is hidden in the dock will pop open again in the active window, not just the image I was currently working on. I want these images to stay in the dock until I need them, no matter how many times I Hide the Show Photoshop.

  • HT2188 How to stop the battery from draining

    How to stop the battery from draining

    I tried everything to stop my battery from draining on my iPad 2 since I have downloaded IOS 7.... Without success. Very disappointed with IOS 7 so far. Apple please release a patch to stop the battery from draining. It is urgent. My iPad is now useless, it is always drained to 0% everytime I open my iPad!?!?!

  • How to stop the executable from starting when opened

    Hi Guys,
    I am building an exe with the application builder. I am not able to find a way to stop the exe from running when opened. I dont need the exe to run. I know I m missing a very basic step here but I m not able to do that.
    Could anyone explain me how to do this.
    Regards,
    Nitin

    Hello,
    This is Dominic L. from Applications Engineering at National Instruments. This was reported to R&D (CAR#41DAPUQU) and was fixed in LabVIEW 8.2.1. Here is a link to the current evaluation software download for LabVIEW:
    http://digital.ni.com/demo.nsf/websearch/14f9ce475127ade786256ac60070926c?opendocument
    This particular bug actually renders all the build options for source file settings unusable. While the other options can be set manually in the source VI properties, the start-up VI will always run when an executable is opened.
    Here are three different workarounds to this:
    Option 1 - Upgrade to 8.2.1. 
    Option 2 - Check "Enable debugging" and "Wait for debugger on launch" in the Advanced page of the build specification. One side effect is this will include the block diagrams of the VIs and extra code for debug tool support. Note that if you don't protect the source code (block diagram), it kind of defeats the purpose of creating an executable.
    Option 3 - Use a dummy startup VI to launch the desired startup VI.
    For the third workaround, the attached "Dummy Startup VI.vi" uses VI server to open the desired startup VI's front panel and then closes.  To use the Dummy Startup VI follow these steps:
    Add the Dummy Startup VI to the project.
    Open the Dummy Startup VI and change "Main VI.vi" to the VI you would like to open but not run in the project and save.
    In the source files page of the build, select the Dummy Startup VI as a startup VI and the VI you would like to open but not run as a support VI.
    Build and run.
    I hope this helps.
    Have a great evening!
    Best Regards,
    Dominic L.
    Attachments:
    Dummy Startup VI.vi ‏12 KB

  • How to stop the report from Web!

    hi,all!
    Now I can start a report from Web with schedule parameter!Can you tell me how to stop the report via the Web server?Or tell me with which patameter.Thank a lot.

    hello,
    there is a CGI/Servlet command called killjob which you pass the job-id of the job you want to kill.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                           

  • Anyone know how to stop the slideshow from looping?

    Does anyone know which file to edit in order to stop the slideshow from looping? Where the code would be or, what code to add.
    I am not aware of a setting from within iweb itself.
    I assumed it was the slideshow.js file but I didn't find anything in there.
    Such as a loop "true"
    HELP

    That worked great.
    I assume what we are doing is copying and editing the
    .mac slideshow file,
    and then pointing to it's location in the folder. How
    Yes, that's exactly it.
    did you know what the code would be? I guess you must
    be very Java savy, because it definetly wasn't an
    obvious one.
    It took me two days to reverse engineered dot mac slideshow
    Is there a way to get the slideshow window to close
    after it's finished? What I get is a freeze frame on
    the last photo of the show.
    I know you gonna ask that yes, change the added line in slideshow.js to this:
    if (count == ((imgs.length) - 1)) { this.pause(); setTimeout("window.close()", 5000); }; // close window after 5 sec, change 5000 to whatever you like.

  • [SOLVED]How to stop the screen from shutting it self off?

    First of all, spare me the "search/man/wiki-first"-talk becouse I have already done that as far as my knowledge of the subject reach. If you think you seen a thread like this with a solution, please link to it without any retarded comments.
    Now to my question: How do I , from the commandline, stop the display from shutting it self off automatically after awhile?
    Last edited by whacath (2010-02-19 11:27:12)

    To disable DPMS and screen blanking:
    xset -dpms s off

  • How to stop the screen from coming on in my pocket on my Samsung GS4

    When I put my Samsung Galaxy S4 in my pocket or my wife puts hers in her purse the display keeps lighting up because the buttons are apparently getting pushed. This is running our batteries down when we aren't even using the phones. Is there a way to stop the screen from lighting?

    Make sure that you don't press the home button or power button when you put the phone away. You can reduce the screen time out time down to 15 seconds thereby reducing the battery usage to that short time period. Also make sure that your phone sleeve is not pressing against those two wake up buttons.

  • How to stop the volume from reverting to normal when plugging in headphones

    Hello! I usually put my volume on the first bar, and when I plug in my headphones, it reverts to half of the bars being full- blasting my ears. I always forget it too. Soo
    I was wondering if there was a way to stop the volume from changing when I plug in my headphones. Is it possible? It would be really really good

    I experience the same problem when i plug in my speakers, I think if you change the itunes volume slider and or dont pause the song then you wont experience the problem

  • Mac adds automatically a suffix when downloading a file. How to stop the Mac from doing this?

    I want to download a gps-file for my tomtom navigation system.
    These files have the suffix .itn
    When downloading, OS X transforms the file from filename.itn  to   filename.itn.txt automatically, therefore adds an ".txt", and opens the texteditor with the file.
    I just want OS X to leave the file as it ist and add or do nothing to or with it. Just put it in the download-folder.
    When hiding the suffix with apple-i, the file is no longer readable for the navi system. There ist no option to tell the mac just to do nothing; you just can select a different app. But this is not the solution.
    What can I do?
    Thanks
    Mathias

    Limnos wrote:
    I use a much older version of Safari when I do use it. I have that unchcked but when I download a file Safari just downloads it without any prompt for a file name.  What the OP needs is a way to change how Safari handles downloads so it either identifies them correctly and stops adding the wrong extenion to a file, or a way to edit the file name at download time. My old version doesn't have any apparent way to configure either of these, but I can do it in Firefox.
    What?
    The file has a name prior to downloading, Safari does not ask for one to be added at download time (neither do other browsers), once the file has been downloaded the extension can be corrected.

  • How to stop the users from saving the PO when there is error message

    Hi Guru,
    The error message had appeared but the user still can choose to hold the PO even though there is an error.
    They do not want to let the user to have a choice to save the PO once there is an error.
    Please advice where i can out this checking in.

    Dear Sally,
    As per OSS: Note 606728 - Hold Functionality of the PR & PO - Gaps.
    The only way you can stop the hold functionality is by implementing the BADI: ME_PROCESS_PO_CUST.
    I am copying the OSS text for your reference.
    Summary
    Symptom
    It is possible in the system to create/hold a purchase order (PO) referencing a held purchase requisition (PR), but your business process requires that this not be possible in your installation.
    Other terms
    Hold, ME21N, ME52N, Parking, Save without Check, Held PR, PO referencing a held PR, Commitments, reduction of PR by a held PO
    Reason and Prerequisites
    Cause: The functionality is not provided in EA-PS 110.
    Prerequisites : You must be on EA-PS 110 to implement this note
    Solution
    You can implement some customer BAdI's provided by SAP to get this functionality. Note that customer implementations of the BAdI's provided by SAP are upwardly compatible. The text that follows gives details of how to implement the customer BAdI's to accomplish this functionality.
    This functionality might be provided in future releases. However, we cannot make any binding statements at this time in regard to the scope of this development and when it will become available.
    The following are the steps required to implement the customer BAdI to give an error message when a user tries to create a PO referencing a held PR.
    1. Go to transaction SE18. Enter the definition name as ME_PROCESS_PO_CUST. Select the push button display.
    a) Choose Implementation -> Create.
    b) Enter an implementation name. Choose Enter.
    c) Enter a short text to describe the purpose of the implementation, then save the implementation.
    d) Select the tab interface, then double-click the method "process_item".
    e) Create a message to issue a message that the PR is on hold.
    f) Enter the following code in the method:
                        DATA: LS_MEPOITEM TYPE MEPOITEM.
                        DATA : MEMORY     TYPE EBAN-MEMORY.
    get current data from business object
                        LS_MEPOITEM = IM_ITEM->GET_DATA( ).
    Check if the PO references a PR and check if the PR is not on hold
    If the PR is on hold give an error message
                          IF NOT LS_MEPOITEM-BANFN IS INITIAL.
                            SELECT SINGLE MEMORY INTO MEMORY
                            FROM EBAN WHERE BANFN = LS_MEPOITEM-BANFN
                                        AND BNFPO = LS_MEPOITEM-BNFPO.
                            IF MEMORY = 'X'.
                               MESSAGE E900(ZM). "The message that you have created in step 6
                            ENDIF.
                        ENDIF.
    g) Activate the implementation.
    2. If you do not want to let the user put the PO referencing a held PR on hold, you have to also implement the BAdI ME_HOLD_PO. The following are the steps to implement the BAdI.
    a) Go to transaction SE18.Enter the definition name as ME_HOLD_PO and click on the 'DISPLAY' button.
    b) Go to Implementation -> Create.
    c) Enter an implementation name, then choose Enter.
    d) Give some short text to describe the purpose of the implementation, then save the implementation.
    e) Select the tab interface. Double-click the method IS_ALLOWED.
    f) Enter the following code in the method:
                        DATA : IM_BEKPO_WA TYPE BEKPO.
                        DATA : MEMORY TYPE EBAN-MEMORY.
                        *-Look if the PO refers to a Held PR
                        LOOP AT IM_BEKPO INTO IM_BEKPO_WA
                               WHERE NOT BANFN IS INITIAL.
                                 SELECT SINGLE MEMORY INTO MEMORY
                                 FROM EBAN WHERE BANFN = IM_BEKPO_WA-BANFN
                                            AND BNFPO = IM_BEKPO_WA-BNFPO.
                                 IF MEMORY = 'X'.
                        *-Do not allow the PO to be kept on hold
                        *-if the PO is refering a held PR
                                   CH_ALLOWED = ' '.
                                  ENDIF.
                        ENDLOOP.
    g) Activate the implementation.
    I hope it helps.
    Kind Regards,
    Prakash

Maybe you are looking for

  • How to Hide BP Functions - Points will be awarded

    Dear Guru's, I would need to Block CRM Business Partner Functions which are not required to list out. I through with the following steps to block: (CRM 4.0) IMG --> CRM --> B.Functions --> Partner Processing --> Define Partner Functions. Here I Check

  • When I try to choose colors in Photoshop, it just gives me different shades of grey. Help fix??

    I don't know why it's doing this. It's never done this before, and I didn't change anything soooo I don't know what caused this. Does anyone know how to fix this??

  • Partition switching on a nonaligned table?

    hi folks, i was wondering if it was possible to switch between partitions when utilized a non aligned table? DECLARE @StartMonth DATE= '2014-01-01'; CREATE PARTITION FUNCTION MonthlyProductPF (DATETIME) AS RANGE RIGHT FOR VALUES (@StartMonth , DATEAD

  • Help with compilation error

    Hello I have a problem with my jsp developement. When i create a jsp (with no beans) i test it and it runs fine (not good but fine), then when I test it with multiple users at time, it generate a jsp compilation error ie. "missing term }" and I can n

  • Unable to find "resources/sap-ui-core.js" in the project

    Hi, I am trying to wrap a SAPUI5 SplitApp application using cordova 3.4.0 and run it from an android device. After much R&D, the application seems to be running fine but there is a small glitch here... I'm unable to access the SAPUI5 libraries from t