tnells
About
- Username
- tnells
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Hi Michif, Thanks so much for your prompt response. I've been looking on OpenSesame's website to figure out how to print a variable or determine its type and have not found documentation on that. Do you have suggestions of where to start with that?…
-
Traceback: File "C:\Program Files\OpenSesame\lib\site-packages\libopensesame\inline_script.py", line 102, in run self.experiment.python_workspace._exec(self.crun) File "C:\Program Files\OpenSesame\lib\site-packages\libopensesame\…
-
from openexp.canvas import canvasfrom openexp.keyboard import keyboard#settingstimeout1 = var.tar_present_time #target presentation durationtimeout2 = var.keyboard2_time #fixation canvas durationtimeout = timeout1 + timeout2ready_for_break = False…