random item selection in the subsequent trials!


Author
Message
zeynep
zeynep
Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)Esteemed Member (1.8K reputation)
Group: Forum Members
Posts: 14, Visits: 1

Hi there,


I have a emotion scale in my experiment and I need to present this for several times depending on the condition. Therefore I created the script below. Everything works in the way I want except one thing. The emotion items are selected "noreplace" only for the first time the scale is presented. In the subsequent sclaes it selects randonly but with replacement. So, it can display two times the same emotion (e.g. excited). Could you help me to eliminate this problem?


***************EMOTION SCALE****************


*******items*********


<item emotion>
/1="happy"
/2="tense"
/3="excited"
/4="pleased"
/5="alarmed"
/6="bored"
/7="satisfied"
/8="afraid"
/9="relaxed"
/10="angry"
/11="sad"
</item>



<item question>
/1="How do you feel right now? Please indicate by using the 5 point scale"
</item>


*******texts*********


<text emo_question>
/items=question
/vjustify = center
/position = (50%, 20%)
/fontstyle = ("Arial", 3%, false, false, false, false, 5, 0)
</text>


<text emotion>
/items=emotion
/ position = (50%,65%)
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 0)
/ select = noreplace
</text>



******likert options********
<likert emolikert>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = emo_question, emotion]
/showmousecursor = true
</likert>


<likert emolikert1>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert1.trialcount < 10) likert.emolikert1]
/branch = [if (likert.emolikert1.trialcount >= 10)trial.init]
/showmousecursor = true
</likert>


<likert emolikert1a>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert1a.trialcount < 10) likert.emolikert1a]
/branch = [if (likert.emolikert1a.trialcount >= 10)trial.init1]
/showmousecursor = true
</likert>


<likert emolikert1b>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert1b.trialcount < 10) likert.emolikert1b]
/branch = [if (likert.emolikert1b.trialcount >= 10)trial.init2]
/showmousecursor = true
</likert>


<likert emolikert2>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert2.trialcount < 10) likert.emolikert2]
/branch = [if (likert.emolikert2.trialcount >= 10)trial.init]
/showmousecursor = true
</likert>


<likert emolikert2a>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert2a.trialcount < 10) likert.emolikert2a]
/branch = [if (likert.emolikert2a.trialcount >= 10)trial.init1]
/showmousecursor = true
</likert>


<likert emolikert2b>
/anchors=[1="very slightly/not at all"; 2="a little"; 3="moderately"; 4="quite a bit"; 5="very much"]
/position= (50%, 80%)
/mouse= true
/fontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/stimulusframes = [1 = blank2, emo_question, emotion]
/branch = [if (likert.emolikert2b.trialcount < 10) likert.emolikert2b]
/branch = [if (likert.emolikert2b.trialcount >= 10)trial.init2]
/showmousecursor = true
</likert>


************************************************************************************************************



thanks,


Zeynep.


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search