task_briefs
1 row where task = 362
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
362 | Answer the questions, pull the strings; do not release the green egg 362 | Do not release the green egg. Each team will be asked a question in turn. If you pull the string with the correct answer you will not release the green egg. A different member of your team must answer each time. You must pull a string within 30 seconds. The team that doesn’t release the green egg 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 );