Screenout by Age in Textbox | XM Community
Skip to main content
Has anyone successfully used textboxes and embedded data to screen by a specific age group or set using survey flow? If so, can you share your solution?
@manresaclara ,



Use branch logic in survey flow after question that if age is greater than your age group upper limit , add End of Survey element or other block inside branch logic
Hi @manresaclara ,

Could you help in explaining this with an example?

Why do you wish to use embedded data along with textbox?
> @Sowrabh1993 said:

> Hi @manresaclara ,

> Could you help in explaining this with an example?

> Why do you wish to use embedded data along with textbox?



Hi @Sowrabh1993, I want to have the participant enter their age, for example "25" rather than having them pick a category (e.g. 25 to 34) so that I can later get the average age of all participants. It would be helpful to use the embedded data to also recode the ages, and apply screenouts based on it.
@manresaclara,



Just require a number in your text entry field, then use greater than and less than in your screenout survey flow branch condition.
@manresaclara ,

You could do that directly through the survey flow, by using a branch logic and checking the condition and screening out the response.

Also, i am not sure if I got you right for the reason of using embedded data.

But as far as I understood you could bucket the ages using embedded data.



!
Program a single text entry numeric type question and define your minimum and maximum value a user can input.



And than in survey flow apply branching of non valid range and drop screenout element in this branch.

Leave a Reply