Navigation not working in scorm output
September 22, 2006 12:00 AM
My guess is that it's breaking the connection with the LMS because the LMS doesn't know you've gone on to the next page. Rather than using getURL("intro.html","_self") replace the code with getURL('javascript:trivNextPage()'); This should keep the connection with the LMS. My guess is that it's breaking the connection with the LMS because the LMS doesn't know you've gone on to the next page. Rather than using getURL("intro.html","_self") replace the code with getURL('javascript:trivNextPage()'); This should keep the connection with the LMS.
Discussions have been disabled for this post