I have an app with an inline list containing numbered sets of questions for students. These sets are sorted and grouped by day (1,2,3, etc). Each day has multiple sets of questions below it. I want each day’s questions only to be visible as that day of the course arrives.
I have done this with a boolean column in the table that lists each question set (each set contains multiple questions). I can use this as a swtich to hide / make visible via the filter condition in options for the inline list item in the screen design. I have to do is keep selecting / unselecting the relevant sets in the boolean column.
This works but it would be more convenient if I had one switch / control to make ALL the sets for one day either visible or invisible. It would be much faster to then toggle many sets of questions on and off depending on where we are in the course.
Do you know how I can do this?
Thanks
Paul