• Resolved AdrianFx

    (@adrianfx)


    I’m trying to achieve a one time lesson that the user can reload anytime after completion and just go trough the content freely. But I’ve notice once the ‘cmi.core.lesson_status’ is set to ‘completed’, I no longer get any parameter.

    I’ve traced the problem to cluevo_get_module_parameters() function and there is an if that removes the parameters. I can remove that bit and it will work fine. Is there a reason for this, or is this a standard?

    As I mentioned this is a one time lesson, so the user will only use one attempt, and the lesson can’t be failed or anything. It will unlock section one at a time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CLUEVO

    (@cluevo)

    Hello AdrianFx,

    yes at the moment this is standard. It’s so users can repeat modules even if the module author did not include a way to reset the parameters/modules. We do have a setting planned though that let’s you configure this behaviour per module or globally. If you’re comfortable with it you can remove the if statement. The setting should go live with the next release so it should work out of the box with the next update.

    Greetings,

    the CLUEVO team

    Plugin Author CLUEVO

    (@cluevo)

    Just a heads up, with the latest update users will be asked before a module opens if they want to start a new attempt or load the previous attempt if any scorm parameters exist.

    I’m closing this for now, but if any further issues arise don’t hesitate to open another post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No resume data after ‘completed’.’ is closed to new replies.