TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 691

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
691 Get this feather into the bath 691 Get this feather into the bath. You must not touch the feather, and the feather must not touch the ground. After the feather has left its cushion, it must not touch a single thing for more than five seconds in total. The cushion must not leave the lab. If you make any mistake at all, Alex will blow his whistle, and you must start all over again. Fastest wins. Finally, you must not say any words at any point from now on. Your time starts 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.949ms