By carmen0101 - 5/24/2020
I would like to display a Likert scale from 1 to 50 but it keeps getting cut off on the right side and I can only show the (50) option if I put the range from 1 to 51 (and then the 51 button is now half chopped off).
I am unsure if this is affected by my default display settings - I would like to only display the buttons from 1 to 50.
<defaults> /minimumversion = "6.0.0.0" / canvasaspectratio = (4.5, 3) </defaults>
<likert angerlikert_WF_001> / numpoints = 51 / position = (50, 35) / fontstyle = ("Arial", 2%, false, false, false, false, 5, 1) / stimulusframes = [1 =text.0_scale, text.50_scale, WF_001_01, WF_001_25, WF_001_50, question] /ontrialend = [ values.rt = likert.angerlikert_WF_001.latency; values.likert_response=likert.angerlikert_WF_001.response; expressions.amplification_effect] / recorddata = true </likert>
|
|