Use case: A webform is used to survey members of an organisation. There are questions such as, "Would you like to do A?" "Would you like to do B?" and "What other ideas do you have?" The analysis built into webform does a nice job of giving summarised results for number who said they wanted to do A and B, but not who actually wants to do them. In addition, the text area and text field widget analyses give average number of words, but not a list of the actual values. What I needed was a way to show who answered in what fashion, and that the answers to questions like the third one were. So, the attached patch does that.

It puts two new settings on the select, text area, and text field widgets to allow the specific answers to be displayed, and if so, what other field to use as the identifier for those answers. Note that the patch also includes the changes for http://drupal.org/node/1003888 for the select widget.

Would be great if these enhancements made it into the next version!

Shawn

CommentFileSizeAuthor
webform_6.x-3.9_cbd_2011-04-10.patch10.8 KBsdsheridan

Comments

quicksketch’s picture

This patch contains at least three different feature requests. Please separate and submit separately.

quicksketch’s picture

Status: Active » Postponed

Reading this over again I actually see only 2 features (Defaults for pre-defined lists and the Analysis changes). They still need to be separated to be reviewed. Both seem a little tacked-on and I question both features' usefulness.

quicksketch’s picture

Status: Postponed » Closed (won't fix)

Closing after lack of activity. Please split into separate issues if you're still interested in this feature. New features are only being added in the 4.x branch at this point, so this needs a significant update for the latest version if it's going to be added.