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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, points, rank

id ▲ task contestant PO base ± points rank episode series team location
1105 Throw eggs onto a shelf 235 Alice Levine 33 0 1   1 5 16 76    
1106 Throw eggs onto a shelf 235 Asim Chaudhry 34 0 2   2 4 19 77    
1107 Throw eggs onto a shelf 235 Liza Tarbuck 35 0 5   5 1 25 103    
1108 Throw eggs onto a shelf 235 Russell Howard 36 0 4   4 2= 21 93    
1109 Throw eggs onto a shelf 235 Tim Vine 37 0 4   4 2= 26 87    

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