Different likert scales


Author
Message
Fabiana
Fabiana
Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)Partner Member (990 reputation)
Group: Forum Members
Posts: 12, Visits: 62
Hello,
I am trying to present different Likert scale, 8 to be specific, but every time I run the experiment it presents only one. Can you please help me to solve my problem? 

Here's the script:

<likert race_contact>
/buttonvalues = [1="0"; 2="1"; 3="2"; 4="3";5="4"; 6="5";7="6"]
/ anchors = [1="Very strongly disagree"; 7="Very strongly agree"]
/ stimulusframes = [1=race_contact1; 2=race_contact2; 3=race_contact3; 4=race_contact4; 5=race_contact5;
6=race_contact6; 7=race_contact7; 8=race_contact8]
/anchorwidth = 120
/inputdevice= mouse
/ mouse=true
/ numpoints=7
/ position= (50, 80)
</likert>

<block race>
/trials = [1= race_contact]
</block>

<text race_contact1>
/items = ("I know lots of Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact2>
/items = ("I interact with Caucasian people during recreational periods")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact3>
/items = ("I live or have lived in an area where I interact with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact4>
/items = ("I interact with Caucasian people on a daily basis")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact5>
/items = ("I socialize a lot with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact6>
/items = ("I went to a high scholl where I interacted with Caucasian students")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact7>
/items = ("I generally only interact with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact8>
/items = ("I have lived in a Western country where the predominant race is Caucasian")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>
 
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: 12K, Visits: 98K
Fabiana - Tuesday, May 7, 2019
Hello,
I am trying to present different Likert scale, 8 to be specific, but every time I run the experiment it presents only one. Can you please help me to solve my problem? 

Here's the script:

<likert race_contact>
/buttonvalues = [1="0"; 2="1"; 3="2"; 4="3";5="4"; 6="5";7="6"]
/ anchors = [1="Very strongly disagree"; 7="Very strongly agree"]
/ stimulusframes = [1=race_contact1; 2=race_contact2; 3=race_contact3; 4=race_contact4; 5=race_contact5;
6=race_contact6; 7=race_contact7; 8=race_contact8]
/anchorwidth = 120
/inputdevice= mouse
/ mouse=true
/ numpoints=7
/ position= (50, 80)
</likert>

<block race>
/trials = [1= race_contact]
</block>

<text race_contact1>
/items = ("I know lots of Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact2>
/items = ("I interact with Caucasian people during recreational periods")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact3>
/items = ("I live or have lived in an area where I interact with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact4>
/items = ("I interact with Caucasian people on a daily basis")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact5>
/items = ("I socialize a lot with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact6>
/items = ("I went to a high scholl where I interacted with Caucasian students")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact7>
/items = ("I generally only interact with Caucasian people")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>

<text race_contact8>
/items = ("I have lived in a Western country where the predominant race is Caucasian")
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
</text>
 

<likert race_contact>
/buttonvalues = [1="0"; 2="1"; 3="2"; 4="3";5="4"; 6="5";7="6"]
/ anchors = [1="Very strongly disagree"; 7="Very strongly agree"]
/ stimulusframes = [1=race_contact]
/anchorwidth = 120
/inputdevice= mouse
/ mouse=true
/ numpoints=7
/ position= (50, 80)
</likert>

<block race>
/trials = [1-8= race_contact]
</block>

<text race_contact>
/ items = race_contactquestions
/ fontstyle = ("Times New Roman", 2%, true, false, false, false, 5)
/ select = sequence
</text>

<item race_contactquestions>
/ 1 = "I know lots of Caucasian people"
/ 2 = "I interact with Caucasian people during recreational periods"
/ 3 = "I live or have lived in an area where I interact with Caucasian people"
/ 4 = "I interact with Caucasian people on a daily basis"
/ 5 = "I socialize a lot with Caucasian people"
/ 6 = "I went to a high scholl where I interacted with Caucasian students"
/ 7 = "I generally only interact with Caucasian people"
/ 8 = "I have lived in a Western country where the predominant race is Caucasian"
</item>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search