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
〃

5 rows where task = 740

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, points, team

id ▲ task contestant PO base ± points rank episode series team location
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  
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  

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