ThijsNielen
About
- Username
- ThijsNielen
- Joined
- Visits
- 13
- Last Active
- Roles
- Member
Comments
-
N.B. without the break inserted everything is running fine, so I'm pretty sure its the break.
-
Hi Edwin, Unfortunately I run into another problem. The inline script works fine in the practice and experimental trials, until I add a break. I have a simple text display followed by a keyboard response (space in this case) as a break option that …
-
That explains a lot, thanks! I added an inline_script item and it worked out fine. One comment about your script (to avoid error messages): "preptime - self.time() - exp.prepstart" should be "preptime = self.time() - exp.prepstart&q…
-
Hi Edwin, Thanks for your quick response. I already applied the quick and dirty solution in one of the experiments, which works out fine. However, for the other one I would like to use the Super Timing. I understand the logic in the script and wou…