![]() |
LM-Light Standard : Creating Courses : Exiting a CourseThe course has the responsibility for closing the course window. Usually, this would be achieved by something like a JavaScript window.close() command. Or you could simply ask the user to click on the 'X' in the top of the window. The way that you exit a course is not part of the LM-Light standard. Note: Telling the LMS that the course is complete is optional. For more details, see [this page]. ExampleThis is a simple example where the student can close the course by clicking on a link that uses a JavaScript 'window.close()' action.
|
|