Hi,
I am building a Quiz app. It will have 2 sections (Listening and Reading). The App will have 2 screens (Listening and Reading). I am using the same table for the Quizzes but when I add a filter to filter out specific Quizzes the changes won’t happen independently from each other. Whatever I do it applies to both Screens.
Use a custom action, “show new screen” when type is “Listening” and another “show new screen” when type is “Reading”.
An alternative is using the same details screen, but use containers for each of the set of components for each type, and then show/hide the containers based on the type being “Listening” or “Reading”.
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.