Easier way to define if else condition

I am making a quiz where players will have to meet certain condition to win, however, if one condition is met and the others are not, the game will not be able to continue on. Is there a way i can program it to only if the 2 statements are true and the rest are false? As of now i am doing it manually but there are too many options and it’s alot to program it this way.

Binary scoring?
Turn on a bit for a corresponding TRUE condition.
The sum of the turned on bits have a unique value.
Are there more conditions than these seven? Coffee, water, condensed milk, ice, milk, sugar, evaporated milk.

Can you describe what conditions must be met in order to continue?
Can you share a remixable link?

1 Like

Hi,

Did you see the Quiz Panel ?