TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 310

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
310 Bob, pat, kneel, stew, or wane 310 Bob when you hear the surname of a famous Bob. Pat when you hear the surname of a famous Pat. Kneel when you hear the surname of a famous Neil. Stew when you hear the surname of a famous Stew. Wane when you hear the surname of a famous Wayne. If you do an incorrect action of fail to do any action within 10 seconds of hearing the name you are disqualified. Last person correctly bobbing, patting, kneeling, stewing or waning 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.789ms