I have been requested to update a few courses our company has but sadly we don't have the raw files. The application loads and runs fine, but we need to send a Complete status once the user has hit the last page.
I was going to use the Pipwerks JavaScript and was in the process of adding the code but noticed that the course was developed in Lectora but published as a non SCORM package.
It has all the necessary JS files and everything loads fine when the index.html is launched. Just wondering what the best course of action would be to get this stuff loaded using a ZIP file.
Let me know if you need any other information.
Cheers
Andrew
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elearning-technology-and-development/771tI6YSKOw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elearning-technology-and...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
--
function action39373(fn){ AICC_Lesson_Status.set('completed'); if(fn) eval(fn);}AICC_Lesson_Status = new Variable( 'AICC_Lesson_Status', '', 0, 0, null, null, 'myservice' )
onload = initonunload = finish
function init() { findWH() if( is.min ){ setTimeout( "preload( 'images/close_off.png','images/close_clicked.png','images/close_over.png','images/info_off.png','images/info_clicked.png','images/info_over.png','images/cc_over.png','images/toc_off.png','images/toc_clicked.png','images/toc_over.png','images/helppage.png','images/close_off_2.png','images/close_clicked_2.png','images/close_over_2.png','images/print_off.png','images/print_over.png','images/prev_off.png','images/prev_clicked.png','images/prev_over.png','images/back_off.png','images/back_over.png','images/toc_2.png','images/end_page.png','images/next_off_1.png','images/toc_1_new.jpg' )", 0 ) pageLayer = new ObjLayer( 'pageDIV' ); ReFlow();
action39373( );
An error occurred:Unable to get launch url. (150144) Content cannot be launched. Changes to either content or data in-progress. Please try after sometime. Please select a lesson from the table of contents to continue.
.../Saba/api/content/player/launchurl/context/ctct…/subscription/ctnsr000000000003577/activity/CourseItem01?_dc=1456545077912 500 (Internal Server Error)
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
So what I had done is set the IMSMANIFEST to include only and point to the new index file (index.html), which has the Parent Frame code listed below in the header and used an iFrame to load the OldIndex.html file (the one that started the course). Included in the end_page.html file, I had included the Child Frame code to be loaded once the page loaded.
Should I try connecting/setting the cmi.core.lesson_status to incomplete on the first page and then connecting/setting it at the end for a complete?
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
Time is money but I would have loved to make it work right, I still have a lot to learn.
Thanks again all for your suggestions and feedback.