-
I found code on here to adapt the survey text plugin so that each trial could be timed using a I want my participants to have about 15s to answer a math problem before it goes onto the next one. They can earn up to one point per trial, but the amount of points should depend on the total time it takes them to respond according to this logistic function: 1 / (1 + 0.45 ^ (-x + 7500)) Where x is the Current Experiment Code:
Edited Survey-Text Plugin Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What about using the |
Beta Was this translation helpful? Give feedback.
What about using the
data.rt
parameter to measure how long it took them, and subtracting that from the total time available?