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
〃

21 rows where team = 22

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
2099 Find the treasure / Make different, increasingly loud noises 437 Johnny Vegas 54 2= 4   4 2= 5 15 JK+M doorstep
2100 Find the treasure / Make different, increasingly loud noises 437 Katherine Parkinson 55 2= 5   5 1= 9 15 JK+M doorstep
2101 Find the treasure / Make different, increasingly loud noises 437 Mawaan Rizwan 56 2= 5   5 1= 10 18 JK+M doorstep
2141 Draw an object on a rotating canvas 446 Johnny Vegas 54 0 0   0   17 42 JK+M  
2142 Draw an object on a rotating canvas 446 Katherine Parkinson 55 0 0   0   7 32 JK+M  
2143 Draw an object on a rotating canvas 446 Mawaan Rizwan 56 0 0   0   14 38 JK+M  
2156 Persuade the security guard to look in your bag 449 Johnny Vegas 54 2= 5   5 1= 7 49 JK+M  
2157 Persuade the security guard to look in your bag 449 Katherine Parkinson 55 2= 0   0   6 38 JK+M  
2158 Persuade the security guard to look in your bag 449 Mawaan Rizwan 56 2= 0   0   8 46 JK+M  
2191 Feed your team-mate(s) the most watermelon 456 Johnny Vegas 54 2= 3   3 2= 14 73 JK+M driveway
2192 Feed your team-mate(s) the most watermelon 456 Katherine Parkinson 55 2= 3   3 2= 16 63 JK+M driveway
2193 Feed your team-mate(s) the most watermelon 456 Mawaan Rizwan 56 2= 3   3 2= 14 65 JK+M driveway
2221 Draw animals using straight lines 462 Johnny Vegas 54 0 4   4 1= 19 93 JK+M  
2222 Draw animals using straight lines 462 Katherine Parkinson 55 0 4   4 1= 10 77 JK+M  
2223 Draw animals using straight lines 462 Mawaan Rizwan 56 0 4   4 1= 22 90 JK+M  
2236 Communicate the safe contents via reversed audio 465 Johnny Vegas 54 1= 3   3 1= 10 103 JK+M patio
2237 Communicate the safe contents via reversed audio 465 Katherine Parkinson 55 1= 3   3 1= 7 84 JK+M patio
2238 Communicate the safe contents via reversed audio 465 Mawaan Rizwan 56 1= 3   3 1= 13 103 JK+M patio
2313 Complete the best performance of a specific song 481 Johnny Vegas 54 2= 2   2 2= 5 135 JK+M driveway
2314 Complete the best performance of a specific song 481 Katherine Parkinson 55 2= 2   2 2= 5 113 JK+M driveway
2315 Complete the best performance of a specific song 481 Mawaan Rizwan 56 2= 2   2 2= 11 145 JK+M driveway

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