task_briefs
1 row where task = 222
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
222 | Catch the most socks 222 | Catch the most socks and put them in your laundry basket. You must stare straight forward throughout the task. You must not touch any pants. You must not move the laundry basket. If you drop a sock, you cannot pick it up. Every time you touch some pants, you lose a sock. Most socks wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );