TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 570

✎ View and edit SQL

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

CSV options:

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