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 = 10

✎ 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
170 The most important document 38 Jon Richardson 10 3 2   2 4= 2 2    
175 Place the exercise balls on the yoga mat 39 Jon Richardson 10 1= 4   4 2 6 6    
180 Get the potato into the hole 40 Jon Richardson 10 3= 5   5 1 11 11    
185 Find out about the Swedish person 41 Jon Richardson 10 3= 3   3 3 14 14    
190 Pack a suitcase 42 Jon Richardson 10 0 4   4 2 18 18    
195 The trendiest item of clothing 43 Jon Richardson 10 3 3   3 3 3 21    
200 Quickly eat an egg 44 Jon Richardson 10 1= 3   3 3 6 24    
205 Create a nursery rhyme video 45 Jon Richardson 10 1 5   5 1= 11 29    
210 A photo of an object that looks like you 46 Jon Richardson 10 3 4   4 2 15 33    
215 Order a pizza without using certain words 47 Jon Richardson 10 3= 5   5 1 20 38    
220 Put potatoes in a basket 48 Jon Richardson 10 0 5   5 1 25 43    
225 The best dinner party guest 49 Jon Richardson 10 4 1   1 5 1 44    
230 Impress the Mayor 50 Jon Richardson 10 5 1   1 5 2 45    
235 Make an unexpected silhouette 51 Jon Richardson 10 5 5   5 1 7 50    
240 Buy a gift for the Taskmaster 52 Jon Richardson 10 3 1   1 5 8 51    
245 See no potato, hear no potato, speak no potato 53 Jon Richardson 10 2= 5   5 1= 13 56 J+R  
250 Throw rabbits into a hat 54 Jon Richardson 10 0 4   4 5 17 60    
255 The coolest blue item 55 Jon Richardson 10 5 5   5 1 5 65    
260 Rescue Patatas from the tree 56 Jon Richardson 10 1= 2   2 4 7 67    
265 Conceal a pineapple on your person 57 Jon Richardson 10 1= 5   5 1 12 72    
270 Set a task / Guess who set the tasks 58 Jon Richardson 10 1 4   4 1 16 76    
275 Construct something for the Taskmaster 59 Jon Richardson 10 2= 1   1 2= 17 77 J+R  
280 Build the tallest tower using potato products 60 Jon Richardson 10 0 0   0   17 77    
285 The best piece of memorabilia 61 Jon Richardson 10 1 3   3 3 3 80    
290 Move items across a stream 62 Jon Richardson 10 2=
DQ
  0   3 80    
295 Create a stop-motion film starring a potato 63 Jon Richardson 10 1= 3   3 1= 6 83 J+R  
300 Build a bridge for the potato 64 Jon Richardson 10 1= 5   5 1 11 88    
305 Put on gloves, eat a banana, put on a tie, and clap 65 Jon Richardson 10 0 2   2 4 13 90    

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