cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Column properties: Question with the option of multiple answer

Hi,

I am a complete amateur in the fields of this software;

In my questionnaire we have the following question:
Where do you buy lunch? Cross the following services you use:

School Cafeteria
Grocery Store
Starbucks
Peppes Pizza
Eat
Narvesen
Other

What settings/properties should i set for this column;
so i am able to plot multiple answer from a single respondent
1 REPLY 1
mfisher
Level III

Re: Column properties: Question with the option of multiple answer

You will need a separate column for each choice, so seven columns for this question. Code the response as 1 if they selected, 0 if they did not.

An alternative is to have one column but code the responses to reflect the different possible combinations, e.g., 1=cafeteria, 2=store, 3=starbucks ... 8=cafeteria and store, etc. This would be quite tedious.

Recommended Articles