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
〃

16 rows where team = 25

✎ 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
2391 Have an argument 497 Lee Mack 65 1= 5   5 1= 7 24 L+M  
2392 Have an argument 497 Mike Wozniak 66 1= 5   5 1= 13 30 L+M  
2426 Act out nursery rhymes 504 Lee Mack 65 1= 5   5 1= 18 51 L+M  
2427 Act out nursery rhymes 504 Mike Wozniak 66 1= 5   5 1= 13 51 L+M  
2441 Put the bag of salt onto that table 507 Lee Mack 65 1=
DQ
  0   5 56 L+M  
2442 Put the bag of salt onto that table 507 Mike Wozniak 66 1=
DQ
  0   4 55 L+M  
2476 Slap and tong 514 Lee Mack 65 1= 2   2 2= 12 70 L+M  
2477 Slap and tong 514 Mike Wozniak 66 2= 2   2 2= 14 71 L+M  
2492 Vandalise a wall creatively 518 Lee Mack 65 1= 5   5 1= 7 77 L+M  
2493 Vandalise a wall creatively 518 Mike Wozniak 66 1= 5   5 1= 11 82 L+M  
2524 Get out of the front gate 525 Lee Mack 65 1= 5   5 1= 17 100 L+M  
2525 Get out of the front gate 525 Mike Wozniak 66 1= 5   5 1= 12 100 L+M  
2544 Draw the best picture of a British animal 529 Lee Mack 65 2= 3   3 1= 10 115 L+M  
2545 Draw the best picture of a British animal 529 Mike Wozniak 66 2= 3   3 1= 11 113 L+M  
2599 Direct a teammate into the red circle 540 Lee Mack 65 1= 5   5 1= 16 148 L+M  
2600 Direct a teammate into the red circle 540 Mike Wozniak 66 1= 5   5 1= 13 150 L+M  

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