0 votes
in SoSci Survey (English) by s277099 (140 points)

Hello SoSci Team,

I have a question that containes 13 items where respondents are required to rank each item using a 4-points likert scale (SoSciSurvey Horizontal Selection type).
Only for items #12 and #13, if a respondent clickes "strongly agree" or "agree", they must give further information using a multiple-choice (or a dropdown list).

How would you recommend to combine these question types in ONE question only within one page?

Thank you!

1 Answer

0 votes
by SoSci Survey (305k points)

Well, you can tell the questionnaire to show the dropdown below the respective items, if one of the options is clicked. This will, however, require some JavaScript: Immediately Show Questions when a Certain Option is Selected.

And you will also have to embed the question mutliple times to place the dropdowns in between, similar to this:

question('AB01', '1-12', 'spacing=0');
question('DD01', 'spacing=0');
question('AB01', '13', 'spacing=0');
question('DD02');

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...