task_briefs
1 row where task = 446
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
446 | Draw an object on a rotating canvas 446 | Draw a picture of the object on your card. You may not speak or communicate with your teammates in any way. You must stay on your spot and not move the canvas or turntable. You may not start drawing until the whistle blows. First team to guess their object wins. Each teammate scores two points for every correct guess. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );