rwth-acis / mobsos-surveys

A simple survey management service and Web application, being part of the MobSOS toolkit.
Other
7 stars 10 forks source link

optional dichotomous question #34

Open Navidda opened 3 years ago

Navidda commented 3 years ago

Summary

questions with type DichotomousQuestionPageType cannot be optional and a survey response cannot be submitted when skipping those questions

Details

Setting required attribute to false for other question types results in the question becoming optional, meaning that the user can skip that question when participating in the survey. However, for DichotomousQuestionPageType, the response is dropped (with no error message; see #33) when this question type is not answered

Reproduction

  1. Create a survey with Mensa questionnaire
  2. Submit a response with all questions answered except for question 1.2 (gender question)