Can't proceed to next page after NEXR button


Author
Message
carmen0101
carmen0101
Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)Associate Member (252 reputation)
Group: Forum Members
Posts: 20, Visits: 96
Hi Guys, 

I am struggling to show my end-practice page after my participants click the next button on a slider surveypage. I currently have a face stimuli up and then the slider but it wont proceed after that. I think there is something wrong with my coding for the surveypage section. I have tried nextlabel and finishlabel and other forum suggestions of putting in ITI parameters but have not succeed yet. Hoping for an experienced eye to point out what am I doing wrong!

<slider Angerscale>
/labels = ("Neutral (0)", "Strong (50)")
/range = (0, 50)
/ defaultresponse = 0
/ validresponse = (0,50)
/required = true
/slidersize = (80%, 80%)
/fontstyle = ("Arial", 3%, true, false, false, false, 5, 1)
/ responsefontstyle = ("Arial", 3%, false, false, false, false, 5, 1)
/ txcolor = black
</slider>

<surveypage Angerscale>
/ caption = "<%parameters.estimate_instructions%>"
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 10)
/ txcolor = black
/ questions = [1=slider.Angerscale]
/itemspacing = 0
/ showbackbutton = false
/showpagenumbers = false
/showquestionnumbers = false
/ navigationbuttonfontstyle = ("Arial", 2.5%, true, false, false, false, 5, 1)
/ ontrialend = [values.slider_response=slider.Angerscale.response; expressions.amplification_effect]
/recorddata = true
/branch = [trial.ITI]
</surveypage>

<trial practice>
/stimulusframes = [1=picture.practice]
/timeout = parameters.stimulusduration
/ recorddata = true
/ ontrialbegin = [values.stimulusitem=picture.practice.currentitem; values.actual_mean_anger=25]
/ branch = [return surveypage.Angerscale]
</trial>

<block practice>
/trials = [1=practice]
/postinstructions = (practiceend)
</block>


<page practiceend>
<h1>End of Practice</h1><hr>
You have reached the end of practice question. The actual task is about to begin.
<br><br>
The actual task is just like practice.
<br><br>
You will see some faces and then asked to estimate the average level of emotions shown by the faces.
To start the task, press the <SPACEBAR>.
</page>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search