Choice_filter based on responses to previous select_one (yes/no) questions

Welcome on the ODK Community forum @kateanelson !
We're glad you're here. When you get a chance please take the time to introduce yourself in the dedicated topic :slight_smile:

You can achieve what you want to do with a appropriate choice_filter clause.
Here is an example :

Choice_filter_based_on_select_one_questions.xlsx (9,3 Ko)

The calculate (line 9) concatenates the products names selected in previous select_one questions.

In the choice_filter of the select_multiple question you just need to check whether the "used_products" variable contains the current option name.