TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 429

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
429 Select the shortest breadstick 429 Pull the short breadstick. Taking it in turns, you must pull a breadstick out of the apron of the person next to you. Before each pull the breadstick’s bearer must point to one of their breadsticks, wink and say: “This is the short breadstick.” If you pull the short breadstick, that breadstick bearer is disqualified. Last remaining player wins. Winner takes all.

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