Picture of Tariq Aziz
SCORM 1.2 Data Type Error:
by Tariq Aziz - Tuesday, 30 January 2018, 6:20 AM
 

Hi All,

I have an Adapt component, which is saving data to LMS. I am using data type matching but I am getting the following error inside LMS

--------------------------------------------------------------------------------

Course could not set cmi.interactions.0.student_response to 1.1,2.101,3.1,4.101,5.1,6.101,7.1,8.101,9.101,10.1,11.101,12.101,13.101
Error Info: Incorrect Data Type
LMS Error Info: cmi.interactions.n.student_response must be a valid CMIFeedback - value must be consistent with interaction type.  Your value is: 1.1,2.101,3.1,4.101,5.1,6.101,7.1,8.101,9.101,10.1,11.101,12.101,13.101
------------------------------------------------------------------------------------

What is correct format for the datatype matching. Also I checked the SCORM 1.2 API
https://scorm.com/scorm-explained/technical-scorm/run-time/run-time-reference/

which has many data types( (“true-false”, “choice”, “fill-in”, “matching”, “performance”, “sequencing”, “likert”, “numeric”, WO) Which type of interaction is recorded) but I am unable to find data format for these:

Picture of Matt Leathes
Re: SCORM 1.2 Data Type Error:
by Matt Leathes - Tuesday, 30 January 2018, 10:35 AM
 

Hi Tariq

This is a known issue with questions that have more than 9 possible answers (and/or more than 9 drop downs in the case of matching questions)

What is odd though is how you're getting either x.1 or x.101 in your results... unless you really do have 101 possible choices in each of your drop downs?

BTW the actual SCORM 1.2 documentation is here: https://www.adlnet.gov/public/uploads/SCORM_1_2_pdf.zip

Picture of Tariq Aziz
Re: SCORM 1.2 Data Type Error:
by Tariq Aziz - Friday, 2 February 2018, 11:29 AM
 

Hi Matt,

Yes I realize it, so I used type: fill-in instead of matching.

In x.101 is actually a fake reference to the item. Not all of the dragger items are necessary to be dropped to the only dropper. See attach image.


Picture of Matt Leathes
Re: SCORM 1.2 Data Type Error:
by Matt Leathes - Friday, 2 February 2018, 12:19 PM
 

Ah OK I thought you were talking about one of the Adapt core question components here, now I know you're talking about a 3rd party component it all makes a lot more sense!