task_briefs
1 row where task = 127
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
127 | Score a goal with a shopping bag 127 | Score the best goal with this plastic bag. You may not handbag the bag. Fastest and fewest kicks wins. Most skilful goal gets a bonus point. There is a five second time penalty for every kick. Your time starts now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );