task_briefs
1 row where task = 98
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
98 | Make the most fruit juice 98 | Make the most juice. You must pick one fruit and one tool. If you pick the same tool as someone else, you must juice blindfolded. If you pick the same fruit as someone else, you must juice one-handed. If you pick the same fruit and tool as someone else, you must juice blindfolded, one-handed, and bouncing up and down. You have one minute. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );