task_briefs
1 row where task = 383
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
383 | Draw the second longest snake 383 | Draw the second-longest snake. You snake must be half-an-inch wide at all points. You snake must be neatly curled up again after three minutes. There is a bonus point for the best snake. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );