How to measure "was this reply helpful?"

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jchotz
Posts: 2
Joined: Wed May 31, 2017 4:32 pm

How to measure "was this reply helpful?"

Post by jchotz »

Script URL: help.data-keeper.com
Version of script: newest
Hosting company: SingleHop
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: "helpful"

Write your message below:

How can I measure which and how many tickets have clicked Yes or No for "Was this reply helpful?"
I'd like to use this as a simple measure of Customer Satisfaction with the service.
Is there a report?
Can I see it in the DB with a DB tool and build my own report?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to measure "was this reply helpful?"

Post by Klemen »

On the "users" page you can see average rating for each user, calculated like this:

( 1 x "not helpful votes" + 5 x "helpful votes" ) / all votes

There is currently no report built in to see all the posts with votes. You are welcome to write your own reports, in the "hesk_replies" database table the "rating" column has a value of "1" for replies rates as "not helpful" and "5" for replies rates as "helpful".
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
jchotz
Posts: 2
Joined: Wed May 31, 2017 4:32 pm

Re: How to measure "was this reply helpful?"

Post by jchotz »

TYVM @Klemen! :D
Post Reply