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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series

id ▲ task contestant PO base ± points rank episode series team location
2959 The best night-time thing 613 Ardal O'Hanlon 78 2 5   5 1 5 41    
2960 The best night-time thing 613 Bridget Christie 79 5 4   4 2 4 61    
2961 The best night-time thing 613 Chris Ramsey 80 4 2   2 4 2 56    
2962 The best night-time thing 613 Judi Love 81 1 1   1 5 1 41    
2963 The best night-time thing 613 Sophie Duker 82 3 3   3 3 3 50    

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