Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

HTML5 - Responsive: Open Another Course

Explorer ,
Sep 14, 2016 Sep 14, 2016

I am building 4 Courses (4 single HTML5 Responsive cptx files).I am trying to start the second course from the first course with a button (On Success - Open another Project). When I publish the First course I get a message about copying files to the callees output folder. Try that but I must be doing it wrong.

Does anyone have a documented and easy process for starting a second project (Course) from another project (1st Course) in HTML5 format?

171
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 14, 2016 Sep 14, 2016

DON'T use the Open Another Project action.  It's going to expect to find the published output in exactly the same folder as the CPTX file you select, and that's NOT usually recommended practice.

Try using the Open URL or File action instead and specify a relative link from the calling project's folder to the main HTML file in the folder of the second project.

And always remember that with HTML5 output you should really be testing by uploading to a web server environment.

On the other hand...if thes

...
Translate
Community Expert ,
Sep 14, 2016 Sep 14, 2016
LATEST

DON'T use the Open Another Project action.  It's going to expect to find the published output in exactly the same folder as the CPTX file you select, and that's NOT usually recommended practice.

Try using the Open URL or File action instead and specify a relative link from the calling project's folder to the main HTML file in the folder of the second project.

And always remember that with HTML5 output you should really be testing by uploading to a web server environment.

On the other hand...if these projects are intended to be SCORM modules of a course that will eventually work from an LMS, forget the WHOLE idea of having one project call the next directly.  That needs to be done via the LMS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources