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
〃

12 rows where team = 13

✎ 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
1288 Paint a blindfolded still life 272 Jessica Knappett 39 1= 2   2 2= 8 22 J+K  
1289 Paint a blindfolded still life 272 Kerry Godliman 40 1= 2   2 2= 8 28 J+K  
1382 Make yourselves appear as large or small as possible 292 Jessica Knappett 39 2= 2   2 2= 20 88 J+K  
1383 Make yourselves appear as large or small as possible 292 Kerry Godliman 40 2= 2   2 2= 12 88 J+K  
1387 Place objects on the hanger without it falling 293 Jessica Knappett 39 1 5   5 1= 25 93 J+K  
1388 Place objects on the hanger without it falling 293 Kerry Godliman 40   5   5 1= 17 93 J+K  
1407 Make a soap opera cliffhanger 297 Jessica Knappett 39 2= 2   2 2= 10 103 J+K  
1408 Make a soap opera cliffhanger 297 Kerry Godliman 40 2= 2   2 2= 14 107 J+K  
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  
1497 Complete a 24-shot rally 315 Jessica Knappett 39 1= 5   5 1= 14 160 J+K  
1498 Complete a 24-shot rally 315 Kerry Godliman 40 1= 5   5 1= 18 158 J+K  

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