TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 326

✎ View and edit SQL

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

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 4.77ms