TdlM / taskmaster

Menu
  • Make shortlink

tasks

Table actions
  • Toggle column notes
location
Note that this is specifically the location of the task brief (except in cases of the Knappett being involved), which is generally but not always where the bulk of a task took place.
std
1 for "standard" tasks (those having five judged attempts), 0 otherwise
YT
Click to open an in-page player seeked to the beginning of the task (including the transition for filmed tasks). Right-click/long-tap to skip the first ten seconds.

6 rows where episode = 117

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: points, std, tags (array)

id ▲ series episode summary tags location points std TMI YT
652 CoC II -4 The Alpine Darling. 117 Look the most like a champion in the Taskmaster titles 👤🎞️🎨⚫📄💡 doorstep   ➚ ▶
653 CoC II -4 The Alpine Darling. 117 The thing that makes everyone go, "Wow, that really is the greatest thing." 👤🎁🎨⚖️📄💡 seats 15 ✓ ➚ ▶
654 CoC II -4 The Alpine Darling. 117 Feed yourself a grape in the most elaborate way 👤🎞️🎨⚖️📄💡 lounge 16 ✓ ➚ ▶
655 CoC II -4 The Alpine Darling. 117 Create a wonderful seaside photo cut-out board 👤🎞️🎨⚖️📄💡🖋️ patio 15 ✓ ➚ ▶
656 CoC II -4 The Alpine Darling. 117 Get the duck into the pond 👤🎞️🧠💪🎯📄💡 gate 15 ✓ ➚ ▶
657 CoC II -4 The Alpine Darling. 117 Suitcase full of bricks, or suitcase full of balloons? 👤🎪🧠💪📣🎯📄🧬👑🗿 stage 5 ✓ ➚ ▶

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tasks (
   id       INTEGER PRIMARY KEY,
   series   INTEGER REFERENCES series(id),
   episode  INTEGER REFERENCES episodes(id),
   summary  TEXT,
   tags     TEXT,
   location INTEGER REFERENCES special_locations(id),
   points   INTEGER,
   std      INTEGER,
   TMI      INTEGER,
   YT       TEXT
);
Powered by Datasette · Queries took 12.709ms