task_briefs
1 row where task = 65
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
65 | Put on gloves, eat a banana, put on a tie, and clap 65 | Put on a pair of food-handling gloves, eat a whole banana correctly, put on a tie and clap as many times as possible. All tasks must be completed in 100 seconds. Most claps 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 );