This app is a quiz app based on Google Sheets.
I searched by question name, but there’s a problem I couldn’t solve. After the user clicks an option, the options turn to a new color.. that’s working ok! . The problem is that after searching for the question, the colors of the options return to their original state, as if the user hadn’t answered the question! How can I solve this problem? I know it reloads the dynamic component, but how do you suggest a solution to this problem so that the colors still update if the user answer a specific question without reloading basic colors?
Great, thank you . I didn’t expect it to be easy. You’re a professional. I always struggle with local variables and was looking for a quick solution because I wanted the project ready this week.
can you explain what is the role of adding vertical arrangement visible = false .. before if block.
Thank you so much.
Yes, exactly, more specifically, in each loop we hide the verticalArrangement corresponding to number (va1, va2, va3, …), and if the text in the textbox is contained in its title, we make it visible.