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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, series, team

id ▲ task contestant PO base ± points rank episode series team location
1901 Bring a classic board game to life 397 David Baddiel 48 2= 3   3 1= 10 51 D+J  
1902 Bring a classic board game to life 397 Ed Gamble 49 1= 3   3 1= 13 65 EK+R  
1903 Bring a classic board game to life 397 Jo Brand 50 2= 3   3 1= 9 51 D+J  
1904 Bring a classic board game to life 397 Katy Wix 51 1= 3   3 1= 6 59 EK+R  
1905 Bring a classic board game to life 397 Rose Matafeo 52 1= 3   3 1= 8 60 EK+R  

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