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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, points, rank, series, team

id ▲ task contestant PO base ± points rank episode series team location
3378 Guess the length of the extendible item 698 Dara Ó Briain 88 0 2   2 2= 9 142 DF+J  
3379 Guess the length of the extendible item 698 Fern Brady 89 0 2   2 2= 12 113 DF+J  
3380 Guess the length of the extendible item 698 John Kearns 90 0 2   2 2= 6 113 DF+J  
3381 Guess the length of the extendible item 698 Munya Chawawa 91 0 3   3 1= 21 118 M+S  
3382 Guess the length of the extendible item 698 Sarah Millican 92 0 3   3 1= 17 141 M+S  

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.667ms