Closed DevPhilB closed 4 years ago
The implementation works and looks good. The survey editor still can be scrolled to the right with a touch pad. But this is a minor problem.
The only things that aren't working are multiple choice polls. Even if the check boxes are displayed correctly, only one answer is submitted [...].
This should be fixed before the branch is merged into development.
Of course, this was fixed with 79db2fdf42b9368cb390b3c8e2b12ad9cd3888f2:
I have added also a check for duplicate answers.
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;