Attesting the completion of a training module without an LMS

Mar 25, 2022

Hello,

Our client would like to have a button at the end of the module that would allow the user to certify that he has completed the training module. For example, he should check a box "I certify on my honor to have followed the training X". However, the user does not want to have an LMS platform. How can we get this information if our client does not have an LMS?

Thank you for your help!

Catherine

6 Replies
Brian Dennis

Tom is correct that developers like myself would use javascript to send data to a web based database or google sheet. Another option is a slide with wording like Tom suggested and use a tiny bit of javascript in a trigger to window.print() this slide when a checkbox is checked. Modern Windows and Mac include a default Print-to-PDF feature creating a 'printed' file without a physical printer.

Baguette Academy

Thanks Brian and Tom for your answer!

Tom, is it possible to do this with an excel for example?

Brain, what is the small piece of code to integrate in the trigger? What does it display, a window to record the score? Can you tell me a little more about it? I'm having a hard time visualizing what this would look like.

Thanks for your precious help :)