Search code examples
node.jssurveyjs

SurveyJS results


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.


Solution

  • 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