Hi,
I would like to have one trial where audio files are played, participants first have to judge whether the beat was on or off, and then give their subjective rating of their confidence of their answer - almost exactly the same as in the attached image.
I can of course program this as two successive trials, but I would like to stay as true to the original as possible.
Cheers,
Heidi
I've written the following trial, where sub_rating denotes the confidence question itself, and sr1-sr3 denotes the three "subjective" responses - i.e. I have everything I need, I just have to figure out how to collect responses from two different questions.
<trial off_beat>
/ stimulustimes = [0=clearscreen, remainingtrials, trialquestion, bgstim_audiosymbol, offbeat, response_offbeat, response_onbeat, sub_rating_txt, sr1, sr2, sr3]
/ validresponse = (response_offbeat, response_onbeat)
/ correctresponse = (response_offbeat)
/ inputdevice = mouse
/ posttrialpause = 1000
</trial>