Running Audio simultaneously with Sketchpads
I'm having trouble getting my audio files (I've tried both .ogg and .wav) to play while simultaneously pulling up a sketchpad. I'm doing this in order to provide audio/visual instructions for participants who cannot read.
Here is OS script behind the controls:
set flush_keyboard yes
set end_after_item ""
set duration 7000
set description "Run items simultaneously"
run instructions_A_audio end=0 runif=always start=0
run instructions_A_fixdot end=100 runif=always start=100
run instructions_A_neutral end=2000 runif=always start=2000
run instructions_A_left end=3500 runif=always start=3500
run instructions_A_right end=4750 runif=always start=4750
run Ready_A end=6000 runif=always start=6000
Any tips are HIGHLY appreciated!
Dominique
Comments
Hi Dominique,
I'm a little confused why the visual instruction is necessary if your participants can't read? It would be easier if you just gave oral ones (maybe even yourself, rather than a recording).
In way, the easiest solution is using a sequence of
sketchpads andsamplers (see attached scaffold experiment). Thesketchpads have a duration of 0, the sampler have a duration of how long you want to present thesketchpads. Have as many pairs ofsketchpadandsampleras you have separate instruction and you're set.Does that make sense?
Eudard