|
57 | 57 |
|
58 | 58 | % Phase 2: Right box magical (det.; 5 trials); then left box (det.; 5 trials)
|
59 | 59 | clearpict(exp.buffer.message)
|
| 60 | +preparestring('Do you have any questions?', exp.buffer.message, 0, 250) |
| 61 | +drawpict(exp.buffer.message) |
| 62 | +wait(300); |
| 63 | +waitkeydown(inf) |
60 | 64 | preparestring('Sometimes, the magical box switches sides!', exp.buffer.message, 0, 200)
|
61 | 65 | preparestring('Try finding the magical box again!', exp.buffer.message, 0, 150)
|
62 | 66 | drawpict(exp.buffer.message)
|
|
89 | 93 |
|
90 | 94 | % Phase 3: Add stochastisity (identical to the true task)
|
91 | 95 | clearpict(exp.buffer.message)
|
| 96 | +preparestring('Do you have any questions?', exp.buffer.message, 0, 250) |
| 97 | +drawpict(exp.buffer.message) |
| 98 | +wait(300); |
| 99 | +waitkeydown(inf) |
92 | 100 | preparestring('Sometimes, even the magical box does not have a coin.', exp.buffer.message, 0, 200)
|
93 | 101 | preparestring('This makes it harder to find it.', exp.buffer.message, 0, 150)
|
94 | 102 | preparestring('Can you still find the magical box?', exp.buffer.message, 0, 100)
|
|
121 | 129 |
|
122 | 130 | %% Instructions for the real task
|
123 | 131 | clearpict(exp.buffer.message)
|
| 132 | +preparestring('Do you have any questions?', exp.buffer.message, 0, 200) |
| 133 | +drawpict(exp.buffer.message) |
| 134 | +wait(300); |
| 135 | +waitkeydown(inf) |
124 | 136 | preparestring('Try your best to find as many coins as you can!', exp.buffer.message, 0, 100)
|
125 | 137 | drawpict(exp.buffer.message)
|
126 | 138 | wait(300);
|
|
0 commit comments