task_briefs
1 row where task = 435
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
435 | Get the most balls of the same colour in your bucket using litter pickers 435 | Get the most balls in your bucket. At the end of the task, all the balls in your bucket must be the same colour as each other. You will lose five points for every different coloured ball in your bucket. You may only touch your litter pickers and you must stay on your spot at all times. You have 100 seconds. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );