Create question based on numeric answer to a question

338
1
03-23-2018 09:07 PM
RenatoSalvaleon
Occasional Contributor III

User is prompted to answer number of rows and columns.

form calculates rows times columns. The product of the two is the count of questions that needs to be created by the form.  For examle user types 4 rows and 3 columns, form creates 12 select one questions, namely, N1,N2, ... and N12.

Is this possible at all?

Tags (1)
0 Kudos
1 Reply
JohnathanHasthorpe
Esri Regular Contributor

Hi Renato

This is not possible. But you can create all 12 questions in the survey and then use relevance to hide the questions that are not required. You would use a calculate to do the rows times columns sum and then use the answer as the basis of the relevance (i.e to determine which select_one questions are displayed).

Please let me know if you need an example of this.

Thanks

John

0 Kudos