multiple questions with single-/multiple choice(s)
can be created (questions can also be deleted at any index)
Validation of title, questions and choices
API for surveys (create, get=entries/results, update=submit)
Fixes:
User can vote multiple times if they press F5 or reload the board (#253 )
To check if post & survey was created use the following SQL statement:
SELECT * FROM "post" WHERE type_of_post = 'application/survey';SELECT * FROM "survey" LIMIT 1000;
Features:
Fixes:
To check if post & survey was created use the following SQL statement:
SELECT * FROM "post" WHERE type_of_post = 'application/survey';
SELECT * FROM "survey" LIMIT 1000;