We are getting not implemented errors while integrating a third party content in our SCORM conformant LMS. These errors were because of the interactions element.
It is defined as follows:
CMI_DEF["cmi.interactions.n.id"] = new elementDef(true, true, true)
We need to replace the value of n with an incrementing value starting from "0", and we need to set the object values accordingly.
But while calling the LMSSetvalue function, we are getting a not implemented error because the course is looking for cmi.interactions.0.id, which is not defined.
It would be helpful if someone could help us on how this mapping to be done or how this data model element can be supported in our SCORM API.