Question T14228
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

Refresh Survey Result

Response preview

created a year ago

Hi,

I need to show the list of user responses of the survey
Eg:-
user1 response
User2 response
User3 response

And when we click on any of above response it should show all the questions of survey along with what was the user answer to that question.

Thanks

Answers approved by surveyjs Support

created a year ago

Hello Muaath,
From what I gather, you have a particular survey and you wish to allow data analytics to filter out a dashboard based on a selected user.
Please follow these steps:

  • Initialize a SurveyJS Dashboard and supply a list of survey questions. For information on how to create a dashboard, refer to the get-started tutorial for your JavaScript platform.
  • Implement a list of user responses using your preferred client-side component; when an data analytic selects a specific item, pass user replies to the dashboard. Call the VisualizationPanel.updateData method to update the visualization panel with new survey results.
    You can check an example here: Refresh Survey Result.

I hope this information can help you. Please let me know if you have any further questions.