Hi
I've got a hotspot menu with a couple of articles attached with some questions, I've also got a completion certificate that I want to disable until the other sections have been attempted.
I put "_lockType": "lockLast"
in my course.json at the end. Nothing happens, I'm able to open the certificate section just fine.
I also tried ,"_lockType": "custom"
in course.json and in contentObject "_lockedBy": ["co-60", "co-70", "co-80", "co-90"]
on the certificate object (co-100) also nothing was locked.
How should I be doing this? Am I missing some setup here?
Thanks