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
〃

18 rows where team = 14

✎ 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
1287 Paint a blindfolded still life 272 James Acaster 38 1= 3   3 1= 9 20 JP+R  
1290 Paint a blindfolded still life 272 Phil Wang 41 1= 3   3 1= 9 22 JP+R  
1291 Paint a blindfolded still life 272 Rhod Gilbert 42 1= 3   3 1= 9 28 JP+R  
1381 Make yourselves appear as large or small as possible 292 James Acaster 38 1= 3   3 1= 20 82 JP+R  
1384 Make yourselves appear as large or small as possible 292 Phil Wang 41 1= 3   3 1= 9 68 JP+R  
1385 Make yourselves appear as large or small as possible 292 Rhod Gilbert 42 1= 3   3 1= 18 85 JP+R  
1386 Place objects on the hanger without it falling 293 James Acaster 38   0   0   20 82 JP+R  
1389 Place objects on the hanger without it falling 293 Phil Wang 41 2 0   0   9 68 JP+R  
1390 Place objects on the hanger without it falling 293 Rhod Gilbert 42   0   0   18 85 JP+R  
1406 Make a soap opera cliffhanger 297 James Acaster 38 1= 3   3 1= 14 96 JP+R  
1409 Make a soap opera cliffhanger 297 Phil Wang 41 1= 3   3 1= 8 76 JP+R  
1410 Make a soap opera cliffhanger 297 Rhod Gilbert 42 1= 3   3 1= 13 98 JP+R  
1436 Build an extension to the Taskmaster house 303 James Acaster 38 2= 2   2 2= 8 109 JP+R  
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  
1496 Complete a 24-shot rally 315 James Acaster 38 2=
DQ
1 1   9 141 JP+R  
1499 Complete a 24-shot rally 315 Phil Wang 41 2=
DQ
1 1   7 116 JP+R  
1500 Complete a 24-shot rally 315 Rhod Gilbert 42 2=
DQ
1 1   7 151 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 18.571ms