Collaborative Survey Review
Collaborative survey review is a commenting feature that enables survey reviewers to engage with user responses in a more meaningful way and enhance the feedback loop. With the review mode enabled, survey creators or administrators can use editable text entry fields to leave comments for individual answers given by users. Every comment is then attached to its corresponding answer. In order to prevent answer modifications, reviewers access a completed survey in read-only state.
To display a survey in review mode, follow the steps below:
Populate form fields.
Assign an object with respondent answers toSurveyModel
'sdata
property.Set questions to read-only state.
Iterate through survey questions and enable theirreadOnly
property.Add comment fields.
CallPageModel
'saddNewQuestion(type, name)
method to add new questions of the"comment"
type.
For more information, view code listings for Angular, React, Vue, jQuery, or Knockout.