Group: Forum Members
Posts: 19,
Visits: 97
|
I am writing a script for a web experiment, so it will be run on many different computers and screens. While testing, I noticed that the instructions (using preinstructions) are not displayed well on a bigger screen the one I usually work with. Is there a way to set the fontsize in a way that is dependent on the display size, so that it will always be displayed right?
my current settings: <instruct> / fontstyle = ("Calibri", 2.8%, true, false, false, false, 5, 1) / screencolor = (255, 255, 255) / nextkey = (" ") / nextlabel = " Press (Space) for next page" / prevlabel = "Press (Back) previous page" </instruct>
|