Instant Feedback
Categories
Component ID
2484571
Component name
Instant Feedback
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Obsolete: helpfulness module seems like a better option. And it has a D8 version.
Instant Feedback provides an ajax form that gives the user a simple yes/no question (ie. "Did you find what you where looking for?") No-sayers get a open follow-up question. The results are exposed to views and anything that can deal with flags.
Dependencies
Flag
Entity API
Views
Session API (to enable anonymous feedback)
How to
- Install the module
- Goto admin/structure/instant_feedback/settings and choose what types of entities and bundles you want to gather feedback about.
- Add the instant Feedback Form Block where you want the question to be asked.
- Set up your permissions under the Instant Feedback on admin/people/permissions
- (Optional) Add the Instant Feedback Statistics Block where you want to display the results.
You can also display the form by calling the function instant_feedback_question($entity, $entity_type)
