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
〃

16 rows where team = 33

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
3503 Build a bridge over the red green for this potato 723 Frankie Boyle 98 2= 5   5 1= 13 25 F+I  
3504 Build a bridge over the red green for this potato 723 Ivo Graham 99 2= 5   5 1= 13 22 F+I  
3533 Perform a slow-motion fight scene 729 Frankie Boyle 98 2= 5   5 1= 13 41 F+I  
3534 Perform a slow-motion fight scene 729 Ivo Graham 99 2= 5   5 1= 16 42 F+I  
3583 Salvage the most spoons 739 Frankie Boyle 98 2=
DQ
  0   13 69 F+I  
3584 Salvage the most spoons 739 Ivo Graham 99 2=
DQ
  0   9 63 F+I  
3588 Stuff your team-mate's waders 740 Frankie Boyle 98 0 0   0   13 69 F+I  
3589 Stuff your team-mate's waders 740 Ivo Graham 99 0 0   0   9 63 F+I  
3628 Free yourselves and have a team hug 748 Frankie Boyle 98 2= 2   2 2= 11 98 F+I  
3629 Free yourselves and have a team hug 748 Ivo Graham 99 2= 2   2 2= 11 88 F+I  
3663 Use the scratching post to remove balls from your suit 755 Frankie Boyle 98 0 3   3 2= 16 120 F+I  
3664 Use the scratching post to remove balls from your suit 755 Ivo Graham 99 0 3   3 2= 12 103 F+I  
3673 Make these things the same colour 757 Frankie Boyle 98 2= 5   5 1= 9 129 F+I  
3674 Make these things the same colour 757 Ivo Graham 99 2= 5   5 1= 7 110 F+I  
3708 Perform a lullaby for a profession 764 Frankie Boyle 98 1= 4   4 2= 10 150 F+I  
3709 Perform a lullaby for a profession 764 Ivo Graham 99 1= 4   4 2= 12 131 F+I  

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