Hello bubble team !
I’m working on a project to create sports programs. To do this, I’ve made questionnaires so that users can answer questions. There would be several sports and therefore a standard questionnaire for each sport. I created a table (type) per sport with a “question” field and put all the questions for the sport in question in it.
I made another one to store the answers, called “Answers”. I added a “question” field to link to my “question” table. The problem is that I don’t know how to save my users’ answers so that they appear in the “answers” table. And I’d also like the answers to be linked to the corresponding question.
That was a long explanation sorry.