Hello, for certain questions in my survey, I want to increment a counter by 1. The counter should be incremented if code is either -3 or -4 (Which are for ‘UNCLEAR RESPONSE’ and ‘USE ALTERNATE SCALE FOR THIS QUESTION’). I have tried a few ways to do this in Javascript but can’t figure this out . My other option is to increment after each of the questions, but I wanted to avoid breaking my questions up into so many blocks in survey flow.