What I need for a new project is the option to quickly and conveniently add a poll, or rather, an evaluation, to each user contribution, such as a comment or a reply. The aim is that all other users can vote on the value of the contribution.

I'm even thinking of multiple polls, such as one on quality, one on usefulness, etc.

The same could be used for various purposes. For example, a discussion about movies could add evaluations to each movie review. A discussion about computer problem solving could have evaluations about the success of each proposed fix.

The existing poll module cannot be used very well for this purpose, because there is no simple way to tack a poll or even multiple polls onto each of many comments or replies and keeping it with the item.

Hans-Georg

Comments

mfer’s picture

Status: Active » Closed (works as designed)

What you are asking for is not the intent/purpose of the comment info module.

If you want to develop something like this check out http://drupal.org/project/fivestar as a starting point. Or, you could use this in combo with something like http://drupal.org/project/nodecomment. Though, having comments as nodes does require much more system overhead.