task_briefs
1 row where task = 131
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
131 | Identify the contents of the sleeping bag 131 | Work out what is in the sleeping bag. You may not look in the sleeping bag. You may not take items out of the sleeping bag. You have five 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 );