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

Add support to define score #49

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

This PR adds support for adding scores to a questionnaire. The score is calculated from a single survey response by the given score formula. The variables used in the formula are mapped to the question ids. Currently only ordinal scale questions can have the id set, since you can only do arithmetic operations on those.