Task with four steps: 1. Agents move forward with constant speed (each agent has a different speed and starting point) 2. Agent stops if a neighbour reaches the end (assuming there is an order with one agent on the left and one on the right) 3. Agent's speed changes so that speed at step `n` is speed at step `n-1` +/- some random number 4. Agent stops if any of the other agents reaches the end (not just neighbours) Notes * For example study "assignment" see: https://github.com/the-gamma/thegamma-publications/tree/master/vlhcc-2022/supplement/study Todos - [x] TP - figure out ethics approval - [x] TP - ask Clemens about the best interview method - [x] TB - write task instructions (see above for example) - [x] TB - try to create a solution in Excel - [x] TB - turn questionnaire into google form or something (and move experience questions to later sections)
Task with four steps:
nis speed at stepn-1+/- some random numberNotes
Todos