TdlM / taskmaster

Menu
  • Make shortlink

attempts

Table actions
  • Toggle column notes
PO (presentation order)
the order in which the contestant's prize, VT, work of art, or live attempt was presented; 0 for simultaneous (most live tasks)
± (adjustment)
any alteration (bonus or deduction) applied to the attempt's base score
episode
the contestant's cumulative episode score after this task
series
〃

9 rows where team = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, contestant, PO, base, points, rank, episode

id ▲ task contestant PO base ± points rank episode series team location
243 See no potato, hear no potato, speak no potato 53 Doc Brown 8 1= 0   0   9 36 DJ+K  
244 See no potato, hear no potato, speak no potato 53 Joe Wilkinson 9 1= 0   0   13 34 DJ+K  
246 See no potato, hear no potato, speak no potato 53 Katherine Ryan 11 1= 0   0   15 51 DJ+K  
273 Construct something for the Taskmaster 59 Doc Brown 8 1= 4   4 1= 13 61 DJ+K  
274 Construct something for the Taskmaster 59 Joe Wilkinson 9 1= 4   4 1= 12 58 DJ+K  
276 Construct something for the Taskmaster 59 Katherine Ryan 11 1= 4   4 1= 15 81 DJ+K  
293 Create a stop-motion film starring a potato 63 Doc Brown 8 2= 2   2 2= 4 70 DJ+K  
294 Create a stop-motion film starring a potato 63 Joe Wilkinson 9 2= 2   2 2= 8 66 DJ+K  
296 Create a stop-motion film starring a potato 63 Katherine Ryan 11 2= 2   2 2= 9 90 DJ+K  

Advanced export

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

CSV options:

CREATE TABLE attempts (
   id         INTEGER PRIMARY KEY,
   task       INTEGER REFERENCES tasks(id),
   contestant INTEGER REFERENCES people(id),
   PO         TEXT,
   base       INTEGER,
   adjustment INTEGER,
   points     INTEGER,
   rank       TEXT,
   episode    INTEGER,
   series     INTEGER,
   team       INTEGER REFERENCES teams(id),
   location   INTEGER REFERENCES special_locations(id)
);
Powered by Datasette · Queries took 20.574ms