Creating a simple Login Cp9
I'm using Captivate 9. I'm trying to create a simple login screen, the first screen of my course. The slide uses a Hide Playbar action on enter, as I don't want the user to proceed until I have captured their name.
Since I'm using a certificate of completion at the end, I need the cpQuizInfoStudentName variable populated as the certificate assigns that variable to the User Name on the prebuilt certificate widget.
I first set the user variable cpQuizInfoStudentName to a value of 0.
I have created a Text Entry Box, and assigned the variable cpQuizInfoStudentName to it. Infinte attempts checkbox is checked.
For the Text Entry box, I have created an advanced conditional action:
IF cpQuizInfoStudentName is not equal to 0
THEN Continue
ELSE Show a warning Text Caption I set up.
When I publish as SWF to my computer and run,
If I don't type anything I get the warning I made. Subsequent attempts to enter a name don't do anything.
If I do type a name, I still get the warning.
Is there a scenario I should be using? This kinda doesn't make sense to me. Is there a value assigned to a Text Entry box when it loads? What might that value be, so I can check for it. I'm also confounded if I can make multiple attempts?
thanks
