Page 1 of 1

Multiple Response

Posted: October 31st, 2016, 6:38 am
by MrTaco
Hi Guys is the any other way to create multiple response questionnaire besides using a Alphanumeric, so that when they do data analysis it will separate the questions individually not combine them on SPSS.

Re: Multiple Response

Posted: October 31st, 2016, 7:52 am
by josh
To use the checkbox control the variable must be alphanumeric. If you want numeric values then you can either use a series of yes/no questions instead of checkboxes or use an alphanumeric variable and then convert the result to a numeric after it is entered. If you search for "checkboxes" on this forum you can find plenty of examples of code to do the later.