Skip to main content
Participating Frequently
November 20, 2019
Question

About the behavior of text entry boxes

  • November 20, 2019
  • 1 reply
  • 292 views

In the page, I made a text input box with user input validation and a button for answering.
I want to set so that when a button is pressed, characters are automatically entered into the text input box and user input is verified.

When I clicked the button using "Perform advanced action", I was able to create a specific text in the text input box, but how can I validate user input? I don't have a good idea.

Please lend your help!

This topic has been closed for replies.

1 reply

Lilybiri
Legend
November 20, 2019

I just posted an answer in the other thread you posted. In those cases I always use Scrolling text interactions and validate with an advanced or shared action. Here is an example:

https://elearning.adobe.com/2018/09/custom-short-answer-scrolling-text/

 

Maybre this one as well:

http://blog.lilybiri.com/text-entry-boxes-back-to-basics

Participating Frequently
November 21, 2019

Thank you for answering this too.

The explanation was lacking, but I would like to pass the result of the answer on the LMS as characters instead of Booleans.

 

I want to do it,
There are items to select occupation, date of birth, and gender, and there is a screen that asks you to click the registration button when you have finished selecting.

 

Occupation is DropDown
Date of birth is a text box
Check box for gender

 

I'd like the answer to be sent in letters instead of Booleans on the LMS when the registration button is pressed.

For that purpose, I hide it on the screen and “Verify user input” and report “Quiz
Prepare three text boxes with "Include" and "Report answer" checked, and if the registration button is pressed, the contents selected by the user will be inserted into the text box. Thought to be reported on LMS.

However, I realized that if I didn't press any key, the text box would not be checked for accuracy.

 

Please lend me some wisdom.

Lilybiri
Legend
November 21, 2019

What the LMS shows as information depends on the LMS itself.  User variables are shown by some LMSs not by all. I don't know why you talk about Booleans in this case?