task_briefs
1 row where task = 60
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
60 | Build the tallest tower using potato products 60 | Create the highest tower using only these potato-based items. Your potato tower must be self-standing. Your potato tower must be built on the table. Your potato tower will be measured from the table top to the highest potato point. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );