• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Grant/Remove Course Progress or Completion

New Here ,
Jan 25, 2018 Jan 25, 2018

Copy link to clipboard

Copied

We have courses with prerequisites, but some of our users have previously completed most of the courses in live training or in a different LMS. Without making the user go through the content again or take a "test out" quiz, is there a way to grant the user completion of that course?

Along with that, is there a way to reset the course completion for a user if we find they didn't actually complete the course or they simply need to take it again? We have some users in that situation, and the only thing we can think of is to delete the user and re-add them... but then we lose all of their other progress that we needed to keep, so it's not a viable solution.

Basically, we need to know if there is some sort of manager, admin, etc. ability to grant or revoke course credit without any action from the user.

Thank you for your help!

Views

670

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 30, 2018 Jan 30, 2018

Copy link to clipboard

Copied

May be you can update the course modules with an exit button with the following JavaScript:

SCORM_CallLMSSetValue('cmi.core.lesson_status', 'completed');

SCORM_CallLMSCommit();

SCORM_CallLMSFinish();

So, whenever a course is exited, a "completion" is recorded.

/best

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 20, 2019 Mar 20, 2019

Copy link to clipboard

Copied

LATEST

I have this question as well. This is important to us. Hoping to get that answer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources