task_briefs
1 row where task = 168
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
168 | Greg says... 168 | Stand on one leg for the longest while playing a game of “Greg says, Alex says”. Your raised foot must remain above the balloon at all times and must not touch any other item. Last person to pop their balloon 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 );