How to Set Up the User Feedback Collection?

1 minute read

Setting up the User Feedback Collection.

To enable the User Feedback Collection feature, go to Settings > FAQ > End User Feedback Collection for FAQ and Content Nodes.lesson image

Enable User Feedback Collection

When this option is ON, the FAQ response will display the list of feedback options from the Feedback Options.
lesson image

Enable User Feedback Collection for Selected Content Node

When this option is ON, each content node in the Editor Menu will provide an option for the dashboard user to decide whether to enable the feedback option on selected content nodes.
Go to the desired content node and select Allow user feedback, then save the contentnode.lesson imagelesson image
lesson image

Feedback Options

  • The Feedback Options has to be an Array of Object where the object has to have text and data properties.
  • You may replace the emoji with any desired expression.
  • For example:
[
{
"text": "😄",
"data": 5
},
{
"text": "😊",
"data": 4
},
{
"text": "😐",
"data": 3
},
{
"text": "😕",
"data": 2
},
{
"text": "😡",
"data": 1
},
{
"text": "💬",
"data": {
"type": "comment",
"value": ""
}
}
]
For more information about this article, please reach out to us at cspm@keyreply.com

Advanced Features