task_briefs
1 row where task = 422
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
422 | Inflate, tie, and pop the most balloons 422 | Inflate, tie and pop as many balloons as possible in 10 minutes. Once you pop your first balloon, you may not inflate any more balloons. If any of your balloons are still inflated after 10 minutes you are disqualified. Most popped balloons wins. Also, you may not look at a clock or any sort of timing device at any point. 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 );