1

I'm implementing surveys on the company's internal website using SurveyJS -> surveyjs.io integrated with Node.js. All the survey results are stored in the local database in the JSON format. I've finished the management part and can store, modify and present surveys.

Did anybody work with the SurveyJS and know how to present survey results in the nice table or graph? I cannot find any documentation on their website or working example how to implement it.

2 Answers2

2

You can use datatables for that. Even in the WordPress plugin for surveyjs they used that. Refer the code.

https://datatables.net/

https://github.com/surveyjs/surveyjs-wordpress

Jestin
  • 578
  • 5
  • 10
  • Also you can check the surveyjs-nodejs example: https://github.com/surveyjs/surveyjs-nodejs. It uses datatables too. But you can integrate any other solution with SurveyJS because it is just json on the output. – Dmitry Kurmanov Nov 06 '18 at 16:26
0

Use the SurveyJS Dashboard Library to visualize survey results. For more information, refer to:

JaneJane
  • 121
  • 3