I’m trying to make a multiple choice quiz game and it’s working except for the conditionals on the answers.
I have a custom state on the repeating group text called “answer selected” and it’s a yes/no. It works as intended in that it’s switched to yes when a user selects an answer, changes the font color, and stops the user from changing to a new answer.
The problem is I can’t access that custom state from the host’s pov when they move the game on to the next question. The cell that the user selected on the previous round remains highlighted and jams everything up.
It seems clear from my investigation so far that I can’t affect that custom state from elsewhere on the app through bubble’s natives functions but is there a workaround to get the same effect? ie. have the first answer selected be final and then reset when the next question is up?