Hi,
there is one issue and one unnecessary thing.
1. You use the wrong syntax.
Who told you to set the value to "1"?
It's always a good idea to activate the survey, enter some data and have a look at the table of responses.
And here you see that in "multiple" questions "selected" is stored as "Y", otherwise blank.
2. What do you do in your equation?
You set all subquestions of Q2 to "selected" (if they are empty they are set to "selected", if they are yet selected they stay)
So this whole IF construct is not necessary.
It would be sufficient to say
{Q2_SQ001="Y"}
{Q2_SQ002="Y"}
...
But a much better way to achieve this is to set the "default answers" to "selected"
Joffm
By the way: I really do not like this scenario.
Do you think a respondent will unselect something? He is comfortable to be able to proceed without having to read or think (the question is already answered)
Always better to force him to select something actively.
Of course: Up to you.