Hi!
We have a requirement to display a survey to a user, and at a certain point during it, loop through the same series of questions for each medical certificate the person has earned.
For example:
Question 1: Name
Question 2: Something else
…then…
For each medical certificate the person has earned
Question 3
Question 4
Quetions 5
Is it possible to retrieve the data from the API and pass it to the survey when the model is created? Also, the questions would need to display the name of the medical certificate. I was thinking that data variables could be used here, but the documentation states:
"variables can be used in expressions and text processing, cannot be used in questions, and are not stored in survey results."
Thanks!
Alan