I've read many articles about skip logic, branch logic, and display logic but can't find anything that fits my needs.
I would like a block to end when the respondent gets 4 consecutive questions wrong.
How do I make this happen?
Solved
Skip after consecutive wrong answers
Best answer by ElieD
Hi moz
Just set an embedded data at the beginning of your survey to keep a counter of wrong responses.
After each response, you can increment or reset this counter.
Before each response, ad a branch logic if your counter has reach your limit.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

JS for each question:
Regardless of consecutive incorrect responses the survey advances to the next block. Any help would be appreciated!