Filtering by repetition and question
You can combine repetition and question filtering on a loop to ask a subset of questions for certain repetitions only; for example, about the number of portions of fruit and salads eaten at the weekend:
TimesEaten[..].QuestionFilter = "Saturday, Sunday"
TimesEaten.QuestionFilter = "Fruit, Salads" TimesEaten.Ask()
See also