I am trying to create a student evaluation survey. Each faculty member will evaluate several students using an identical survey. I am currently passing several bits of embedded data via the URL - including the student name, which pre-fills the “student name” question. So each faculty member gets a list of URLs that they will use (one per student that they will review). The URL/survey is the same, however - just the query string differs for each one. I would like the faculty member to be able to work on one of those surveys and finish it later. It seems impossible given what I described, however, since the survey ID is the same (even though the query string varies).
Do I need a different personal invitation for each faculty/student pairing (ie: each faculty member receives several URLs - one for each student?). If so, I’m not sure how to approach doing that.
I also toyed with the idea of using Loop & Merge - asking them to select which students they are reviewing at the start of one big survey. That seems quite cumbersome for the respondent though - it may get confusing as they switch between students, with some reviews completed and others unfinished.
Any thoughts about the best way to approach this?
Thanks,
Rob