EJacobs
About
- Username
- EJacobs
- Joined
- Visits
- 61
- Last Active
- Roles
- Member
Comments
-
Thank you for your guidance @eduard! Just for clarification: is the staircase plugin also a possibility to create the adaptive task that I described? If so, could you provide some guidance on how to set the parameters? I can't seem to find any docu…
-
That helped, thank you! It is logging all off the keyboard responses now. However, the var.accuracy is still showing the responses as incorrect, because it is logging each keyboard response separately. For example, if the correct response is 12, the…
-
Hi Fabrice, I've worked on it a little bit more: I've used code and managed to make the nested loop break when 'return' is pressed and the participants are also able to see what they're typing, so this is solved. However, in the log file only the la…
-
I also have another question that is related to this. I want the participants to be able to see the answer that they're typing. Is this possible? If yes, how can I do this?
-
Hi Fabrice, Thank you for your help! I managed to create a nested loop, so I'm now able to type multiple keyboard responses. However, I'm still struggling with the code within the sequence to make sure all of the pressed keys are detected/registered…