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
〃

32 rows where contestant = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, base, points, rank, episode, series

id ▲ task contestant PO base ± points rank episode series team location
3 The most unusual item 1 Roisin Conaty 5 3 2   2 4 2 2    
8 Eat as much watermelon as possible 2 Roisin Conaty 5 3 1   1 5 3 3    
13 Paint a horse while riding a horse 3 Roisin Conaty 5 5 1   1 5 4 4    
18 Empty the bathtub 4 Roisin Conaty 5 3 2   2 4 6 6    
23 Pop up a tent and pop on a onesie 5 Roisin Conaty 5 0 1   1 5 7 7    
30 The most impressive item 7 Roisin Conaty 5 3 3   3 3 3 10    
35 High-five a 55-year-old 8 Roisin Conaty 5 4= 4   4 2 7 14    
40 Identify the contents of the pies 9 Roisin Conaty 5 4= 4   4 2 11 18    
45 Do something that will look impressive in reverse 10 Roisin Conaty 5 4 5   5 1= 16 23    
50 Unshackle yourself and sprint one metre 11 Roisin Conaty 5 0 5   5 1 21 28    
55 The most meaningful item 12 Roisin Conaty 5 3 1   1 5 1 29    
60 Throw a teabag into a mug 13 Roisin Conaty 5 1= 2   2 4 3 31    
65 Draw an image using a GPS device 14 Roisin Conaty 5 2 1   1 5 4 32    
70 Buy a gift for the Taskmaster 15 Roisin Conaty 5 5 4   4 2 8 36    
75 Get an egg as high as possible 16 Roisin Conaty 5 2 0   0   8 36    
80 Stand up after 100 seconds 17 Roisin Conaty 5 0 1   1 5 9 37    
87 The most beautiful item 19 Roisin Conaty 5 3 2   2 4 2 39    
92 Make a block of ice disappear 20 Roisin Conaty 5 3 3   3 3 5 42    
99 Score 11 points 23 Roisin Conaty 5 2= 2   2 1= 7 44 JR+R  
104 Fill an eggcup with tears 24 Roisin Conaty 5 2= 1   1 4= 8 45    
110 Memorise an Australian Rules Football team 26 Roisin Conaty 5 3 1   1 1= 9 46    
115 The most valuable item 27 Roisin Conaty 5 3 1   1 5 1 47    
120 Move the boulder as far as possible 28 Roisin Conaty 5 1 1   1 5 2 48    
125 Grow the longest nail 29 Roisin Conaty 5 3 2   2 4 4 50    
130 Make a bed while holding hands 30 Roisin Conaty 5 1= 0   0   4 50 JR+R special
135 Make a Swedish person blush 31 Roisin Conaty 5 5 5   5 1 9 55    
140 Inflate the largest balloon while blindfolded 32 Roisin Conaty 5 0 5   5 1 14 60    
145 The most satisfying item 33 Roisin Conaty 5 3 1   1 5 1 61    
150 Play mini golf with eggs 34 Roisin Conaty 5 1= 5   5 1 6 66    
155 Stage a realistic home movie blooper 35 Roisin Conaty 5 1= 0   0   6 66 JR+R  
160 Make an alphabet meal 36 Roisin Conaty 5 1 1   1 4= 7 67    
165 Separate the blue sweets 37 Roisin Conaty 5 0 1   1 5 8 68    

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