Group: Administrators
Posts: 13K,
Visits: 104K
|
Re. #1: Yes. Do it exactly as in the IAT (see the tutorials in the documentation). Set up <text> elements displaying the rating dimensions, position them as needed, display them via a <block>'s /bgstim attribute or the respective <trial>'s /stimulustimes or -frames.
Use <trial> elements instead of <likert>, use their /validresponse attributes to define the left and right arrow keys on your keyboard as response options. See the "Keyboard Scan Codes" topic in the documentation as well as Tools -> Keyboard Scancodes... for the values you need to enter.
<trial sometrial> ... / validresponse = (203, 205) ... </trial>
Re. #2: Use the <block> elements' respective /pre- and /postinstructions attributes.
<block someblock> / preinstructions = (someblockinstructions) ... </block>
|