Thank you DenisChenu,
Works! But is it possible to let this "script" count dynamically each time the participant chosses another item? So, that the participants can always see how many answers need to be checked to fullfill the question requirements.
By now it is a little bit confusing that the system tells the participants, that there is no answer chosen until the participant clicks on "next".
Another possibility can be, that this "calculation" only applies after the participant has submitted, but did not the requirements of the question. I tried it with this code and entered the variable "{count(that.Q1)}" in the help-field:
Code:
.hide-tip .good {display: none;}
.hide-tip .error {display: none;}
.input-error .hide-tip .error {display: block;}
But nothing changed to the tip/help, it always applied.