Hi,
it's the usual way, that is described here many times.
Between your "choice" question and this new "single" question insert a (hidden) "multiple" question (MHidden) with the seven options as subquestions.
And also a (hidden) question of type "equation" where you preset the subquestions in the "multiple" question according to the selections in the "choice" question.
{MHidden_1=if(M2_SQ001_SQ001==1,"Y","")}
{MHidden_2=if(M2_SQ001_SQ002==1,"Y","")}
{MHidden_3=if(M2_SQ001_SQ003==1,"Y","")}
{MHidden_4=if(M2_SQ001_SQ004==1,"Y","")}
{MHidden_5=if(M2_SQ001_SQ005==1,"Y","")}
{MHidden_6=if(M2_SQ001_SQ006==1,"Y","")}
{MHidden_7=if(M2_SQ001_SQ007==1,"Y","")}
You see, I coded the subquestions "1", "2", ...
And exactly these codes you have to use in the "single" question
Now you use "MHidden" as array filter for your "single" question.
Of course you will not display this "single" question if there was only one option selected.
Joffm