Simple Feedback
Categories
Component ID
2849568
Component name
Simple Feedback
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
234
Component created
Component changed
Component body
Synopsis
This module provides a block with the text "Was this article helpful? Yes | No". If a user clicks yes, a +1 is recorded. If the user clicks no, a -1 is recorded, and clicking either yes or no will give the user some feedback text via AJAX.
I found a need for something simple like this, but I only found conversations that ended in "it's pretty simple, just create it yourself." Well, this aims to appeal to those that are just looking for a simple thumbs up or thumbs down on the helpfulness of a node.
Roadmap
- In the future, a views integration will allow for reporting. Until that's ready, a simple MySQL command can compile the votes. More details are available in README.txt.
- Drupal 8 version.
Similar projects and how they are different
- Feedback: The Feedback module provides a form to submit messages, while the Simple Feedback module has simple yes or no functionality as a rating system.
- Rate: The Rate module is complex with thousands of lines of code and several configuration screens. The user is required to set up a "rate widget" first. The Simple Feedback module has under 300 lines of code and is plug-and-play without complex configuration screens or dependencies (Rate requires VotingAPI). The purpose of Simple Feedback is to be lightweight and extremely easy to setup.
Pledges
I pledge that this module will be available for Drupal 8. This module is currently being ported to Drupal 8 and is fully functional, but not yet ready for production websites.
