Question
Create multiple yes/no questions while minimize number of properties to be created
Hi ,
We have a requirement to have 25 or more yes/no questions. Inorder to minimize the number of properties to be created we used a pagegroup with the same property for each question, something like below
Questionnaire(Question1).Answerflag
Questionnaire(Question2).Answerflag
Questionnaire(Question3).Answerflag
Questionnaire(Question4).Answerflag
However this does not function properly. If you click somewhere outside of the Yes/No radio button, the radio button gets clicked/unclicked (probably because the "id" is the same for all questions in the html). If we use separate properties for each question then this problem does not occur.
Is there a better way of achieving this requirement without creating too many properties
***Edited by Moderator Marissa to update platform capability tags; update SR Details****