[SOLVED] Exam - test for school

Hello community!
I’m creating a block of tests and exams for a school application. The idea is that every teacher in a school can create a test in their subject and propose to their students to pass it. The results should be available to students and parents in the parent’s cabinet of the app.
I created a screen where teachers can add questions and available answers for each question. Using the add row function, they create a table of Questions. After filtering it, I created a screen for students to open the tests and select the answers to the questions one by one. I record the responses in user-specific columns and eventually want to record the results in the Answers table. I have a problem at this stage.

RESOLVED! :blush:

1 Like

So can you tell us how you solved it?