August 2005

My MAX 2005 schedule

If you have suggestions on other ways to spend my time at the conference, please comment below…

  • Mon 08:30 AM 10:00 AM Using the Power of XML with Dreamweaver
  • Mon 02:45 PM 03:45 PM ACCESSIBILITY: Developing Accessible Rich Content with Flash
  • Mon 04:00 PM 05:30 PM Using the CSS Box Model for Page Layout
  • Tue 08:00 AM 09:00 AM Developing a Cross-Platform Flash Game
  • Tue 09:15 AM 10:15 AM Next Generation ActionScript
  • Tue 01:30 PM 2:30 PM Robust SCORM-Compliant eLearning Content with Flash and Captivate
  • Tue 02:45 PM 03:45 PM Using Flash and Director Together to Produce Rich Applications
  • Tue 04:00 PM 05:00 PM Advanced ActionScript 2.0
  • Wed 09:00 AM 10:00 AM Robust SCORM-Compliant eLearning Content with Flash and Captivate
  • Wed 10:15 AM 11:15 AM Next Generation Flash Player
  • Wed 11:30 AM 12:30 PM Flash 8 Professional Authoring for Mobile Developers
  • Wed 01:30 PM 02:30 PM GOVERNMENT: Integrating Government Legacy Data in a Rich Presentation Layer
  • Wed 02:45 PM 03:45 PM Dreamweaver Killer Tips

Development

Comments (0)

Permalink

Working with Multi-Page SCOs

Is there a way to setup items in the manifest (using Reload) so that multiple html pages are navigable using the LMS previous/continue buttons but are considered part of the same sco?

Short answer: no. What you can do with SCORM 2004 is turn off the LMS’s User Interface controls, such as the LMS’s Previous and Continue buttons, so that you can replace them with buttons within your own content, and thus have greater control (and consistency) in your content’s user interface.

SCORM

Comments (0)

Permalink

SCORM a la “mode”

cmi.mode = review, can user enter data? Does the user have to have gone through it in normal mode then come back?

Good question. The cmi.mode is the data model element that identifies one of three possible modes in which the Sharable Content Object (SCO) may be presented to the learner: browse, normal or review. These values can be used to indicate the SCO’s behavior after launch.

Many SCOs have a single behavior, but some SCOs can present different amounts of information. The information can be presented in different sequences, it can reflect different training strategies or store different sets of data based on the mode the SCO is currently in.

So in answer to the question, it’s completely dependent on the content developer if the SCO has different behavior about recording your interaction with it dependent on the mode. The LMS behavior does not change because a SCO’s mode is set in any specific way (or set at all).

SCORM

Comments (0)

Permalink