10-29-2025, 01:21 PM
Hello all,
I have a question about how to properly set up an audiovisual stimulus in a two-alternative forced-choice task. Any help or guidance on this would be much appreciated!!
In simple terms, the stimulus will contain an audio signal, for example, the spoken word “Myth”, and a visual component that shows two response options, two words, for example “Miss” and “Myth” on the left and right side of the screen. The participant has to choose between the two displayed words to match the audio signal they heard. The way we have currently set this up allows two words on screen by creating this response option:
{
"type": "choice",
"choices": [
"S",
"T"
],
"key_mapping": [
"S",
"T"
],
"key_only": true,
"hint": true,
"target": "T",
"feedback": false,
"feedback_audio": false,
"instruction": ""
}
This will allow the participant to either press the “T” button on the keyboard for “Myth” or the “S” key for “Miss”. Here’s the problem: currently, on the screen there will be the two choices “S” and “T” shown. What we would like to do is to have the two WORDS displayed (Myth and Miss). The pairs of words change on every trial but always involves a choice between a T sound and an S sound. The issue is that this response setup is static and will always only display “S” and “T” as options, not the actual two words that will change on every trial. Is there a way to set up the response or stimulus in a way that dynamically accepts two words as the two options that correspond to the audio signal (which changes on every trial). Thank you, and apologies if this is a simple question with an obvious answer.
The stimulus setup is currently something like this:
{
"type": "audio",
"content": "myth.wav",
"barrier": false,
"visible": false
}
I have a question about how to properly set up an audiovisual stimulus in a two-alternative forced-choice task. Any help or guidance on this would be much appreciated!!
In simple terms, the stimulus will contain an audio signal, for example, the spoken word “Myth”, and a visual component that shows two response options, two words, for example “Miss” and “Myth” on the left and right side of the screen. The participant has to choose between the two displayed words to match the audio signal they heard. The way we have currently set this up allows two words on screen by creating this response option:
{
"type": "choice",
"choices": [
"S",
"T"
],
"key_mapping": [
"S",
"T"
],
"key_only": true,
"hint": true,
"target": "T",
"feedback": false,
"feedback_audio": false,
"instruction": ""
}
This will allow the participant to either press the “T” button on the keyboard for “Myth” or the “S” key for “Miss”. Here’s the problem: currently, on the screen there will be the two choices “S” and “T” shown. What we would like to do is to have the two WORDS displayed (Myth and Miss). The pairs of words change on every trial but always involves a choice between a T sound and an S sound. The issue is that this response setup is static and will always only display “S” and “T” as options, not the actual two words that will change on every trial. Is there a way to set up the response or stimulus in a way that dynamically accepts two words as the two options that correspond to the audio signal (which changes on every trial). Thank you, and apologies if this is a simple question with an obvious answer.
The stimulus setup is currently something like this:
{
"type": "audio",
"content": "myth.wav",
"barrier": false,
"visible": false
}

