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
〃

28 rows where contestant = 9

✎ 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
169 The most important document 38 Joe Wilkinson 9 2 5   5 1 5 5    
174 Place the exercise balls on the yoga mat 39 Joe Wilkinson 9 1= 2   2 4 7 7    
179 Get the potato into the hole 40 Joe Wilkinson 9 5
DQ
  0   7 7    
184 Find out about the Swedish person 41 Joe Wilkinson 9 1= 1   1 5 8 8    
189 Pack a suitcase 42 Joe Wilkinson 9 0 0   0   8 8    
194 The trendiest item of clothing 43 Joe Wilkinson 9 4 2   2 4 2 10    
199 Quickly eat an egg 44 Joe Wilkinson 9 3 2   2 4 4 12    
204 Create a nursery rhyme video 45 Joe Wilkinson 9 5 2   2 5 6 14    
209 A photo of an object that looks like you 46 Joe Wilkinson 9 2 2   2 4 8 16    
214 Order a pizza without using certain words 47 Joe Wilkinson 9 1= 4 1 5 2 13 21    
219 Put potatoes in a basket 48 Joe Wilkinson 9 0 0   0   13 21    
224 The best dinner party guest 49 Joe Wilkinson 9 1 5   5 1 5 26    
229 Impress the Mayor 50 Joe Wilkinson 9 1= 3   3 3 8 29    
234 Make an unexpected silhouette 51 Joe Wilkinson 9 3 3   3 3 11 32    
239 Buy a gift for the Taskmaster 52 Joe Wilkinson 9 2 2   2 4 13 34    
244 See no potato, hear no potato, speak no potato 53 Joe Wilkinson 9 1= 0   0   13 34 DJ+K  
249 Throw rabbits into a hat 54 Joe Wilkinson 9 0 12   12 2= 25 46    
254 The coolest blue item 55 Joe Wilkinson 9 3 4   4 2 4 50    
259 Rescue Patatas from the tree 56 Joe Wilkinson 9 1= 3   3 3 7 53    
264 Conceal a pineapple on your person 57 Joe Wilkinson 9 3= 1   1 5 8 54    
269 Set a task / Guess who set the tasks 58 Joe Wilkinson 9   0   0   8 54    
274 Construct something for the Taskmaster 59 Joe Wilkinson 9 1= 4   4 1= 12 58 DJ+K  
279 Build the tallest tower using potato products 60 Joe Wilkinson 9 0 0   0   12 58    
284 The best piece of memorabilia 61 Joe Wilkinson 9 2 1   1 5 1 59    
289 Move items across a stream 62 Joe Wilkinson 9 4= 5   5 1 6 64    
294 Create a stop-motion film starring a potato 63 Joe Wilkinson 9 2= 2   2 2= 8 66 DJ+K  
299 Build a bridge for the potato 64 Joe Wilkinson 9 4= 3   3 3 11 69    
304 Put on gloves, eat a banana, put on a tie, and clap 65 Joe Wilkinson 9 0 0   0   11 69    

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