Feedback Drawer

SNOWPie
Tera Expert

Where can I locate the results of the written feedback submitted by users via the "Tell us more" option in the feedback draw widget? 

SNOWPie_0-1724251768409.png

 

 

3 REPLIES 3

AnirudhKumar
Mega Sage
Mega Sage

I'm not sure if this is an OOB thing or custom created.

But I suggest you trace the logic from the widget to the code.

To locate the widget, place your cursor somewhere on top of this widget, hold CTRL and right click.

Select Open widget in editor.

 

You should be able to see an HTML code for the button in the Body HTML Template field. Identify which function executes when you click it (There is probably an ng-click on that line).

Explore the function, you should find your answer.

Carl1973
Tera Contributor

Not sure if you found the answer, but the other reply seemed not much use so thought id add info just in case.

goto:

Employee Centre > Feedback and Service Feedback > Feedback Analytics

one thing that got me was where are the feedback tasks ? Feedback definition is the place to configure this, set a rating threshold, check the create feedback task and assignment group for feedback tasks, then on the feedback analytics dashboard the task will be under the tasks tab

Zaar
Tera Contributor

I just found 2 possibilities:

 

#1# works only if you have configured in the Feedback Definition to create Feedback Tasks from surveys (Version 33 of the ECpro needed).

 

Navigate to task.list, and search for a feedback task: FBT...

Open a task and configure form layout. Add the field Feedback comment, dotwalked from

assessment_responseSo the field will be: assessment_response.sn_ex_sp_pro_feedback_comment

Zaar_3-1734519341401.png


#2# IF you have Version 32, you probably will not be able to configure the feedback definition form to create tasks. To find the data from "tell us more" : 

 

Navigate to Feedback Analytics > click on one of the dashboard widgets (ex. Respondents by widget) to get into the Metrics result list. Then click on the "i" icon, left of the AINST00... and open record.

 

Zaar_1-1734518375526.png

 

Here you should be able to configure the form layout and add the field "Feedback comment":

Zaar_2-1734518515026.png

 

 Hope this was helpful 🙂