By stevepowell on
Hi drupallers
Using webform or cck or some other method, I want to be able to add grids of multiple questions (radio or check-box), with same answer categories, to a form. For example, how much do you like coffee, tea, beer, wine - on a scale of 1 to 5. In webform, it is very wearisome to have to add 4 components separately. And then if I change the answer categories, e.g. a scale of 1 to 6, I have to change each question. An alternative method would be to use cck to create a new content type for each questionnaire and then create custom field types, but this is very clunky and the questions are not displayed as a grid.
Any ideas?
Thanks.