task_briefs
1 row where task = 47
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
47 | Order a pizza without using certain words 47 | Order the following pizza for the Taskmaster: an extra large vegetarian pizza with pepperoni and bacon, without tomato and cheese. You may not use the following words: extra; large; vegetarian; pizza; pepperoni; bacon; tomato; cheese. You get a bonus point if you can make the pizza person say the word “bubbles”. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );