How to Implement Course Completion and Certification Tracking for Member Onboarding Answered
Is there a guide/somewhere I can see how to implement ‘marking courses as complete’ for a member, ideally want to ‘release’ certifications and badges when certain things are checked off/complete?
Tyler Bell Duncan from Memberstack how did you guys do you onboarding checklist?
Comments
6 comments
Hey Ben! How would the certifications look? As for marking courses as complete, that can be done with member JSON - I have some free guide/template on that
https://webflow.com/made-in-webflow/website/kajabi-inspired-course-template
hey yeah my brother is the one building and he’s getting tripped up by using JSON for saving tutorials - we’re currently using jetboost. Also noticing slowness by adding scripts etc. But effectively what you have has a bunch of stuff that we want to do
certfications will be ‘if you’ve answered the quiz questions correctly (or get 80% right potentially) then a certifcation is unlocked and sent to you’ - we can do this with an image template and zapier to prefill details
Look at the custom code of the page, and you'll find the code that manipulates that part.
It might look like liquid templating language, but it's just pure js
Raquel Lopez thanks! I'll check that out. Good to know it's regular degular JS.
i was able to get this mostly working except for the course completion % tracker. not sure why that's not working out of the box, i'm assuming i'll need to write some custom js for that?
I'm not too familiar with the template, but definitely if you want to add % tracker you need to add custom js
Please sign in to leave a comment.