task_briefs
1 row where task = 244
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
244 | Draw the contents of the box 244 | Draw a picture of the contents of this box. You may not open the box or look inside. Also, you get a bonus point if you can name the person represented by the contents of the box. You have 10 minutes. 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 );