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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO

id ▲ task contestant PO base ± points rank episode series team location
3248 Catch something 672 Dara Ó Briain 88 5 5   5 1 14 61    
3249 Catch something 672 Fern Brady 89 3 4   4 2 11 42    
3250 Catch something 672 John Kearns 90 1= 2   2 4 16 37    
3251 Catch something 672 Munya Chawawa 91 1= 1   1 5 8 43    
3252 Catch something 672 Sarah Millican 92 4 3   3 3 12 46    

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