How to continue after Likert questions?


Author
Message
tomeek
tomeek
Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)Associate Member (256 reputation)
Group: Forum Members
Posts: 6, Visits: 1

Hi, I have this:



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


            Items


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


<item nervousquestions>


    /1 =     "Jak bardzo obrzydza Cię poniższe stwierdzenie?"


    /2 =     "Jak bardzo obrzydza Cię poniższe stwierdzenie?"


    /3 =     "Jak bardzo obrzydza Cię poniższe stwierdzenie?"


</item>



<item stories>


    /1 =     "Widzisz osobę, która polewa ketchupem lody waniliowe i je zjada."


    /2 =     "Masz zamiar wypić szklankę mleka, kiedy wyczuwasz, że jest zepsute."


    /3 =     "Widzisz larwy na kawałku mięsa na zewnątrz w koszu na śmieci."


</item>


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


            text


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


<text rsq_stories>


/items = stories


/ txbgcolor =  = (238, 238, 233)


/ fontstyle = ("calibri", 3.5%, true, false, false, false, 5, 0)


/ size = (75%,30%)


/ vjustify = center


/ position = (50%, 20%)


</text>


<text rsq_nervousquestions >


/ items = nervousquestions


/ position = (50%,65%)


/ size = (90%,10%)


/ fontstyle = ("calibri", 3.5%, true, false, false, false, 5, 0)


</text>



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


            likert options


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


<likert rsq_nervouslikert>


/ anchors = [1 = "w ogóle"; 2 = "lekko" 3 = "bardzo"]


/ anchorwidth = 100


/ mouse= true


/ numpoints = 3


/ position = (50%,80%)


/ fontstyle = ("calibri", 2.5%, true, false, false, false, 5, 0)


/ stimulusframes = [1 = rsq_stories, rsq_nervousquestions]


/ showmousecursor = true


</likert>


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


            Blocks


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


<block rsq>


/ trials = [1-3=noreplace(rsq_nervouslikert)]


</block>


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


            EXPT


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


<expt rsq>


/ blocks = [1 = rsq]


</expt>




and I would like to go after that to this:



-------------------------------------------------------------------------------------------------------------


------------------------------------------------BLOK------------------------------------------------------


-------------------------------------------------------------------------------------------------------------



<expressions>


/ size = 100%*(trial.drawbar.responsey/display.height)


/ vpos = 1px*trial.drawbar.responsey


</expressions>



<picture bar>


/ items = ("bar.bmp")


/ size = (expressions.size, expressions.size)


/ hposition = 50%


/ vposition = expressions.vpos


/ erase = false


</picture>



<shape blank>


/ shape = rectangle


/ size = (100%, 100%)


/ color = white


/ erase = false


</shape>



<trial drawbar>


/ stimulusframes = [1=blank, bar]


/ inputdevice = mousekey


/ validresponse = (mousemove)


/ branch = [trial.drawbar]


/ numframes = 1


/ recorddata = true


</trial>



<block myblock>


/ trials = [1=drawbar]


</block>




but program closing itself after Likert :/ 


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
tomeek - 12 Years Ago
Dave - 12 Years Ago
tomeek - 12 Years Ago
                 Now I have this here:


<page intro1>
...
tomeek - 12 Years Ago
Dave - 12 Years Ago
                         <page end>
^^KONIEC BADANIA.^^^
Dziekuje za udzial...
tomeek - 12 Years Ago
                             [quote]/ stop = ????[/quote]
/ stop = [picture.bar.vposition==0]...
Dave - 12 Years Ago
                                 Why when I set ==100 than it doesn't work on the bottom?
tomeek - 12 Years Ago
                                     Because that's not the bottom of the screen.
Add
<text...
Dave - 12 Years Ago
                                         Nothing changed. It still works like before. Even when I changing...
tomeek - 12 Years Ago
                                             If you do it right, it'll work just fine. You need to (a) consider...
Dave - 12 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search