task_briefs
1 row where task = 566
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
566 | Pop the most balloons 566 | Pop the most balloons. You may pop between one and 10 balloons each turn. If you pop one of the five bad balloons, you are disqualified. The eventual winner gets 10 actual points. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );