Group: Forum Members
Posts: 5,
Visits: 44
|
Thank you so much! I've attempted to use that in my script, however, I think I'm missing something as I expected that if I responded with '1' on my likert scale, there would be a second presentation of sound with the adjusted volume. However, this doesn't happen. Why is this?
<sound example> / items = ("M:\My Documents\A1 LJMU Psychology Studies\PhD Autonomic Correlates Of Listening Effort\INQUISIT Trials\PureTone 250Hz 20Db.wav") </sound> <likert ListeningQu> / stimulusframes = [1= example] / anchors = [1="I can hear", 2="Barely audiable", 3="I can not hear anything"] / position = (50, 80) / ontrialend=[if (likert.ListeningQu.response == "1") sound.example.volume = sound.example = -100] </likert> <block AgeGender> / trials = [1=WelcomeMsgTrial; 2=AgeTrial; 3=GenderTrial; 4=HITrial; 5=ListeningInstructions; 6=ListeningQu] </block>
|