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

Button to close and record completion status not on last slide

New Here ,
Dec 21, 2016 Dec 21, 2016

Hi People,

I have developed a package where the learner will always be taken back to the Home Page to check their progress. This however, will make it difficult to record that they have completed the package - normally defined by the quiz preferences..

I would like to add a button on the home page which when clicked either sends an in process type code to the LMS or when all sections completed, a completed code.

Ideas please.

TIA

Andrew

636
Translate
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

correct answers 1 Correct answer

Community Expert , Dec 21, 2016 Dec 21, 2016

You don't need a quiz. Each interactive object has a Reporting section, when you check it, you can attach a score. User doesn't have to know that there is a score, it will be just used to set a Passing score, and the result can be used for the Completion criterion.

Translate
Community Expert ,
Dec 21, 2016 Dec 21, 2016

A work flow which I already did use a couple of times for similar use cases:

  • Add a button to the home slide, that is hidden in output
  • Attach a score (pretty high) to that button
  • Make that button visible with an advanced action when all has been done in the course
  • User has to click on that button to close, end the course
  • Set you completion criteria up so that this score is needed to have a passing score.
Translate
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 ,
Dec 21, 2016 Dec 21, 2016

Thanks,

I was thinking much the same way. However, there is no quiz in the eLearning (or at least only a knowledge check) so not sure how I will be able to attach a score to that button.

Is there some JavaScript I could use instead?

Andrew

Translate
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
Community Expert ,
Dec 21, 2016 Dec 21, 2016

You don't need a quiz. Each interactive object has a Reporting section, when you check it, you can attach a score. User doesn't have to know that there is a score, it will be just used to set a Passing score, and the result can be used for the Completion criterion.

Translate
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 ,
Dec 21, 2016 Dec 21, 2016

Found this on another post which I will test:

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

SCORM_CallLMSCommit();

SCORM_CallLMSFinish();

Thanks

Andrew

Translate
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
Community Expert ,
Dec 21, 2016 Dec 21, 2016

Needs to be a SCO as well... since it is a SCORM call.

Translate
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 ,
Dec 21, 2016 Dec 21, 2016

Probably why it didn't work:-( Its a normal captivate zipped file.

Translate
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
Community Expert ,
Dec 22, 2016 Dec 22, 2016

Indeed, you have to configure your file as a SCO, whether you use my approach with a scored button or the SCORMCall.

Translate
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 ,
Dec 22, 2016 Dec 22, 2016

To clarify, I am publishing as a SCORM 2004 zipped file from the publish. Our LMS and SCORM CLOUD both recognise the resulting package.

On that basis should the SCORM calls still work? Because they don't appear to.

Andrew

Translate
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
Community Expert ,
Dec 22, 2016 Dec 22, 2016

Sorry, misunderstood. I cannot help you with the SCORM calls, I'm not an expert in SCORM. My button approach worked in several LMS's where I used it, sometimes with 1.2, sometimes with 2004.

Translate
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 ,
Dec 22, 2016 Dec 22, 2016
LATEST

All good:-) Your button approach was what I was thinking of and you confirmed that. Now to see if I can resolve the other issue. Probably another post after the Xmas break.

Translate
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