Loggers do not log all responses
Hi there, I'm sure this is a very silly problem but my logger does not log the responses for each loop - but in a weird way. Specifically, it correctly logs the response time for Targets, but only logs one keyboard response (probably the last one of the loop?) for q1, q2 and q3.
I tried and copy-paste a linked logger earlier in the loop but it wouldn't pass OSWeb's compatibility check.
I'm attaching the experiment file as well, in case it's needed. The rest of the exp seems to be working out fine, except for the last sketchpad/response (colore), again because I do not know where to put the logger.
Any ideas?
Comments
It didn't attach it, so here it is!
Nevermind, I solved it by using a single sequence per loop, I don't know why I created separate sequences for stories to read and questions to answer in the first place.
Thanks anyway and sorry If you've read this far!