Hello. I am basically trying to make a quiz application. I created a table with questions row and answer rows.
Then, I attached these data to the related components in my layout.
My aim is when a user click to a button to see second question, the “Questions” component’s Text and buttons’ Titles change. As you can see my second question and it’s answers are on the second table. Maybe my construction is wrong but I am trying. Could you help me how can I construct the table better or how to change component’s data getting from another row please?