task_briefs
1 row where task = 295
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
295 | Put 50 different things in the bin 295 | Put exactly 50 different things in this bin. Fastest wins. Your time stops when you say: “I’ve put exactly 50 different things in this bin.” Your time starts when Alex touches you on the shoulder. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );