Upper left layout text
Jaap MurreIf you are a registered user and signed in, you can here copy this script and its stimuli to your own account, where you can edit it and change it in any way you want.
It is absolutely free to register (no credit card info asked!). You can then instantly copy this experiment with one click and edit it, change its accompanying texts, its landing page, stimuli, etc. Invite your colleagues, friends, or students to check out your experiment. There is no limit on how many people can do your experiment, even with a free account.
The catch? There is no catch! Just keep in mind that with a free account, you cannot collect data. For teaching that is usually not a problem. For research, prepaid data collection (unlimited subjects) starts as low as €10.00 for a 10-day period.
var b = addblock(10,10,80,80,"cornsilk"),
bStyle = b.node.firstChild.firstChild.style; // Gets the style object of the block
b.align('left'); // alligns text to the left; standard NeuroTask Scripting function
bStyle.verticalAlign = "top"; // alligns text to the top; using CSS3
bStyle.padding = '3%'; // space around the text; adjust to your needs
b.text("Title
Here, I am assuming you will have a very long text, which you would like to start in the upper left corner underneath the title all the way on top.",60);
console.log("Node",b.node.firstChild);
awaitkey('ESCAPE');