JKellogg
About
- Username
- JKellogg
- Joined
- Visits
- 37
- Last Active
- Roles
- Member
Comments
-
This worked, thank you!
-
I've solved this problem! Aside from adding the following to an inline script before the loop: var.count_trial_sequence = 0 I also found I need to add the following to an inline script within the loop: count_trial_sequence = count_trial_sequence …
-
Hi, I am trying to break a training loop after a set number of trials as described in this thread. If I add the following to an inline script at the start of the experiment: var.count_trial_sequence = 0 And the following to "Break if" i…
-
Hi @Fab, I was able to figure this out, thank you!
-
Hi @Fab, I believe I've found a solution to this issue, by using nested loops, and running the new sequence on an "[acc] < 75" conditional!
-
Hi @Fab, thank you for these instructions. I've decided to approach this in a more simple way, by having participants repeat the same block of word identifications until they reach 75% accuracy. I have attached a sample to show what I'm trying to …
-
I was able to get this to work perfectly, thank you!
-
Hi @Fab, this worked, thank you! I'm able to get the sound to play correctly for its duration using the inline script with time.sleep.
-
Thank you, @eduard and @Fab for the help -- I've been able to get the experiment to work! I added an inline script before the trial sequence with the following code (also taken in part from this page): from openexp.sampler import sampler src = exp…
-
I have been trying to implement the method suggested above by @eduard for embedding the audio file in the block_sequence_2 before the Ocean_sounds sequence, so it stays active throughout the trials. I'm not quite sure, however, how to make the tria…
-
Hi @eduard and @Fab, thank you so much for your replies -- I was away for a few days and was not able to respond. I will try to implement these strategies and will return here if they don't work. Thank you again! And yes, to answer @eduard's quest…
-
Hi, I am trying to build an experiment in Open Sesame, and this forum comes the closest to achieving what I'm trying to do. I want to have a sound file which plays across multiple responses without being interrupted. When I follow the instructions…
-
Hi, I have been looking around for some advice on how to build an experiment, and this forum comes the closest to achieving what I want. I'm still running into a problem, however, and was hoping for some clarification. I believe I want to do someth…