Skip to main content
Participant
August 9, 2018
Answered

Could SCORM courses communicate with each other?

  • August 9, 2018
  • 2 replies
  • 297 views

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.

This topic has been closed for replies.
Correct answer TLCMediaDesign

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.

2 replies

Participant
August 9, 2018

Hi,

many thanks for your posting.

Could you write this for me on a commercial basis?

TLCMediaDesign
Inspiring
August 9, 2018

PM'd you.

Participant
August 9, 2018

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

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
August 9, 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.