Forum Discussion
BilliSwitals189
4 years agoCommunity Member
Text Entry - Remove "saved data"
Hello all you experts out there!!
This project has a text entry field that we are using as a Password field. There is one issue. When the user returns to the page, the text field is empty yet when...
Jürgen_Schoene_
4 years agoCommunity Member
you could try on the login page
- create on the login page two password fields (perhaps in layers)
- create a storyline variable (numTry, default 0) - perhaps there is a builtin variable, or a variable from LMS (?)
- if numTry == 0 on start,
- show password text input 1,
- hide password text input 2
-> password ok (?) or test is ready (?) -> numTry+1
- if numTry == 1 on start
- hide password text input 1,
- show password text input 2
-> password ok (?) or test is ready (?) -> numTry+1
- if numTry > 1 on start
- hide password text input 1,
- hide password text input 2
Jürgen
Related Content
- 2 months ago