Types of stimuli and their presentation
The stimuli are added immediately after the screen
command using the stimulus
keyword which is followed by 1 or more files with a stimuli. The stimuli can be classed by their file format:
mp3
andwav
represent sound stimuli. A test screen will feature a button allowing playback of the given file.stimulus(controls) 1.wav
will add a further control elements enabling to set the volume and to change the position in the playback of the file.stimulus(waveform) 1.wav
will present a sound signál and control elements (volume control and position in the file).Square brackets can contain the start and stop times in miliseconds and can define the onset and ending moments of the audio playback
stimulus 1.wav [200,500]
.
mp4
files represent video stimuli (picture with a sound). The screen with a video stimuli will be displayed as a frame with playback control buttonspng
,jpg
represent image stimuli. They are displayed as a freame with a picture.
Example:
Last updated