For highlight question types, I need to count the number of instances a category is used. I cannot find an option to set an embedded variable with the # instance where X category was highlighted.
Is there javascript to count instances? Or is there a way to count instances of a category with piping?
For example, you have a participant read a passage. Another person marks any instances where they read a word incorrectly. I want to be able to count the instances of ‘incorrects’. I can do this using regex and pivoting longer on the backend, but it would be better if there was a way to set the incorrect count in an embedded variable.
Thanks!
Kerry