HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Simulating Exit button
Simulating Exit button
  View type:
Hi, just wondering if there is a way of simulating the Exit button from another button. I am creating a course and want to show a moodle certificate once the course is complete however, it appears that the complete status is not passed to the Moodle LMS until I exit the page.

Idealy, I want the button to close the module and open a link in another window. Any idea how this can be achieved
 
Hi, marcd,

You can use JAVASCRIPT action with simple
window.close() call. Opening another window can be restricted by local security settings, but you can try usual window.open call.
Subject:
Message options
No additional options