task_briefs
1 row where task = 312
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
312 | Put the largest numeric value of money in the floating bowl 312 | Put the most money in the small bowl. You may not touch the small bowl. The small bowl must not sink. Also, you must say your own name at least once every 30 seconds. You have five minutes. The money in the small bowl with the highest total of numerical value wins. 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 );