Hi, so my survey flow is - survey goes to employee, employee fills out and submits, submitted response goes to Supervisor to make any edits, and when Supervisor makes any changes to the employee's response then the survey should go back again to Employee but only the changes that the Supervisor made should be visible.
How do I do that? I've the flow until Supervisor making any changes but not sure how to send only the changed portions to Employee again? Help pls. Thanks.
I was thinking -- is there any way like when Supervisor completes the edit, add a flag to the URL and pass it to the Employee and then manipulate the flag in the url, when the employee views the survey to show only the edits... just thinking out loud..
Solved
Survey flow and display logic
Best answer by Mishraji
Username_taken - The issue with not displaying certain questions during the survey retake is that questions that are not displayed are cleared of previous selections, i.e., it is marked as not answered. So when the employee retakes the survey, the hidden questions will be marked as not answered.
You can still use javascript to hide a question (The question is still on the page, all we do is make the entire page opaque. ) However, this again will hide all questions on the entire page and hence will impact other questions on that page as well.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.