Group: Forum Members
Posts: 5,
Visits: 25
|
Hi! Does anyone have any idea why, with my script below, it only allows 20 alphanumerical signs to be filled in (instead of 40)?
<text ParticipantID> /items= ("Welcome! Please enter your Prolific Participant ID to get started.") / hjustify=center / valign=center / size =(1200,750) / fontstyle=("Arial", 4%, false, false, false, false, 5, 0) </text>
<openended ParticipantID> / mask = alphanumeric / position= (50,50) / stimulusframes= [1=ParticipantID] / linelength= 40 / validresponse= (anyresponse) </openended>
<block ParticipantID> / trials = [1=ParticipantID] </block>
|