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
〃

36 rows where contestant = 4

✎ 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
2 The most unusual item 1 Josh Widdicombe 4 2 1   1 5 1 1    
7 Eat as much watermelon as possible 2 Josh Widdicombe 4 1 3   3 3 4 4    
12 Paint a horse while riding a horse 3 Josh Widdicombe 4 1= 3   3 3 7 7    
17 Empty the bathtub 4 Josh Widdicombe 4 1= 3   3 3 10 10    
22 Pop up a tent and pop on a onesie 5 Josh Widdicombe 4 0 3   3 3 13 13    
29 The most impressive item 7 Josh Widdicombe 4 4 2   2 4 2 15    
34 High-five a 55-year-old 8 Josh Widdicombe 4 4= 5   5 1 7 20    
39 Identify the contents of the pies 9 Josh Widdicombe 4 2= 2   2 4 9 22    
44 Do something that will look impressive in reverse 10 Josh Widdicombe 4 1 4   4 3 13 26    
49 Unshackle yourself and sprint one metre 11 Josh Widdicombe 4 0 3   3 3 16 29    
54 The most meaningful item 12 Josh Widdicombe 4 4 2   2 4 2 31    
59 Throw a teabag into a mug 13 Josh Widdicombe 4 4
DQ
  0   2 31    
64 Draw an image using a GPS device 14 Josh Widdicombe 4 1 5   5 1 7 36    
69 Buy a gift for the Taskmaster 15 Josh Widdicombe 4 4 5   5 1 12 41    
74 Get an egg as high as possible 16 Josh Widdicombe 4 4= 5   5 1 17 46    
79 Stand up after 100 seconds 17 Josh Widdicombe 4 0 5   5 1 22 51    
83 Guess Frank’s age in minutes 18 Josh Widdicombe 4 2 0   0   22 51    
86 The most beautiful item 19 Josh Widdicombe 4 2 4   4 2 4 55    
91 Make a block of ice disappear 20 Josh Widdicombe 4 1= 5   5 1 9 60    
95 Count the baked beans 21 Josh Widdicombe 4 1 0 1 1   10 61    
96 Count the spaghetti hoops 22 Josh Widdicombe 4 1 0   0   10 61    
98 Score 11 points 23 Josh Widdicombe 4 2= 2   2 1= 12 63 JR+R  
103 Fill an eggcup with tears 24 Josh Widdicombe 4 1 3   3 3 15 66    
107 Count the grains of rice 25 Josh Widdicombe 4 1 0   0   15 66    
109 Memorise an Australian Rules Football team 26 Josh Widdicombe 4 2 1   1 1= 16 67    
114 The most valuable item 27 Josh Widdicombe 4 2 5   5 1 5 72    
119 Move the boulder as far as possible 28 Josh Widdicombe 4 4= 5   5 1 10 77    
124 Grow the longest nail 29 Josh Widdicombe 4 2 5   5 1 15 82    
129 Make a bed while holding hands 30 Josh Widdicombe 4 1= 0   0   15 82 JR+R special
134 Make a Swedish person blush 31 Josh Widdicombe 4 1 1   1 5 16 83    
139 Inflate the largest balloon while blindfolded 32 Josh Widdicombe 4 0 2   2 4 18 85    
144 The most satisfying item 33 Josh Widdicombe 4 4 4   4 2 4 89    
149 Play mini golf with eggs 34 Josh Widdicombe 4 2= 2   2 4 6 91    
154 Stage a realistic home movie blooper 35 Josh Widdicombe 4 1= 0   0   6 91 JR+R  
159 Make an alphabet meal 36 Josh Widdicombe 4 2 1   1 4= 7 92    
164 Separate the blue sweets 37 Josh Widdicombe 4 0 2   2 4 9 94    

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