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
〃

24 rows where team = 26

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
2389 Have an argument 497 Charlotte Ritchie 63 2= 2   2 2= 7 12 CJ+S  
2390 Have an argument 497 Jamali Maddix 64 2= 2   2 2= 8 15 CJ+S  
2393 Have an argument 497 Sarah Kendall 67 2= 2   2 2= 8 26 CJ+S  
2424 Act out nursery rhymes 504 Charlotte Ritchie 63 2= 3   3 3= 11 28 CJ+S  
2425 Act out nursery rhymes 504 Jamali Maddix 64 2= 3   3 3= 11 31 CJ+S  
2428 Act out nursery rhymes 504 Sarah Kendall 67 2= 3   3 3= 20 55 CJ+S  
2439 Put the bag of salt onto that table 507 Charlotte Ritchie 63 2= 5   5 1= 10 38 CJ+S  
2440 Put the bag of salt onto that table 507 Jamali Maddix 64 2= 5   5 1= 11 42 CJ+S  
2443 Put the bag of salt onto that table 507 Sarah Kendall 67 2= 5   5 1= 15 70 CJ+S  
2474 Slap and tong 514 Charlotte Ritchie 63 3 4   4 1= 17 58 CJ+S  
2475 Slap and tong 514 Jamali Maddix 64 2= 4   4 1= 15 67 CJ+S  
2478 Slap and tong 514 Sarah Kendall 67 1= 4   4 1= 12 90 CJ+S  
2490 Vandalise a wall creatively 518 Charlotte Ritchie 63 1= 1   1 2= 6 64 CJ+S  
2491 Vandalise a wall creatively 518 Jamali Maddix 64 1= 1   1 2= 11 78 CJ+S  
2494 Vandalise a wall creatively 518 Sarah Kendall 67 1= 1   1 2= 9 99 CJ+S  
2522 Get out of the front gate 525 Charlotte Ritchie 63 2= 0   0   8 77 CJ+S  
2523 Get out of the front gate 525 Jamali Maddix 64 2= 0   0   11 95 CJ+S  
2526 Get out of the front gate 525 Sarah Kendall 67 2= 0   0   9 115 CJ+S  
2542 Draw the best picture of a British animal 529 Charlotte Ritchie 63 1= 2   2 2= 6 84 CJ+S  
2543 Draw the best picture of a British animal 529 Jamali Maddix 64 1= 2   2 2= 9 105 CJ+S  
2546 Draw the best picture of a British animal 529 Sarah Kendall 67 1= 2   2 2= 6 124 CJ+S  
2597 Direct a teammate into the red circle 540 Charlotte Ritchie 63 2= 2   2 2= 11 120 CJ+S  
2598 Direct a teammate into the red circle 540 Jamali Maddix 64 2= 2   2 2= 10 135 CJ+S  
2601 Direct a teammate into the red circle 540 Sarah Kendall 67 2= 2   2 2= 11 157 CJ+S  

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