Re: Role-based sequencing (SCORM 2004) | |
|
Dan, In the SCORM Content Packaging Book this issue is addressed in section 3.3.2.1 Multiple Content Organizations on page CAM-3-8 of the book and 34 of the pdf.
Later in the book on page CAM-3-26 page 52 of the pdf the organizations element is defined. This element has a mandatory attributed "default" which defines the default organization to deliver. How an LMS implements this bevahior is somewhat unclear. There is a post from a little while back over at the adlnet forums related to this issue. http://adlnet.gov/forums/messageview.cfm?catid=11&threadid=1795&highlight_key=y&keyword1=multiple%20AND%20organization. I will send this question around and see if i can get additional input for you.
|
Re: Role-based sequencing (SCORM 2004) | |
|
Dan - one thing that we've seen people do is this: take your current course (with activities A, B, C, D, and duplicate it. So that you have a course with two main activities: Sequential-activity - A - B - C - D Choice-activity - A - B - C - D Be sure to: 1) point the two A's to the same resource, etc. (so you don't have to duplicate the SCOs in your content package); 2) write the sequential rules for the sequential activity and the open-choice rules for the choice activity And then here's the key part: Put a SCO as the very first activity (before the Sequential-activity) with a question that determines if the user is sequential or choice. Then use that answer to skip either the Sequential-activity or the Choice-activity to get your desired behavior. One place to see this in action is in LSAL Template 9. The guide version is here: http://lsal.org/lsal/expertise/projects/developersguide/ and the actual implementation (sample manifest) is available in Reload: http://www.jointadlcolab.org/support/design_and_development/reload/ or you can grab the (updated) sample manifests here: http://www.jointadlcolab.org/research/2005/assessments/LSAL_templates.zip |