Hi all,
I’ve just started playing around QRTEngine and I was wondering if there was any way to provide a respondent with the number of trials they got right at the end of the task.
I’ve used the Stroop version provided here for the basic experiment but unfortunately I can’t really figure out how to insert a sort of counter so that at the end of the task would display the respondent’s score (i.e. 75 out of 96).
I’ve checked the conditional stimuli tutorial, but I can’t really figure out how to insert a counter. I’ve thought of using something like if (‘StroopItem.[ACC]’==1) {….. a counter that would go up 1}, but unfortunately I’m fairly inexperienced at this and I’d appreciate a bit of help!
Thanks in advance!