Hello,
We're building a Quiz-style app. All the questions are defined in a SharePoint list. We can loop trough them in our app.
Now some questions need to be hidden from the Quiz because they are not relevant to the contester. (Say the contester works in Engineering, he doesn't need to answer questions related to Finance, etc).
Now, how should we approach this? I think the goal is to create a collection with only the relevant questions, but I'm not sure how to do it.
Many thanks for whoever can solve this riddle.