Solved
How to freeze certain responses when retaking a survey?
Hi all,
I am building a survey that requires two people working on the same form. Currently I am using the Retake Survey method mentioned here https://qualtrics.com/community/discussion/1812/2-part-survey-that-needs-to-be-completed-by-different-people, and it's working well.
There's only one issue, can I stop the second survey taker from making any changes to the first survey taker's responses? And preferably, the second survey taker is still able to see the response. If I simply hide the first person's block from the second person, the responses in first block will be deleted after using the retake survey link.
For example, a teacher will grade a student's performance on a form, then a retake survey link will be sent to the student asking if he/she agrees. Obviously, the student can leave comments but shouldn't be able to change the teacher's response on the form.
Many thanks.
Best answer by PeeyushBansal
when you hide block responses will not be deleted.
You can also lock answers using script like:-
`Qualtrics.SurveyEngine.addOnload(function()
{
var y="${e://Field/flag1}";
if(y ==1)
{
document.getElementById("QR~QID1~1").disabled = true;
document.getElementById("QR~QID1~2").disabled = true;
document.getElementById("QR~QID1~3").disabled = true;
};`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
