- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 02:32 AM
Hello!
I have a question regarding Virtual Agent Satisfaction Survey.
The client wants to remove text below the satisfaction smileys, originally it says Good, Neutral and Bad.
I found that I can change the value that is displayed, "Good", in Survey -> View Surveys -> Virtual Agent Satisfaction Survey -> under Metric Categories -> Virtual Agent Satisfaction Survey -> Assessment Metrics -> Assessment Metrics Definitions.
When I deactivate mandatory on the Display field and remove the text "Good", I get the value of "Null" displayed.
If I deactivate "active" and "display" in the "configure dictionary" of the Display field, the integer 1 is displayed, which is the value of "Good".
The client wants to remove the text and to only have the satisfaction smileys showing. Is there a way to achieve this?
Thank you!
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2020 05:45 AM
Hi
First of all the changes you did should be reverted as it will affect your Survey system globally.
As per your requirement you need to do changes in your Virtual Agent Designer for Topic "Provide Virtual Agent Feedback".
Open this topic and click on edit topic flow button. Once your are in you will see flow there do find Script Action Utility named as "Set Next Question" and then open Action Expression as highlighted in below screen shot:
Once you inside it do changes in your code as per below screen
I have not added value as blank as Murali suggested as it will cause an issue while recording the value in response and it will affect your data.
After that save topic and test it will work as per your requirment.
Thanks & Regards,
Viraj Hudlikar.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2020 10:09 PM
Is there not a space char [blank] in your display property. I am using a space char in image scale and you are using space char in set next question. I think both does the same work.
When I tried with no spaces it says "no_data".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2020 10:29 PM
Yes its space char [blank] in display property. If I use same in Image scale it gives me output as no_data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2020 03:09 AM