TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 383

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
383 Draw the second longest snake 383 Draw the second-longest snake. You snake must be half-an-inch wide at all points. You snake must be neatly curled up again after three minutes. There is a bonus point for the best snake.

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 1365.14ms