Proceeding according to user input
Hi everyone,
I've been developing a test which collects responses from participants using checkboxes and text input.
It has 4 levels (sequences), each level having 3 sublevels (3 sequences within per sequence). For each sublevel, the participant needs to tick 2 checkboxes and input 2 words in 2 different text input widgets.
If a participant succeeds in one sublevel (ticking the right checkboxes and providing the right 2 words in any order), s/he should directly go to the next level. And this is where I struggle as I'm not very competent in Python. I've tried certain loops, functions without success so far.
How can I make it so that the remaining sublevels are skipped once a participant successfully completes one of the sublevels in the levels?
Thanks in advance,
Comments
Ok, apparently the problem was that I didn't assign a different variable for each text input item. The problem has been solved.