Group: Forum Members
Posts: 6,
Visits: 29
|
Hello all,
I need help with programming a text above an opendended window.
People shall copy this text. I've already created a syntaxt and the window, people can write in, but I'm not able to create a text on the same page and at the same time, they shall copy.
Can anybody help me?
<expt> /blocks = [1 = PSE ] / preinstructions = (intro) </expt> <block PSE> /trials = [1 = story] </block> <page intro> Lieber Teilnehmer, im Folgenden erhalten Sie einen Text, den Sie bitte so schnell wie möglich, aber auch ohne Fehler abschreiben. Sie haben 3 Minuten Zeit, so viel wie möglich abzutippen. (Sollten Sie den Textabschnitt fehlerlos abgeschrieben haben, bestätigen Sie dies bitte mit der Leertaste. Es erscheint dann ein weiterer Abschreibetext. Arbeiten Sie bitte so schnell wie möglich, jedoch auch fehlerfrei. Viel Erfolg. </page> <instruct> / nextkey = (" ") / fontstyle = ("Courier New", 2%, false, false, false, false, 5, 1) / windowsize = (70%, 70%) / txcolor = (255, 255, 255) / screencolor = (0, 0, 0) </instruct> <openended story> / stimulusframes = [1 = story] / linelength = 80 /numlines = 25 / charlimit = 20000 / position = (50, 85) / numlines = 20 / linelength = 50 /responseframe = 1 / responseinterrupt = immediate / mouse = true / buttonlabel = " " /multiline = true </openended>
Kind regards,
Sikeller
|