Rating of Sounds on likert scale


Author
Message
abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Hi

Am designing experiment where people have to rate a sound. They can hear the sound as many times by clicking on sound icon. ( no problem in this script )

Then they have to rate it on likert scale on 3-4 dimensions.( I can use customlikert here )

But is it possible to have all of these-- i.e. sound icon to play the sound as well as three custom likert scales on one single page. Is there an alternate better way to do it.

Thanks


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
It would be possible, but you'd have to go to rather great lengths to set this up (i.e. you'd need some advanced /branching and response validation logic, etc.). Not sure if this qualifies as "better". If you absolutely want to go down that route, let me know and I'll try to get you started with a bit of example code.

abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
thanks, Dropped the idea of complex coding.

Following code is working fine for me. Except some problems which I am not able to rectify . Please help in that.

<likert standard>

/ anchors = [1=" Very Strongly Agree";2="Strongly agree"; 3=" Neutral / Cant Say" ;4="Strongly disagree"; 5=" Very Strongly disagree"]

/ stimulusframes = [1 = question, sound; 100= sound; ]

/ color =(0,134,139)

/ fontstyle = ("Arial", 2%)

/ beginresponseframe = 1

/ recorddata = true

/ response = free

/ screencolor= (0,134,139)

/ numpoints=5

/ position = (50, 55)

</likert>

<text question>

/ items = question

/ select = noreplace

/ fontstyle = ("Arial", 2%)

/ txbgcolor = (0,134,139)

/ screencolor= (0,134,139)

/ position = (50%, 35%)

/ fontstyle = ("Arial", 18pt, false, false, false,false, 5)

</text>

<item question>

  /1 = "How doyou feel about this question ?"

 </item>

<block likert>

/ trials = [1= standard]

/ skip = [dropdown.agreement.response == "I do NOTagree to participate in this study"]

/ skip = [dropdown.areyou.response == "No"]

/ skip = [dropdown.areyou1.response == "No"]

/ screencolor = (0,134,139)

/ responsemode = correct

/ recorddata = true

</block>


Problems are -

Sound is heard twice. But I can only see the questions but not the anchors. So I cant respond unless I hear the sound twice. How I can i make the question and anchors to appear at the first screen along with sound.


How can I make the sound play continuously till the time subject responds


I am not able to change the colour around the anchors. Its still white. I want it to (0,134,139). How to do it. I tried to change the colour everywhere but it doesn't work


Thanks



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
> Sound is heard twice.

/ stimulusframes = [1 = question, sound; 100= sound;]

Because you are playing it twice.

> But I can only see the questions but not the anchors.

That's the expected default behavior. See the documentation for /beginresponsetime or /beginresponseframe for details:

"The beginresponsetime attribute is useful for tasks that allow subjects to respond as stimuli are presented on the screen. By default, Inquisit recognizes responses that occur after the stimulus presentation sequence, and responses given during the presentation are ignored."

> How can I make the sound play continuously till the time subject responds

Use the <video> element to play the sound file and set its /loop attribute to true.

> I am not able to change the colour around the anchors. Its still white. I want it to (0,134,139). How to do it.

You cannot change it.



abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Thanks Dave

Served my purpose.Working fine.

Following is my script ( for someone who is designing similar kind of thing )

<likert standard1>

/ anchors = [1="Strongly Disagree";4="Neutral/Can't Say"; 7="Strongly Agree"]

/ stimulusframes = [1 = sequence (sound ); 100= sequence (sound );200=sequence (sound);300=sequence (sound );400=sequence (sound );500=sequence (sound);600=sequence (sound )

;700=sequence (sound );800=sequence (sound );900=sequence (sound);1000=sequence (sound )]

/ anchorwidth = 130

/ fontstyle = ("Arial", 2%)

/ beginresponseframe = 1

/ recorddata = true

/ response = free

/ numpoints=7

/ position = (50, 55)

</likert>

<text question1>

/ items = question1

/ fontstyle = ("Arial", 2%)

/ txbgcolor = (0,134,139)

/ position = (50%, 35%)

/ fontstyle = ("Arial", 18pt, false, false, false,false, 5)

</text>

<item question1>

  /1 = "Thissound makes me feel important"

 </item>

<block likert1>

/ trials = [1-30= standard1]

/ bgstim = (question1)

/ skip = [dropdown.agreement.response == "I do NOTagree to participate in this study"]

/ skip = [dropdown.areyou.response == "No"]

/ skip = [dropdown.areyou1.response == "No"]

/ screencolor = (0,134,139)

/ responsemode = correct

/ recorddata = true

</block>



GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search