Hi Padawan,
you can access data from the participants list by using eg {TOKEN:FIRSTNAME}to write 'Hello Padawan' as a welcome in your survey text.
- So you will have to add a field in your participants list containing the date of birth. Let's say this field will be named ATTRIBUTE_1. Then fill them with correct data
- then add a field to input the date of birth for your participant. Let's say it's Q1
- then add an equation (eg named check1) comparing Q1 to ATTRIBUTE_1, eg {if(Q1==TOKEN:ATTRIBUTE_1,1,0)}
Yes and then you will have to tell all groups (or questions) via relevance equation only to accept, if date of birt was edited correctly: check1==1.
You can also use Q1==TOKEN:ATTRIBUTE_1 for each relevance equation, but I think the first solution is more flexible if you have to change anything for evaluation. You can pack all changes in only one equation and don't have to change all relevance equations.
Be the power with you