Hi all,
I’m very new to Bubble and struggle with a Quiz project.
A quick intro: I’m trying to create a multiple choice quizz, capture the user answers ( the text of the answer and the associated letter or number of points), then use the info to identify which “profile” the user has based on his/her responses.
The issue I’m currently facing is that, when a user answers my quiz, I only managed to store the answer text in my database and struggle to store the associated letter to the response.
This is how my database is built:
This is my current workflow: but with this, the “selected letter” field gives me the entire list of associated letters and not just 1.
ChatGpt gave me the following tip to fix the entire list showing, but I don’t have the “index of” field: Current cell’s Questions’s Associated Letters :item # (Current cell’s Questions’s Answer Options :index of RadioButtons A’s value)
Can anyone please help me with this ?
Thank you !!