Display one variable based on quota | XM Community
Skip to main content

Hi Community,

 

Respondent will chose the age of their children in the screener and they may chose upto 5 children between male and female. If they select more than  1 children, and based on the quota which least filled the selected age the child should be displayed in main survey. 

Hi @jbk ,

 

Add branch logic at the survey flow depending on how you set up your question and number of age quotas set-up.

 

For example, 

(Survey builder)

Q1: How many children?

(Survey builder)

Loop times based on Q1:

Q2: What is child “Loop count”’s age?

Option1: 10

Option2: 11

 

(Survey flow)

If question on children’s count is more than 1 and Quotaage1 is less than Quotaage2, 

Displayage=10.

If question on children’s count is more than 1 and Quotaage1 is more than Quotaage2,

Displayage=11. 

Note:

Your number of condition and branches may increase depending on the number of quotas set up.

This Displayage value is a number. Change it to fit your age question options.

 

(Survey builder)

Q3: “Piped text - Displayage”…

 

Hope this helps.

 

 

 


Hi @jbk have you checked on supplemental data sources? Maybe it could help


Hi @jbk have you checked on supplemental data sources? Maybe it could help

can you please explain how supplemental data will be useful for this.


Leave a Reply