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
〃

10 rows where team = 17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, contestant, PO, base, points, rank, episode, series

id ▲ task contestant PO base ± points rank episode series team location
1851 Say the word ‘demeaning’ 387 David Baddiel 48 1= 3   3 2= 9 23 D+J  
1853 Say the word ‘demeaning’ 387 Jo Brand 50 1= 3   3 2= 10 22 D+J  
1901 Bring a classic board game to life 397 David Baddiel 48 2= 3   3 1= 10 51 D+J  
1903 Bring a classic board game to life 397 Jo Brand 50 2= 3   3 1= 9 51 D+J  
1931 Get to know a person who alternately tells the truth, lies, and brags 403 David Baddiel 48 1= 2   2 2= 10 63 D+J  
1933 Get to know a person who alternately tells the truth, lies, and brags 403 Jo Brand 50 1= 2 1 3 2= 16 74 D+J  
2006 Supply a soundtrack for a film 418 David Baddiel 48 2= 2   2 2= 7 96 D+J  
2008 Supply a soundtrack for a film 418 Jo Brand 50 2= 2   2 2= 12 127 D+J  
2051 Make a cup of tea 427 David Baddiel 48 1= 5   5 1= 10 128 D+J  
2053 Make a cup of tea 427 Jo Brand 50 1= 5   5 1= 10 154 D+J  

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