Hi tammo, thanks for your answer.
I have worked in the past with the on-premise version that allowed me to manipulate directly the DB. Not pretending that here (security issues of course), but having the DB structure in mind It would be nice to be able to automatize as many tasks you do by hand in the platform as possible by having get/set/add/remove functions for the different items in a survey. I mean something like:
For groups
- getAllGroups(sid), getGroup(sid,gid), addGroup(sid, ...params), setGroup(sid,gid, ...params), removeGroup(sid,gid)
For questions and subquestions (in DB they are treated equally)
- getAllQuestions(sid,gid), getQuestion(sid,gid,qid), addQuestion(sid,gid,parent_qid, ...params), setQuestion(sid,gid,qid, ...params), removeQuestion(sid,gid,qid)
For answer options
- getAnswers(sid,gid,qid), addAnswer(sid,gid,qid, ...params), setAnswer(qid,code,...params), removeAnswer(qid,code)
Looking forward to seeing new updates and contributing if possible!
The topic has been locked.