task_briefs
1 row where task = 765
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
765 | Standing in ice, or not standing in ice? 765 | Convince the Taskmaster that your feet are not in ice when they are in ice, or that your feet aren't in ice when they are in ice. You must keep your feet either in ice, or not in ice, for 30 seconds before the Taskmaster makes his judgment. If the Taskmaster is correct, you are disqualified. Last player standing 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 );