Questions and Answers Example

This module creates a Question and Answer system for Drupal 8.

Entity Questions and Answers is a module which allows for the use of user-powered questions and answers on entities of any kind. The entities are implemented as fields which can be added to any entity type. Once added, users with appropriate permissions can ask and answer questions on those entities. Email alerts and voting systems are available for these questions and answers as well.

This module can be extremely useful for "Ask and Answer" sections such as those seen on sites like Amazon.com, where users can post questions about products and receive answers from other users of the site. This module is not in any way limited to products - it can be used for any fieldable entity, such as taxonomy terms, articles, nodes, etc. The module can also be useful for users to ask questions directly of site administrators/staff members. Users who can answer questions can be restricted, so the module can be used like a Q&A with the site owners.

Features

  • Users can ask questions about any entity (nodes, taxonomy terms, etc.)
  • Users can answer questions asked by other users
  • Users can view existing questions and answers on the entity display
  • Users can receive email notifications when selected questions are answered
  • Users can report inappropriate questions/answers
  • Users can mark answers as "helpful" or "not helpful"
  • Admins can flag answers as "verified"
  • Admins can moderate questions and answers (approve new questions/answers, fix reported questions/answers)

Installation

View the module's README file for more information.

Project information

Releases