Skip to main content
. Author manuscript; available in PMC: 2022 Nov 29.
Published in final edited form as: Proc SIGCHI Conf Hum Factor Comput Syst. 2022 Apr 29;2022:440. doi: 10.1145/3491102.3501886

Table 11:

Summary of stop criteria logic for each of the three goals.

Goal Stop criteria
Choose lean proteins [any(proteins) and none(ambiguously_fatty_protein)]
or
[none(proteins) and (n_food_items > 2) and asked_what_else]
Eat no more than 2 portions of carbs (30g) [any(carbs) and all(has_amount(carbs))]
or
[none(carbs) and (n_food_items > 2) and asked_what_else]
Make ½ my meal fruits and/or non-starchy vegetables [all(has_amount(fruit_veg)) and all(has_amount(non_fruit_veg))]
or
[none(fruit_veg) and (n_food_items > 2) and asked_what_else]
or
[none(non_fruit_veg) and (n_food_items > 2) and asked_what_else]