- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
? You can not create a system without maintenance. It's impossible.1 - avoid creating anything requiring local maintenance
Seems totally unrelated to log here.3 - start with a list of classes: Term, University course ID (number), Faculty course ID (number), Course Name (50), Section ID, Instructor first/last names ; where Term is a date grouping like "Spring 2020". (Usually 300+ classes per term)
4 - foreach class a list of: students: first/last name, student email (usually 20+)
5 - email each student a questionaire with class id info (3 above) preloaded as the answer to a hidden question (I think, better idea??)
Contradiction …7- output basic stats for the class response and a csv file containing class responses and faculty wide averages (but blank out those where there are 3 or fewer responses)
8 - preserve anonymous response throughout
Then don't try to search how to do : explain what you want with clear sentence.1 - I don't have the skills or adequate knowledge of the code base to do it quickly; and,
See the previous 1 … and clerarly : a lot of things you put are totally unrelated to Survey …2 - I am inclined to think that adding the required functionality to the core product may be both easier and smarter - particularly with respect to maintenance.
1 - I know LS4 isn't really production ready, but don't much care. It does what I need doing and is better than 3 in many ways. The bugs I know of (particularly the fact that some things simply don't show on a debian/gnome/firefox system are incredibly frustrating and generally evil, but don't really amount to much once you figure them out - I've used expensive commercial software that's much worse for those kinds of undocumented "features."
2 - I'd very much like to talk with a developer about making something more people could easily use to deal with the survey problem I was looking at (rudy at winface dot com) - however, undoubted expertise aside, Denis isn't going to be the guy: between the obvious hostility and the mis-interpretation of everything I say, I can't see us working together on anything more difficult than "hello erde".
I have since gotten the requirement straight - but I'm still unclear on whether this is a plugin (with the implication that plugins extend existing functionality) or a wrapper (with the implication that wrappers provide better ways of using existing functionality ). Right now, I'm leaning toward wrapper and therefore to the idea that this belongs in the core package rather than in an add-on - would love to discuss it with someone knowledgeable.