Dear all,
As part of a bigger App I am trying to implement in Bubble a “feedback questionnaire”:
You have a list of sentences and you need to rate your agreement with every statement from -2 (Strongly disagree) to +2 (Strongly agree)
Moreover, I would like to keep track of the number of people that have provided feedback on every statement and the final score of that statement.
In order to do so, I have created:
- A data type called “Criteria” and a page called “Criteria_repository” that contains a repeating group displaying all Criterias (their title, descrpition, number of votes and score)
- Two buttons in the the page “Criteria_repository”, one called “Create criteria” only visible for users with read access and one called “Give feed-back” visible for everyone.
- When you click on “Give feed-back” you are taken to a page called “Feed-back_giving” where there is a repeating group with all the Criteria and a dropdown per cell where you can vote -2, -1, 0, +1 or +2.
- My problem is: I have tried to create a workflow that makes a change to the Current cell’s Criteria by adding the value of the dropdown to the Current cell’s Criteria’s score, however I get an error message.
I have three questions:
-
Do you know where the error message is coming from?
(I thing that the problem is that the dropdown is considered text and therefore it cannot be added to the score, which is a number) -
If my assumption is right:
Do you know how to change the dropdown value to numbers? -
Can you think of any other way to allow the people to rate the sentences?
The link to my App is:
Thanks in advance for your help!!!