|
Post by emmies on Jan 19, 2021 16:55:23 GMT
Hello. I am making an online survey for my masters thesis and i am going to use the Multitasking experiment. My question to you is if there is a way to implement some sort of clock or timer in the "game" that shows how many seconds you have been spending doing the test. I have investigated the time.now command but im not sure how to make it visible to the user. Best regards, Emmie
|
|
|
Post by PsyToolkit on Jan 21, 2021 22:43:12 GMT
There is not option to show a continuously ticking clock. But you can show time passed so far at the beginning of each trial, if that is what you would want to do. Given that you want to do the multitasking experiment, I uploaded the experiment here. Note, I only did it so far for the "shape" task, but you can look at the code and try to understand it.
Trick is here as follows:
1) You need to set a timestamp for the beginning and the current time
2) The startTime timestamp should only be set once, so there is a bit of code to so.
Hopefully that helps. I think I might have spoken to your supervisor as well, unless it is a coincidence.
|
|