<!--/* Copyright � 2003-2011 Rustici Software, LLC All Rights Reserved. www.scorm.com - See LICENSE.txt for usage restrictions */--> <html> <head> <script> window.document.onkeypress = CheckForDebugCommand; var intQuestionCounter = 0; var ASCII_QUESTION = 63; function CheckForDebugCommand(e){ var intKeyCode = 0; if (window.event) { e = window.event; intKeyCode = e.keyCode; } else { intKeyCode = e.which; } if (intKeyCode == ASCII_QUESTION){ intQuestionCounter++; if (intQuestionCounter == 3){ intQuestionCounter = 0; parent.ShowDebugWindow(); } } else if (intKeyCode !=0){ //in FireFox, the shift key comes through as a keypress with code of 0...we want to ignore this intQuestionCounter = 0; } } </script> </head> <body> <!-- If the course does not load and is stuck on this page: -Click in the middle of the page -Press the question mark key (?) three times -A window should pop up containing debug information, send this information to technical support for further assistance -If no information appears, try again 1 or 2 more times, sometimes that just does the trick --> </body> </html>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AICCComm.html | File | 19.44 KB | 0644 |
|
AICCFunctions.js | File | 80.38 KB | 0644 |
|
API.js | File | 69.5 KB | 0644 |
|
APIConstants.js | File | 1.91 KB | 0644 |
|
Configuration.js | File | 4.24 KB | 0644 |
|
LMSAPI.js | File | 5.42 KB | 0644 |
|
NONEFunctions.js | File | 10.67 KB | 0644 |
|
SCORM2004Functions.js | File | 73.57 KB | 0644 |
|
SCORMFunctions.js | File | 58.85 KB | 0644 |
|
UtilityFunctions.js | File | 19.26 KB | 0644 |
|
blank.html | File | 1.16 KB | 0644 |
|
browsersniff.js | File | 10.34 KB | 0644 |
|
goodbye.html | File | 211 B | 0644 |
|
lms.js | File | 10.92 KB | 0644 |
|