Digital Release Form Signature capture

Feb 17, 2022

Has anyone figured out a creative way to display a release form, that needs to be signed by the learner and captured for archival purposes which includes the date of signing?  Easy to get a generic signature put on the signature line but archiving it within a SCORM document is challenging.  Possibly using a quiz?

9 Replies
Phil Mayor

IF your LMS is not integrated with your HR then there is never going to be a solution that works inside a scorm, there will always be a manual element. You don't even need the tick bo if you design the course in such a way that once completion is triggered the user has 'signed' to agree or whatever is needed.

Then any completions would show the date, time and you could run reports on that.

Fiona Cross

It's possible to use a javascript library like jSignature to add a signature pad to a slide and subsequently capture the data in Base64 as a storyline variable to display in an exported PDF using jsPDF. But it ultimately depends on your use case and what it is you're really after.

Like i mentioned you could use jsPDF to act as a somewhat "on-demand" document manager if hidden behind course completion triggers, only issue is if user progression is lost, you won't be able to recover any documents.

Fiona Cross

Oh i didn't know that. Fair enough. Well in my implementation i've only ever seen extremely simple signatures which end up being 5k ~ 20k characters. So unless my customers are using the signature field to draw a bob ross painting it's worked very well for me so far.

I'm sure there's a way around this though by splitting the output into two variables and concatenating them after the fact.