Hi everyone,
I have an issue that I'm sure is trivial to many of you but that I cannot figure out. The setting is the following:
- I have N groups in my survey, each one with a number of questions (it has to be this way by design)
- I randomize the order of the groups
- I present the respondent with only n<N groups
- To make sure that only n groups are shown, I have a global counter
- The counter updates every time a new group is presented (the counter update is in the group's first question)
- Each group has the relevance condition "counter<=n" so once n has been passed, no more groups are shown
The problem that I have is that, instead of going directly to the submit screen after the nth group, the n+1 group updates the counter and remains hidden, showing the user an empty screen with the Next button. It is only after clicking Next that the survey goes to the submit screen. The reason, of course, has to do with the fact that the counter is being updated when each group is displayed. Hence, a solution to this problem would be to update the counter after leaving the group, for example, when clicking Next. I am not sure if this is doable without going into Javascript, or if there are other smart ways to getting around this. I would appreciate any ideas and suggestions.
Thanks,
Omar
The topic has been locked.