HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Course Completion
Course Completion
  View type:
Hi,

I've created a test course to be delivered as a SCORM 2004 course. It is a single slide consisting of a quiz. After the quiz is completed, I want the course to be exited and control returned to the LMS. What is the procedure for exiting a course?

Thanks,
Ted

 
14.05.2009 20:10 Ted wrote:
Hi,I've created a test course to be delivered as a SCORM 2004 course. It is a single slide consisting of a quiz. After the quiz is completed, I want the course to be exited and control returned to the LMS. What is the procedure for exiting a course?Thanks,Ted


Hi!
I want to know too.
 
I also have created a test module delivered as SCORM 2004, but can't figure out how to get the module to close upon completion, and since I haven't closed (or completed) the module, the LMS will not show it as completed. I'll be glad to see the answer to this post... Many thanks...[:confused:]
 
 
The module will have opened in a fresh browser window, this will be on the users own PC.
The server/LMS won't typically close the browser window, would you want a remote server to be able to access your running applications and be able to do things with them? For a staert it needs to access your PC to see what applications are running, it then needs to identify the specific instance that has the module open in it and then issue a command to close it. Allowing this kind of thing to happen raises very worrying security issues.
So the user should close the module or you add a little code to do this.
Just add an object that can be clicked on with some text that says something like 'close this module'
Add to this an 'on click' event with a javascript action.
Make the javascript code self.close()
Clicking your button object will now close down that specific instance of the browser.
Should work on all browsers.

You could also have it auto close on completion using the same snippet of javascript in a different way
Subject:
Message options
No additional options