task_briefs
1 row where task = 326
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
326 | Sneak up on Alex 326 | Alex is on the bridge in the distance with lights on his head. Get as close as you can to Alex without him noticing you. Alex will duck down the wall for 10 seconds, then pop up for 10 seconds, then duck down for 10 seconds and so on until he notices you. The task starts when Alex first ducks down behind the wall, in one minute from now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );