I have a question.
Now, I want to present instructions for 2 condition.
I wrote following script.
<expt >
/ onexptbegin = [values.expcondition = 1]
/ onexptbegin = [values.format1 = "青色"; values.format2 = "黄色"]
/ subjects = (1 of 2)
......
......
</expt>
<expt >
/ onexptbegin = [values.expcondition = 2]
/ onexptbegin = [values.format2 = "青色"; values.format1 = "黄色"]
/ subjects = (2 of 2)
......
......
</expt>
<item instructions>
/1 ="以下の課題は、横か縦どちらかの画像で呈示されます。
~n~n これからしていただく課題では:
~n* もし <%values.format1%> の枠線で囲まれた写真が提示されたらレバーを引いてください。
~n * もし <%values.format2%> の枠線で囲まれた写真が提示されたらレバーを押してください。
</item>
My plan is that I make format1 = blue, and format2 = yellow.
I want to know the script.