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
〃

24 rows where team = 34

✎ 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
3505 Build a bridge over the red green for this potato 723 Jenny Eclair 100 1= 3   3 2= 9 25 JK+M  
3506 Build a bridge over the red green for this potato 723 Kiell Smith-Bynoe 101 1= 3   3 2= 13 28 JK+M  
3507 Build a bridge over the red green for this potato 723 Mae Martin 102 1= 3   3 2= 8 27 JK+M  
3535 Perform a slow-motion fight scene 729 Jenny Eclair 100 1= 4   4 2= 16 47 JK+M  
3536 Perform a slow-motion fight scene 729 Kiell Smith-Bynoe 101 1= 4   4 2= 8 37 JK+M  
3537 Perform a slow-motion fight scene 729 Mae Martin 102 1= 4   4 2= 11 46 JK+M  
3585 Salvage the most spoons 739 Jenny Eclair 100 1= 5   5 1= 12 78 JK+M  
3586 Salvage the most spoons 739 Kiell Smith-Bynoe 101 1= 5   5 1= 15 66 JK+M  
3587 Salvage the most spoons 739 Mae Martin 102 1= 5   5 1= 18 77 JK+M  
3590 Stuff your team-mate's waders 740 Jenny Eclair 100 0 10   10 1= 22 88 JK+M  
3591 Stuff your team-mate's waders 740 Kiell Smith-Bynoe 101 0 10   10 1= 25 76 JK+M  
3592 Stuff your team-mate's waders 740 Mae Martin 102 0 10   10 1= 28 87 JK+M  
3630 Free yourselves and have a team hug 748 Jenny Eclair 100 1= 5   5 1= 8 103 JK+M  
3631 Free yourselves and have a team hug 748 Kiell Smith-Bynoe 101 1= 5   5 1= 10 98 JK+M  
3632 Free yourselves and have a team hug 748 Mae Martin 102 1= 5   5 1= 6 114 JK+M  
3665 Use the scratching post to remove balls from your suit 755 Jenny Eclair 100 0 5   5 1= 16 122 JK+M  
3666 Use the scratching post to remove balls from your suit 755 Kiell Smith-Bynoe 101 0 5   5 1= 20 128 JK+M  
3667 Use the scratching post to remove balls from your suit 755 Mae Martin 102 0 5   5 1= 18 141 JK+M  
3675 Make these things the same colour 757 Jenny Eclair 100 1= 5   5 1= 9 131 JK+M  
3676 Make these things the same colour 757 Kiell Smith-Bynoe 101 1= 5   5 1= 10 138 JK+M  
3677 Make these things the same colour 757 Mae Martin 102 1= 5   5 1= 9 150 JK+M  
3710 Perform a lullaby for a profession 764 Jenny Eclair 100 2= 5   5 1= 13 147 JK+M  
3711 Perform a lullaby for a profession 764 Kiell Smith-Bynoe 101 2= 5   5 1= 9 158 JK+M  
3712 Perform a lullaby for a profession 764 Mae Martin 102 2= 5   5 1= 18 174 JK+M  

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