Audio and Photo stimuli with text response


Author
Message
veera1997
veera1997
Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)
Group: Forum Members
Posts: 8, Visits: 27
Hi!

Thank you so much for your help. I got it to work (tried with one audio+pic+textbox), but now I don't know what I've done since I can't get it to work again.


<block strat1>
/ trials = [1-3=sequence(playaudio, getresponse)]
</block>

<trial OliviaWilson1>
/ stimulusframes = [1=Olivia_Wilson, OliviaWilson001]
/ validresponse = (0)
/ trialduration = 7000
</trial>

<openended getresponse1>
/ stimulusframes = [1=Olivia_Wilson]
/ size = (60%, 40%)
/ position = (50%, 90%)
</openended>


<picture OliviaWilson>
/ items = ("Olivia_Wilson.jpg")
/ erase = false
/ position = (50%, 30%)
/ size = (20%, 20%)
</picture>


<video audio>
/ items = audioitems
/ playthrough = true
/select=sequence
</video>

<item audioitems>
/ 1 = "OliviaWilson001 (online-audio-converter.com).mp3"
/ 2 = "OliviaWilson002 (online-audio-converter.com).mp3"
/ 3 = "OliviaWilson003 (online-audio-converter.com).mp3"
</item>



Is there something wrong with the script? It keeps saying trial 1 is unassigned and "Could not locate element 'playaudio'. "
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
veera1997 - 7/5/2021
Dave - 7/5/2021
veera1997 - 7/5/2021
Hi!

I'm trying to create an experiment that loosely imitates a conversation. I'd like to have photo stimuli that has audio playing silmuntaneously. After that I'd like to insert a textbox for the participants to reply and then have another audio + photo, then another textbox etc. I've tried to look through the tutorials but I'm not sure what to do. Does anyone have any tips?

Thanks in advance :)

Use a <trial> displaying a <picture> and <video> element to display the image and sound simultaneously. Follow that up with an <openended> trial for the textbox input. Repeat until done.

Thanks so much for the quick reply!! Sorry, I'm still really new to inquisit, how does the script go for that?

Veera

<block example>
/ trials = [1-4=sequence(playaudio,getresponse)]
</block>

<trial playaudio>
/ stimulusframes = [1=pic, audio]
/ validresponse = (0)
/ trialduration = 100
</trial>

<openended getresponse>
/ stimulusframes = [1=pic]
/ size = (60%, 40%)
/ position = (50%, 90%)
</openended>

<picture pic>
/ items = ("face.jpg")
/ erase = false
/ position = (50%, 30%)
/ size = (20%, 20%)
</picture>

<video audio>
/ items = audioitems
/ playthrough = true
/ select = sequence
</video>

<item audioitems>
/ 1 = "audio01.mp3"
/ 2 = "audio02.mp3"
/ 3 = "audio03.mp3"
/ 4 = "audio04.mp3"
</item>

veera1997
veera1997
Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)
Group: Forum Members
Posts: 8, Visits: 27
Dave - 7/5/2021
veera1997 - 7/5/2021
Hi!

I'm trying to create an experiment that loosely imitates a conversation. I'd like to have photo stimuli that has audio playing silmuntaneously. After that I'd like to insert a textbox for the participants to reply and then have another audio + photo, then another textbox etc. I've tried to look through the tutorials but I'm not sure what to do. Does anyone have any tips?

Thanks in advance :)

Use a <trial> displaying a <picture> and <video> element to display the image and sound simultaneously. Follow that up with an <openended> trial for the textbox input. Repeat until done.

Thanks so much for the quick reply!! Sorry, I'm still really new to inquisit, how does the script go for that?

Veera
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
veera1997 - 7/5/2021
Hi!

I'm trying to create an experiment that loosely imitates a conversation. I'd like to have photo stimuli that has audio playing silmuntaneously. After that I'd like to insert a textbox for the participants to reply and then have another audio + photo, then another textbox etc. I've tried to look through the tutorials but I'm not sure what to do. Does anyone have any tips?

Thanks in advance :)

Use a <trial> displaying a <picture> and <video> element to display the image and sound simultaneously. Follow that up with an <openended> trial for the textbox input. Repeat until done.
veera1997
veera1997
Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)Associate Member (128 reputation)
Group: Forum Members
Posts: 8, Visits: 27
Hi!

I'm trying to create an experiment that loosely imitates a conversation. I'd like to have photo stimuli that has audio playing silmuntaneously. After that I'd like to insert a textbox for the participants to reply and then have another audio + photo, then another textbox etc. I've tried to look through the tutorials but I'm not sure what to do. Does anyone have any tips?

Thanks in advance :)
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search