How can i manage these setting when creating content for my LMS (LMS365). Please help!

May 24, 2022

  1. cmi.core.lesson_status. This type of data has the following options: "not attempted", "browsed", "passed", "completed", "failed", "incomplete" and is used to determine whether the user completed SCO (Sharable Content Object). 
  2. cmi.core.score.raw. It is the final score of the package in points.
  3. cmi.core.score.raw + cmi.core.score.max. They are used to calculate the scale value as percent score.raw of score.max.
  4. cmi.suspend_data. It is used by the package to resume attempt if the user stops to pass an attempt.
  5. cmi.core.student_name. It is usually used by the package when it wants to display the learner's name inside the package. We set its value to be package rendering.
Be the first to reply