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

✎ 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
1986 Horse or laminator? 414 David Baddiel 48 3 0   0   14 89    
1987 Horse or laminator? 414 Ed Gamble 49 2 1   1 3= 17 118    
1988 Horse or laminator? 414 Jo Brand 50 5 13   13 1 22 115    
1989 Horse or laminator? 414 Katy Wix 51 1 5   5 2 24 117    
1990 Horse or laminator? 414 Rose Matafeo 52 4 1   1 3= 11 113    

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