task_briefs
1 row where task = 668
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
668 | Make the Taskmaster say your words 668 | Make the Taskmaster say your words. Each team will ask one question at a time, and each question must be made up of exactly six words. Also, each team member must take it in turns to say two words of each question. First to make the Taskmaster say your word 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 );