I have a quiz where I want to show a message when the user replies to all the questions correctly, and another message when the answers are not all correct.
Using the existing conditions, I can show a question based on conditions to hide when a wrong answer is selected, so it works to show a message when all questions are answered correctly.
But I can't create a question to show when the user didn't reply to all the good answers because we can't set the conditional operator. Could you either
1. let us choose if the condition hides or shows the question (instead of only hide by default)
2. or let us choose if the conditional operator of the conditions is OR or AND?