Do you need to create 100+ surveys? You could use the token table and only create one survey if you store the title/school name in any of the attributes and give the survey the ttile: {TOKEN:ATTRIBUTE_1}
ok i could try to figure out that.
How am i able to filter out the answers for one teacher then.
and or do that without the need for authentication.
at the moment its very low entry for the students.
They will get a shorten url that will give them a limesurvey survey. i can export the results from that survey to excell .
( no auth needed as i can stop the survey after that morning)
with only one survey for all teachers/ children how am i to filter out that one teacher ?
and how will i be able to stop surveys from being send to me . Otherwise i need 2700+ auth keys and set up distribution to get it to them.
Alot more complicated then just import 100+ surveys.
Sounds like you want to create one ID for each teacher with lots of uses, so lets say 100 kids can answer token "abc123" belonging to teacher X, they have the unique survey link
www.myLS.com/...../token/abc123
, wouldn't that solve your problem?
If the surveys are exactly the same, except for the teacher to rate, then I really would try the approach deusdeorum gives you.
However, all results will be in the same database. the question is how will you analyse data.
What I would do is to export the results with the token attribute that defines the Teacher (the name of the teacher can als be piped into the survey, e.g. "How would you rate your teacher {insertteachernamehere}?". When you export the results including this token attribute, you can filter the responses in Excel easily.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.