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

Could SCORM courses communicate with each other?

New Here ,
Aug 09, 2018 Aug 09, 2018

Copy link to clipboard

Copied

Hello,

I have an issue.

I need to establish exchange/communication between two SCORM courses made in Captivate.

An example:

When a user types a word "holiday" in the course A, the wiord holiday sholud appear on a certain screen/page in course B.

Is ist possible to write a javascript code taking information typed in the course A, storing it in a XML file (or similar) and allowing to retrieve this information by course B? I am running Moodle LMS, so I have an access to the server etc.

Views

150

Translate

Translate

Report

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

People's Champ , Aug 09, 2018 Aug 09, 2018

Technically this can't be done in SCORM.

You could use local storage.

If you have access to the server to use server-side scripts, such as PHP, you could write to a JSON object. This way it will persist across browsers and not be deleted if the user clears localStorage.

Votes

Translate

Translate
People's Champ ,
Aug 09, 2018 Aug 09, 2018

Copy link to clipboard

Copied

Technically this can't be done in SCORM.

You could use local storage.

If you have access to the server to use server-side scripts, such as PHP, you could write to a JSON object. This way it will persist across browsers and not be deleted if the user clears localStorage.

Votes

Translate

Translate

Report

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
New Here ,
Aug 09, 2018 Aug 09, 2018

Copy link to clipboard

Copied

Hi,

many thanks for your posting.

Could you write this for me on a commercial basis?

Votes

Translate

Translate

Report

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
People's Champ ,
Aug 09, 2018 Aug 09, 2018

Copy link to clipboard

Copied

PM'd you.

Votes

Translate

Translate

Report

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
New Here ,
Aug 09, 2018 Aug 09, 2018

Copy link to clipboard

Copied

LATEST

Many thanks. I'll come back to you tomorrow.

Votes

Translate

Translate

Report

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