Forum Discussion
Data listed in cmi.interactions.x.id
Hi RobertLoverin-f I haven't come across a way on the forums to change this information. Completely agree that the data isn't very useful in isolation like this, as it does not include the question in the ID. I know in the past I have always used the ID to include as much of the question as possible for reporting purposes, but there really isn't an easy way to achieve this in Storyline.
It would be possible, but you would have to include script in your project to intercept the calls to the SCORM API and then replace the interaction IDs with a value you have defined, for example:
cont scormIdMatrix = {
"Scene18_Slide10_MultiResponse_0_0" : "which_is_the_largest_continent_in_the_world",
"Scene18_Slide11_MultiResponse_0_0" : "which_of_the_following_cities_is_the_capital_of_australia",
}
Not impossible, but could be a maintenance issue, for example if a question changes location, it's interaction ID is likely to change.
If you have JavaScript developers within your organisation they would be able to help you out with this. If not, and it's an important issue, I'd be happy to chat more and give you an idea of cost.
- RobertLoverin-f4 months agoCommunity Member
Thanks Sam. I don't think I'm ready to manually manipulate SCORM packages or find someone that can script this each time.