CP7 stopping a few buttons from complete

I have developed a course where learners have to correctly click through a series of screens to complete four scenarios. Many of the buttons are set to report as part of the 'quiz' so that we can do some click-tracking for common errors, but only 4 buttons are added to the score. The last button of each scenario is the only button that is adding to the point total. Passing score is set at 4 points, because there are 4 scenarios. The learner can navigate through the four scenarios in their own track, and once the each scenario is completed correctly, they are returned to a switchboard which has a checkmark graphic displayed for the scenarios that have been completed.
So...here's my problem I can't figure out. Regardless of order the scenarios are done in, two or three buttons from the end, the entire module hangs. I have never been able to finish all 4 scenarios. The first tree work great, the fourth stops a few buttons from the end. Is there a problem with the .swf/connect reporting that the learner is getting CLOSE to passing or something? I could see a problem once they complete the fourth scenario, but a few buttons before?
I have CP7 running on Win 7 (64bit) using Adobe Connect for our reporting. I have the latest Flash player on my system. I have tested the module by publishing to Connect and by running the module locally (from my desktop). I have tested in Firefox and IE. I have published using Flash 10 and Flash 11. I have even opened it in CP6 and published in Flash 9. Regardless of file location, flash version and/or browser combo I use, I am still getting the same issue.
Any ideas/suggestions/places to look for a solution?

