"Password" protected course options

May 16, 2023

Hello everyone, 

I was recently tasked with building a course that is restricted to only a certain set of users.

Initially that number was believed to be around 100 users, so the course was developed with a text entry box, where user would only enter their ID number and using a trigger of "if TextEntry =value XXXXXX1" or "if TextEntry =value XXXXXX2" etc.  If the user's ID number was set as one of the values, they would be allowed to proceed.

However, I just learned that the number of users is almost 3000! Is there a better method (other than manually entering 3000 values) of somehow utilizing a spreadsheet, or csv to reference those values?

Any suggestions would be greatly appreciated! 

6 Replies
Jose Tansengco

Hello Joshua,

Thanks for reaching out!

Password protection of a course is usually din in the LMS, which is also where courses get assigned to certain user groups. If your course isn't hosted on an LMS, you can check out this ELH post where members of the community shared their solutions for password protecting their courses: 

Hope this helps!

Joshua Benefield

That's what I was afraid of, that this capability was usually handled on the LMS side. Unfortunately there is a significant backlog with the developers and they would't be able to implement this in time for us. Looks like I may have to enter all the values in manually after all.

I appreciate it!