TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 293

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
293 Place objects on the hanger without it falling 293 Taking it in turns, each team must dangle one of these items on the hanger. A different member of the team must dangle each time. Once you’ve touched one of the items you must dangle it, and you must dangle with 20 seconds of the previous dangler. The team who doesn’t cause the items on the hanger to fall wins.

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.135ms