I am working on an application simulation and the application requires the learner to enter a 19 character number. I have a TEB on the slide and validate the input before it advances to the next slide. When I preview the project in an HTML browser the text entered in the text entry box displays correctly. However when I navigate back to the slide the data displays the first 15 characters I entered but character 16-19 display as 0000. Now […]
I am trying to solve a problem I am having with a project and validating a TEB using a Tab key as a shortcut. My project works as programed if I set the shortcut key to Enter. However this is not how the application works. The application requires the user to press the Tab key. What I am seeing is this: I have a validate user input set with a failure prompt if the learner types in the wrong text. […]