TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 514

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
514 Slap and tong 514 Grab the marshmallow with your tongs. When the Taskmaster says 'play', you have 10 seconds to grab the marshmallow. Once your tongs are over the table, you must attempt to grab the marshmallow. If you successfully grab the marshmallow, you win. Bat away the marshmallow. When the Taskmaster says 'play', you will have 10 seconds to bat away the marshmallow. Your hands may not be over the table until the other player's tongs are over the table. If your hand is over the table first, you are disqualified from the round. If you bat away the marshmallow, you win.

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