Millisecond Forums

Voicerecord

https://forums.millisecond.com/Topic16869.aspx

By Ester - 8/5/2015

Dear all,

I've got a question regarding the voicerecord property. In my experiment I want to record whole sentences read by the subjects.
Right now, the trial looks like this:

<text SzenarioKaren>
/items = (    "Als Karen Single war, sprach sie mit ihrer besten Freundin Anne, wenn sie Probleme hatte.
Jetzt, wo sie verheiratet ist, bespricht sie ihre Probleme lieber mit ihrem Ehemann.


Mit wem spricht Karen über Probleme?

Lesen Sie bitte nur den folgenden Satz vor, so dass Sie die gewünschte Bedeutung möglichst gut rüberbringen:")
/position = (50, 20)
</text>

<text SatzKaren>
/items = ("Karen spricht über Probleme mit ihrem Ehemann.")
/ fontstyle = ("Arial Rounded MT Bold", 2.4%, false, false, false, false, 5, 0)
/ txcolor = (0, 0, 0)
</text>

<trial Karen>
/stimulustimes = [0 = SzenarioKaren; 13000 = SatzKaren; 30000=SzenarioKaren, SatzKaren]
/inputdevice = voicerecord
/trialduration = 30000
/responsetime = 13000
/validresponse = (anyresponse)
/responseinterrupt = trial
/recorddata = true
</trial>

Now I've got the situation, that the subjects are feeling stressed by the trialduration of 30 seconds. Is there a possibility, that the subjects can read out the sentence and end the trial afterwards themselves, e.g. by pressing the spacebar?

Thanks a lot and best regards

Esther
By Dave - 8/5/2015

No. A <trial> can only have a single input modality (here: voicerecord), it cannot take input from several modalities (here: keyboard in addition to voicerecord).