Forum Discussion
MercyVimala
3 years agoCommunity Member
create password check with triggers and variables in articulate storyline
Hi I want my user to enter a password and I want the storyline to show if the password meets all the criteria like the length of the password, has one number, one special character, one uppercase an...
WaltHamilton
3 years agoSuper Hero
This trigger, and others like it won't work.
If the learner types the actual words "any number" for the password, hasNumber will be set to true, otherwise, it will be set to false.
You need to examine each character the learner types for the password to determine what type of character it is. SL has no option to do that, so you need to use Javascript.
The way you've written the triggers makes me think you have some programming in your background, so I imagine you can probably do it.
Related Content
- 12 months ago
- 12 months ago
- 12 months ago
- 12 months ago