Group: Forum Members
Posts: 4,
Visits: 9
|
Hi all -
I am attempting to change the font and size on my instructions page. Right now, it's very small and uncentered. I'd like the font to be centered and bigger. It seems though no matter what I change in the <text> block (see below) the changes don't appear when I run element. Below is the code, as well as my defaults:
<block pageinstruct1> / preinstructions = (instruct1,instruct2,instruct3) / response=correct </block>
<page instruct1> Welcome to the Circle Task! </page>
<page instruct2> In this task, there will be a circle that expands at different speeds on different color backgrounds. Your goal is to earn the most points by stopping the circle from reaching maximum size by pressing the space bar. </page>
<page instruct3> This is what a circle at maximum size looks like. </page>
<text> /items= (instruct1; instruct2; instruct3) / position = (50%, 50%) / txcolor = white / hAlign = center / vAlign = center / txbgcolor = transparent / fontStyle = ("Courier New",90in, false, false, false, false) </text>
<defaults> / canvasaspectratio = (4,3) / txbgcolor = transparent / txcolor = black / screencolor = white / inputdevice = keyboard / windowsize = (95%, 95%) </defaults>
output file <data> / columns = (date, time, subject, group, blockcode, blocknum, trialcode,trialNum,latency, script.elapsedTime, values.totalQuizCorrect) </data>
|