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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, base, points, rank, episode, team

id ▲ task contestant PO base ± points rank episode series team location
1436 Build an extension to the Taskmaster house 303 James Acaster 38 2= 2   2 2= 8 109 JP+R  
1437 Build an extension to the Taskmaster house 303 Jessica Knappett 39 1= 4   4 1= 12 121 J+K  
1438 Build an extension to the Taskmaster house 303 Kerry Godliman 40 1= 4   4 1= 8 118 J+K  
1439 Build an extension to the Taskmaster house 303 Phil Wang 41 2= 1   1 2= 8 93 JP+R  
1440 Build an extension to the Taskmaster house 303 Rhod Gilbert 42 2= 1   1 2= 13 116 JP+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 23.471ms