task_briefs
1 row where task = 570
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
570 | Sit on the red chair in the secret tower 570 | Sit on the red chair in the secret tower. You may only step on circles on your way. You may only stand on each circle once, unless it is black. You may stand on a black circle twice, but never twice in a row. Also you must put this task in the shredder within the first minute. If you fail for any reason, Alex will blow his whistle, return everything to its starting position, and you must start again. Fastest wins. Your time starts when Alex says your name. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );