The general scenario is I have 7 questions. Each question has 5 radio
buttons and these buttons have numeric values assigned to them 0-4. I
add up the values the user has selected for all 7 questions and get a
score/total. So apparently, I'd need to use LMSSetValue,
cmi.interactions.0.id, LMSSetValue, cmi.interactions.1.id etc. to
create this "table" for the question values and then use the rest of
the interactions data model to associate metrics with each of those
question ids n.type and n.learner_response. Can this be done with the
Pipwerks wrapper or would I need to use the one the Flash creates that
can do this (so I'm told)?
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To post to this group, send email to elearning-technolo...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.
A point of clarification. You cannot do a “Get” (LMSGetValue) on interactions data in SCORM 1.2. With the exception of cmi.interactions._children and cmi.interactions._count, the rest of the interactions collection is write only. The LMS will return an empty string and set an error code of 404 (Element is write only). Not sure if the Pipwerks wrapper does any error checking for this. If not, you should:
1. Ensure your code is not trying to perform a Get on the interactions collection (except for _children and/or _count), or
2. Have error checking in place to ensure this doesn’t break your course.
Raymond Sugel Sr
![]()
eLearning Consultant
847.370.6163
rsug...@pivotpointelearning.com
www.pivotpointelearning.com