Question
This is a sequence we received back from a ToolBook AICC course. It didn’t work on our player or yours. I don’t think that a Lesson_Status of “incomplete,suspended” is valid – shouldn’t that be 2 different strings sent? Have you seen or run into this?
Answer
You are correct, that is an invalid lesson status. Some data model elements can actually contain two parts, the actual data and then a flag (separated by a comma). Lesson Status is one of those elements, however the flag of "suspended" is invalid. "Suspended" is a value associated with the Exit data model element. The flag that is on the lesson status field is actually the Mode data model element. Possible values for that flag are "ab initio", "resume", or "".