RobWard,
Thanks for the advice. I like the idea of inserting captions that display for the rest of the project so I can debug variables. I had never thought of that and I will use that in future projects, as well as this one.
As far as this specific question goes, I found a solution before you responded that I wanted to document here, and maybe get someone to clarify why it worked. I noticed that I was using the quizzing functionality without having a single question slide. I was somply reporting from custom buttons. I kept reading that that quiz reporting slide had some functionality to it (particularly reporting completion, if I remember correctly), but I did not have a quiz results slide (because I had no question slides).
I added a fake question (as slide #1) with zero points for the question. When I inserted a question, the quiz results slide automatically was added to my project (as the last slide...slide 119). I hid both the results and the question (and made sure to remove them from the TOC...) and the problem never happened again. All reporting was perfect and it never hung on the last of the four scenarios.
Problem solved...just not sure exactly why...

Similar Messages

  • How to stop the home button from vibrating, in an intex cloud fx firefox os phone??

    i have asked around and double checked my phone - but have not found any way to stop the home button (its the only button at the bottom of the phone). i feel there is no need for it to vibrate and as it is, the battery life is short in this phone.. so i want to stop the vibration and save as much battery as possible.
    hope someone can help me in this.

    Andrew, yes this is a good idea, it seems that way.
    venkyx, please include the following in the bug:
    *Build Id
    *Phone type
    *Steps to reproduce
    * What is expected
    * What actually happens
    bugzilla.mozilla.org is where to file the bug and please post back the url to the bug here. I will ask about the support for the device.

  • Remove Submit button from completed pdf

    I am creating a fillable pdf with a submit button that will email the pdf from our intranet to a list of recipients.  I would like to remove the submit button, another button that I use to lock all fields button and accompaning text box from the completed form.  Is there a script or other solution that would allow this?  Thanks.

    Interesting... was just trying it again.  I moved that script to the presubmit on the form you sent me and it does complete all the tasks; but when saved and opened in reader the Mailto does not appear and changes cannot be saved.  Then when right are enabled through Acrobat, then re-opened with reader the fields on the form are not locked when it is received by email.
    When the same changes are made to the original form in LiveCycle and saved as a Static 7 or 8 pdf the text does not get removed and when saved as a Dynamic 7 or 8 the text gets removed but all the fields are unlocked when received by email.
    On the form I've setup a Current Date field and have it working with Date and Time format using the following:
    ----- form1.Page1.CurrentDate::calculate: - (FormCalc, client) -------------------------------------var 
    theDate = Num2Date(Date(), "MMM D YYYY")
    var theTime = Num2Time(Time(), "hh:MM:SS A") Concat(Num2Date(Date()
    , "MMM D YYYY"), " ", Num2Time(Time(), "hh:MM:SS A"))
    What I'm looking the do is insert a time stamp somewhere on the form when a button is clicked, rather than when the form is opened.
    Charley

  • How do I stop the alt button from showing the menu bar?

    I use ALT as my push to talk button on multiple voip programs. When in firefox 6, pressing ALT makes the menu bar show up and disappear. I'd prefer to find a way to remove this shortcut from firefox. Changing the shorcut for push to talk on all of my voip programs and breaking a habit would be less desirable.

    "Alt", I believe, is at the system level, utilized by other browsers and other applications for same purpose. Your VOIP might give you an option of Alt-Gr (Alt on right-hand side) or a choice of any other key. Right now either Alt key works in Firefox.
    or check out, (I -- never used it)
    How do I ... remap my keyboard with KeyTweak? | TechRepublic
    *http://www.techrepublic.com/blog/window-on-windows/how-do-i-remap-my-keyboard-with-keytweak/861

  • How to stop my Preview button from auto putting files to the server?

    Hi, I just had a tech guy to my house helping me with dreamweaver and when he left my program is working differently.  It did not automatically put files when I previewed them.  Now I can't preview anything without it putting the file to the server.  I created a contact form as a php file.  Could that have anything to do with this change?  I appreciate your assistance!

    Hi, I actually had to turn off the test button to the server to stop it.  In preferences nothing was changed.  I have checked "prompt on put" and "prompt on get".
    It only stops putting my files while I have the testing unchecked.  Thanks for your reply.  I really appreciate it.

  • How can I stop the control button from moving the open applications up and exposing the desktop?

    It is getting very annoying when I want to use the control button for other functions.
    I tried looking in settings under keyboard, but found nothing.
    If anybody knows how to change it, I would really appreciate it!
    Thanks,
    Neel.

    Please describe what you are doing and what is happening more fully. I can press the control key all day long and nothing happens.

  • How to dynamically add/remove a button from the ribbon based on some condition? (Ribbon XML)

    Hi,
    I have a ribbon (done using ribbon XML) with menu options. I need to remove few buttons from the menu dynamically based on some condition. Also, I want to change the label of another button. How to achieve this programmatically? (C#)
    Thanks in advance.
    Thanks Prasad

    Hello Prasad,
    Use callbacks for populating Ribbon controls such as menu, dropDown, gallery and etc. Then you can use the
    Invalidate or
    InvalidateControl methods of the
    IRibbonUI interface to get your callbacks invoked when required. Thus, you will be able to delete the required item(s).
    You will find the following articles in MSDN helpful:
    Chapter 11: Creating Dynamic Ribbon Customizations (1 of 2)
    Chapter 11: Creating Dynamic Ribbon Customizations (2 of 2)
    To change the label of your controls at runtime you need to use the getLabel callback and call the Invalidate or InvalidateControl methods of the IRibbonUI interface. The following series of articles describe the Fluent UI in depth:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • My ipad streaming purchased video from itunes stops every few seconds.  does not happen with any other streaming video service.

    my ipad streaming purchased video from itunes stops every few seconds.  This does not happen with any other streaming video service.  I have restarted and rebooted already. 

    I've tried both things, but video still stutters.. Have also tried removing profile, and complete reinstall of firefox.
    I'm on 24 Mbit cable and the only user atm. IE and Chrome seems to work without stuttering.
    I've having this stuttering every ~5th second, like a small "1/4 sec buffering".

  • I have installed Premiere Elements 11 from a disc I bought from Amazon.  I keeps asking me to re-install or if it does start stops a few minutes after I start a project.  I have a windows 8.1 PC.  I have tried numerous times to install the program and als

    I have installed Premiere Elements 11 from a disc I bought from Amazon.  I keeps asking me to re-install or if it does start stops a few minutes after I start a project.  I have a windows 8.1 PC.  I have tried numerous times to install the program and also to open it as Administrator as suggested by a friend but it still refuses to work.  I need direct help from Adobe but don't know how to get to them on this website as they seem to rely on user forums to advise customers.

    WhiteHouse Norm
    This question is already being responded to in the following duplicate thread
    Premier elements 11 keeps stopping
    Please reply in the other thread which has a discussion in progress.
    Thank you.
    ATR

  • I have a problem with youtube...i can't watch some videos from youtube! They stop after few seconds of playing!! what can i do to fix it?

    I have a problem with youtube...i can't watch some videos from youtube! They stop after few seconds of playing!! what can i do to fix it??

    Try loading the same video in different browsers (Firefox, Chrome, Safari and Internet Explorer are your best options). If the issue is across all of them, make sure you've downloaded the latest version of Flash at http://get.adobe.com/flashplayer/
    If it's still stopping after that...Do the tried and tested method for everything: reset your router.

  • I bought and downloaded a few song on iTunes. Now I see that some of the songs were not completely downloaded and stops a few seconds into the song. I went back to the album but it does not give me an option to re-download. What do I do so that I can down

    I bought and downloaded a few song on iTunes. Now I see that some of the songs were not completely downloaded and stops a few seconds into the song. I went back to the album but it does not give me an option to re-download. What do I do so that I can down

    Just found the answer - if you have the sam problem look here for the answer:
    https://discussions.apple.com/thread/5769424?tstart=0

  • How to reset logs on Exchange 2010 after Event 518 stops backups from completing?

    I'm only able to find references to resetting logs Exchange 2000 and 2003.  I'm looking for info for Exchange 2010.
    There appears to be some kind of corrupt logs issue with one of our mailbox databases.  The corrupt logs cause the full backup to fail and because the full backup fails, the logs just get worse and keep growing.
    The server has event ID 518 that says a log is  "is missing (error -528) and cannot be used. If this log file is required for recovery, a good copy of the log file will be needed for recovery to complete successfully. "
    How do e get past this and stop the backup job from trying to look for this log file and start over?  I know that a full backup is supposed to clear the logs, but it will not happen because the backup never completes due to this log error.

    its still same for 2010
    Stop all the databases in the storage group.
    Verify the state of each database file in the particular storage group. For information about how to verify the state of each database file, see the "Database states" section.
    Perform one of the following actions:
    If one or more of the databases are in a Dirty Shutdown or Inconsistent state, determine which transaction log files can be removed without affecting database consistency.
    For more information, see the "Log files" section.
    If all the databases are in a Clean Shutdown or Consistent state, you may remove all the transaction log files except for the current transaction log file. Removing the
    current log file when all databases are in a Clean Shutdown state will cause a reset of the log file sequence. This does not prevent databases from starting. However, a reset of the log file sequence affects the ability to roll a
    database forward from a previous backup if the situation occurs.
    Copy all the transaction log files that you want to remove to a different location before you permanently remove them from the transaction log hard disk. Do not permanently delete the transaction log files until you have
    successfully completed a full online backup of all the databases in the storage group.

  • Upon opening itunes it will process the artwork, then proceed to determine gapless playback information. It will analyze a few songs the completely stop working. Any Ideas?

    Upon opening itunes it will process the artwork, then proceed to determine gapless playback information. It will analyze a few songs the completely stop working. Any Ideas?

    Repeated execution of the "determining gapless playback information" process may also be a symptom of corruption in your iTunes Library.itl file (the main iTunes database).  If you have a recent backup it may be worth restoring that (especially if it immediately precedes addition of the skipping files).  However, the two symptoms you are seeing may be interrelated, i.e., the "determining gapless playback information" repetition and the skipping music may both be caused by incomplete or corrupt media files.  If possible, find and (re)move all the media files - you should be able to do a date-based search in Windows Explorer - and try restarting iTunes.  Of course, you should backup your library first so that it can be restored if the media files are OK.

  • How can I turn off my computer when I push de STOP button from de program?

    How can I turn off my computer when I push de STOP button from de program?

    You might also want to have a look at the old winutil>Windows API Function Utilities (32-bit) for LabVIEW. While they are written in LabVIEW 4.0 (!), they still seem to work fine under W2000 and LabVIEW 7.0. In particular, have a look at "exit windows.vi" inside "winevent.llb" of the above link. It calls the function "ExitWindowsEx" of user32.dll. Since this is part of the OS, you don't need to include extra DLLs.
    (All the above assumes Windows OS. I don't know how to shutdown the OS on e.g. MAC or linux.)
    LabVIEW Champion . Do more with less code and in less time .

  • How to stop iphone from completing text before i finish typing

    how to stop iphone from completing text before i finish typing?

    I'm not sure what you are asking here. Can you describe your problem in a little more detail?

Maybe you are looking for

  • How can I recover lost photo's?

    I got back from a 2 week holiday yesterday. Throughout the trip i was taking photos on a dslr and transferring them to my ipad 2 using apples camera connection kit. In the end there were about 2000+ photos on my ipad. I plugged in my ipad to iTunes t

  • Calling web service in Oracle Applicaitons...

    Can I call a web service in Oracle Appications 11.5.10? I created a simple form on my local machine and invoked the webservice in that form and it works perfectly. I used Oracle forms 9i and 6i for this purpose and both are working perfectly. But whe

  • How can I enable java applet plug-in and Web Start applications via terminal?

    Since the last Java update to Snow Leopard, I have found that the system periodically disables the Java applet plug-in after a period of disuse.  I know I can go to /Applications/Utilities/Java Preferences and just click to re-enable Java.  But I wan

  • Why does the Antenna range differ a lot between 1728 and 2506

    Hello, I'm wondering about the documented approximate range of these two Cisco antennas, that differ a lot. Can someone explain the big difference in range between these two antennas that have both the same antenna gain of 5.2 dBi and beam width 360Â

  • Kanban problem in Production

    Hi, I am facing the problem in Kanban procurement. We have created the production order but Kanban indicator is not active. While I have maintain the Kanban control cycle for components. And status set the blank. Please help for resolving the problem