Forum Discussion

WaltGill's avatar
WaltGill
Community Member
9 years ago

Help with SCORM 2004 cmi.interactions javascripts

Hi everyone!

I'm hoping anyone can help me.  Quick shout out to Steve Flowers for helping with some scripting dealing with CSOD!  

Cornerstone has a SCORM 2004 summary report that allows you to see what users are answering for their assessments and the actual question.  For example, What is 2+2?  The report will show the question and if the learner answered correctly or incorrectly.  However, it will not display the result but not the response.  CSOD support doesn't work for me because I am not on an allowed list of callers.  (another story).

What I want to do is create some sort of js that will let me see the responses that the learner entered (back to the example; maybe the learner chose 5 instead of 4.) I need those responses because managers want to get granular on questions missed to see if something is not hitting during training or do we need to change the course. 

Where do I start so that I can see these responses?  Is my request something that can be created in the SCORM wrapper that Articulate created on publish? If so, where do I add it? Where do I start and in what file do I create this?  Lastly how to I extract this information so that anyone can access it in a report?

Thanks for all the help fam!!

  • StevenDiPilla's avatar
    StevenDiPilla
    Community Member

    Good luck with Cornerstone.  All they do is blame the developer and the developer tools.  Nothing is ever actionable by them.

  • Hi, I'm using the below format for SCORM 2004. It's not showing Student responses and correct resopnses in SCORM Cloud (both of them are variables and the console shows SCORM2004_RecordInteraction is getting the values properly). Is Storyline overwritting these?

    SCORM2004_RecordInteraction("Question1",StudentResponse , true ,CorrectResponse ,"Question text goes here" , 10 ,"" ,"Course_1" , date , "choice");

    Similar approach worked for me in SCORM 1.2.

    • TanmayGhosh-5fe's avatar
      TanmayGhosh-5fe
      Community Member

      Hi Maria, thanks for reaching out. We could resolve this by using '_' instead of blank spaces between words while sending student responses and correct responses in the LMS. It worked in SCORM Cloud platform for SCORM 2004 3rd Edition.