|
|
|
@ -219,5 +219,6 @@ if ($origin != 'learnpath') { |
|
|
|
// Record the results in the learning path, using the SCORM interface (API) |
|
|
|
// Record the results in the learning path, using the SCORM interface (API) |
|
|
|
echo "<script>window.parent.API.void_save_asset('$total_score', '$max_score', 0, 'completed');</script>"; |
|
|
|
echo "<script>window.parent.API.void_save_asset('$total_score', '$max_score', 0, 'completed');</script>"; |
|
|
|
echo '<script type="text/javascript">'.$href.'</script>'; |
|
|
|
echo '<script type="text/javascript">'.$href.'</script>'; |
|
|
|
echo '</body></html>'; |
|
|
|
|
|
|
|
|
|
|
|
Display::display_reduced_footer(); |
|
|
|
} |
|
|
|
} |
|
|
|
|