chamilo-lms icon indicating copy to clipboard operation
chamilo-lms copied to clipboard

Automatic certificate generation

Open 480419140 opened this issue 5 years ago • 2 comments

Testing automatic certificate generation upon completion of a learning route, I identified that the certificate is only automatically generated if the screen showing 100% progress is reloaded, otherwise the certificate is not generated.

I am using the scorm made with ispring software.

I believe that it would be necessary to validate the progress bar when it is clicked on the box that redirects to the beginning of the course or learning route, checking that it is 100% and if so, perform the certificate generation function.

image

I don't know if this is the best solution or if there is any functionality in the code that accomplishes this, and it just isn't working as it should.

If you can evaluate and implement this improvement, it will be great.

Steps to reproduce the problem.

  • Create course
  • Insert scorm
  • Add learning path as assessment method for certificate generation.
  • Finish the course
  • Browse to my certificates

That done, if you open the learning route again, the certificate will be generated.

Version Chamilo LMS 1.11.10 for PHP 7.0 OS Ubuntu

480419140 avatar Oct 16 '19 15:10 480419140

Not sure this is relevant... Erase all the actual scoring and so on... Follow the course up to 100% and then go to follow-up to check that the course is tagged as 100% completed (iSpring sometimes only marks 99%). If so, then go to certificate. If the certificate is not generated, then press <Ctrl> <F5> keys and see what happens. If the certificate is showing up it is then the interaction iSpring/Chamilo is not accurate.

Coursenligne avatar Oct 24 '19 15:10 Coursenligne

Hello @Coursenligne , thank you for information!

the course at the end is 100%, but the certificate does not automatically generate if the course screen is not reloaded.

Leave an assessment visible to the student and in this option the student can generate his own certificate, but for studies where the assessment is hidden and the learning route is added, the certificate is not automatically generated.

480419140 avatar Oct 25 '19 11:10 480419140