task_briefs
1 row where task = 404
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
404 | Build a tower behind you using a mirror and litter pickers 404 | Looking at your mirror and facing forward at all times, build the highest tower of bricks on the table behind you. You must stay on your spot and use your litter pickers at all times. Highest tower after two minutes wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );