Custom Completion Certificate Filename
It would be helpful to have the ability to set a custom download name for the certificate file instead of using the default “Captivate Certificate.” Many users aren’t tech‑savvy, and renaming downloaded files can be challenging. Allowing authors to define a filename that matches the course title would make the process much more user‑friendly.
-
Jeff McKune
commented
Danielle,
Happy to help! I had the same issue, and found these two edits to work just fine. The Javascript is intricate and detailed around these two edits, so be careful not to accidentally change or delete other characters in the code. Good luck!
-
Danielle Wysow
commented
Jeff- Oh thank you for the suggestion. I currently only am able to post via web server as well, so I am willing to give it a try.
-
Jeff McKune
commented
If you don't want the default certificate filename to be "captivate-certificate.pdf" try these steps:
1.) Publish your project.
2.) Edit the main.chunk.js file in the dist folder, and change the two occurences of "captivate-certificate.pdf" to "whatever-you-want.pdf".
3.) Save your edits to main.chunk.js.I am not sure if this would work when publishing to an LMS, but it should. Most of my projects are run from an web server.