Forum Discussion

JessicaFeltman1's avatar
JessicaFeltman1
Community Member
13 years ago

Data Entry + Trigger

Hi All, 

I am trying to create a slide/lesson where the learner will need to enter multiple lines of text on a slide before they can move on. I'm only running into a problem because I can't trigger the data entry to change to a visited or selected state. Since, I cannot change the data entry state I don't know how to make the "next" button appear after the learner has entered in all of the text I would like them to complete. 

Also, I know recording a simulation would be easier then creating from scratch, but in this case it deals with personal information in which if I use a "dummy" employee the learners will not know the answers to type in. 

Any thoughts and suggestions would be greatly appreciated! 

Thank you,

--Jessica 

33 Replies

  • That's too bad. It would be a nice feature. I'll make a request for it then. Thanks for your help!

  • BettyWitthus's avatar
    BettyWitthus
    Community Member

    What if I want to create a log in box that forces whatever the student enters into ALL CAPS?

    • Crystal-Horn's avatar
      Crystal-Horn
      Staff

      Hey there, Betty.  Text entry boxes will save the students' input to a variable exactly as it was entered.

      Are you doing a software simulation where the text will display in ALL CAPS on the actual system?

  • BettyWitthus's avatar
    BettyWitthus
    Community Member

    Yes, I'm trying to simulate the end-user or student entering their User ID in the User ID field. In the "live system" whatever you enter in the User ID field is automatically capitalized - no matter what case it is entered. For example: If I enter bwitthu in the User ID field, the application displays BWITTHU - - as I type it.

    Hope that makes sense - what I'm trying to do. Any help you can provide would be greatly appreciated.

    Thanks much!

    Betty :)

  • Hi Betty, 

    As Crystal mentioned, the text reference will display the text exactly as it was entered, so it won't force the text to be in ALL CAPS. 

    I can definitely understand how the ability to customize the sentence case would be really helpful in this scenario, so I would be glad to pass along this idea to our team for you! We always appreciate this kind of feedback, so thanks for letting us know how we can make things better. ☺️ 

  • I'm sure this is pretty easy, but how do you hide the standard Next button until a user enters something in a text entry box?

    My trigger panel is pictured and I attached my file; when previewing, the Next button doesn't appear when I type my name in the text entry box. 

    Thanks for any help!

    • ShaunMartin's avatar
      ShaunMartin
      Community Member

      Hi Heather,

      The way you've currently got your triggers set up is that the trigger to change the next button to visible is only running when the slide begins/timeline starts. And when the slide starts it will always be empty. If you change the trigger to run either when the 'control loses focus' on the text box or when the 'LearnerName' variable updates then the next button will appear.

      You might need to include some sort of 'submit button' once the learner enters their name though as both of the triggers I mentioned above require the screen to clicked to trigger them...

      Hope this helps!

  • Hello, Shaun! Thanks for the quick reply.

    What does "Control loses focus" mean? I see those words associated with the Text Entry and assume it has something to do with there being some type of activity on the user's side (entering text perhaps), but what does it literally mean? What's the "control"? What does it mean when it "loses focus"? I tried this trigger and wasn't that impressed; there seemed to be a lag of some sort.

    Based on your response I tried a couple triggers; one of them didn't work (Variable changes) and the other one (control loses focuses) had a weird lag.

    Finally, I created a Submit button and set up my trigger panel like this:

    And that works swimmingly! Thanks!

    • ShaunMartin's avatar
      ShaunMartin
      Community Member

      Glad you got it working! My understanding of 'control loses focus' is that the user stops interacting with the object and interacts with another part of the screen... so in this case if you simply stop typing in the text entry field nothing will happen, but if you click the submit button (or something else on the screen) then that counts as focus being lost (from the object).

      Clear as mud?! That's my understanding of it - though someone more experienced than me might be able to provide a better explanation.

  • That's it, Shaun! Once you click outside of the text entry either to another spot on the slide or another button the text entry no longer has the focus (of the mouse cursor) and that will submit the text entry piece.