fladd
About
- Username
- fladd
- Joined
- Visits
- 174
- Last Active
- Roles
- Member, Moderator
Comments
-
Dear oriane_g26, If I understand you correctly, I would suggest to create 12 different trials and assign each trial a factor "ending", with 4 levels (http://docs.expyriment.org/expyriment.design.Trial.html#expyriment.design.Trial.set_fact…
-
Hi Kiri, I am afraid I don't entirely understand what you are trying to do. In general, there is only need to initialize Expyriment once, at the beginning of your script (see also: http://docs.expyriment.org/Tutorial.html). I also don't understand …
-
Dear Kiri, you can use the surface_size attribute of the stimulus to get an estimation of the width of your text stimulus, based on the underlying Pygame surface on which the text is presented on. This will work independently from the OS. However, …
-
Dear Chris, I am afraid you posted this into the wrong forum. This is the support forum for the Python Library Expyriment (http://www.expyriment.org). It seems to me that you are seeking help with OpenSesame (http://osdoc.cogsci.nl/), though. I wil…
-
Hi Chris, if with "touch response", you mean the TouchScreenButtonBox device, then you can find the documentation of it here: http://docs.expyriment.org/expyriment.io.TouchScreenButtonBox.html. Basically, you can create all your letter s…
-
Dear noanit, I assume you put each trial into a block with the expyriment.Block.add_trial method. When you later loop over the resulting list of trials for each block (e.g. exp.blocks[0].trials) you can omit the first 8 trials if you want. For exam…
-
Dear rrr, audio timing is certainly a difficult issue which depends on many factors. In my personal experience, even with professional audio equipment, special drivers, a highly optimised system and dedicated software (e.g. for music production), s…