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 = 6

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
343 Release Alex 73 Al Murray 13 2= 0   0   7 28 AD+P  
344 Release Alex 73 Dave Gorman 14 2= 0   0   8 21 AD+P  
345 Release Alex 73 Paul Chowdhry 15 2= 0   0   3 11 AD+P  
408 Create an impressive special effect 86 Al Murray 13 1= 3   3 1= 14 62 AD+P  
409 Create an impressive special effect 86 Dave Gorman 14 1= 3   3 1= 13 64 AD+P  
410 Create an impressive special effect 86 Paul Chowdhry 15 1= 3   3 1= 10 53 AD+P  
429 Play charades across a river 91 Al Murray 13 2= 5   5 1= 14 78 AD+P  
430 Play charades across a river 91 Dave Gorman 14 2= 5   5 1= 10 78 AD+P  
431 Play charades across a river 91 Paul Chowdhry 15 2= 5   5 1= 9 63 AD+P  

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.379ms