Group: Forum Members
Posts: 8,
Visits: 34
|
Hello:) I'm in the final stages of my experiment, but I have a problem with my instructions, they are just not shown, neither the preinstructions nor the /bgstim nor the postinstructions. Can someone please help me what I have to change in my script?
#Overall settings: <defaults> /fontstyle = ("Verdana", 1.8%) /screencolor = (245,245,245) /txbgcolor = (245,245,245) /txcolor = (0, 0, 0) /minimumversion = "3.0.0.0" </defaults> <instruct> /nextlabel = "Weiter" /prevlabel = "Zurück" /nextkey = (" ") /screencolor = (245,245,245) /txcolor = (0, 0, 0) /windowsize = (1200, 800) </instruct>
#######Experiment########
<expt main_A> /subjects = (1 of 2) /groupassignment = random /blocks = [1=intro_A; 2=practice_A; 3=experiment_A; 4=scale_cm; 5=demographics; 6=Versuchspersonenstunden] /postinstructions = (end) </expt>
<block intro_A> / preinstructions = (welcome, instructions_A) </block>
<block practice_A> / trials = [1-3=replace(priming_words_practice)] /bgstim = (A_l, A_r) /postinstructions = (practice_end) </block>
<text A_l> /items = ("vertrauenswürdig") /hjustify = left /width = 300 /height = 200 /position = (30%, 40%) </text>
<text A_r> /items = ("nicht vertrauenswürdig") /hjustify = right /width = 300 /height = 200 /position = (70%, 40%) </text>
<page welcome> ^Herzlich Willkommen! .... ^^^^^^^^^^ Weiter geht es (immer) mit der Leertaste. </page>
<page instructions_A> ^In jedem Einzeldurchgang wird Ihnen in der Mitte des Bildschirms ein Wort präsentiert. ... ^^^^Hinweis: ^^^^ Weiter geht es (immer) mit der Leertaste. </page>
|