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

✎ 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
172 The most important document 38 Richard Osman 12 5 2   2 4= 2 2    
177 Place the exercise balls on the yoga mat 39 Richard Osman 12 5 5   5 1 7 7    
182 Get the potato into the hole 40 Richard Osman 12 1= 4   4 2 11 11    
187 Find out about the Swedish person 41 Richard Osman 12 1= 4   4 2 15 15    
192 Pack a suitcase 42 Richard Osman 12 0 5   5 1 20 20    
197 The trendiest item of clothing 43 Richard Osman 12 1 1   1 5 1 21    
202 Quickly eat an egg 44 Richard Osman 12 5 5   5 1 6 26    
207 Create a nursery rhyme video 45 Richard Osman 12 3 3   3 4 9 29    
212 A photo of an object that looks like you 46 Richard Osman 12 5 5   5 1 14 34    
217 Order a pizza without using certain words 47 Richard Osman 12 3= 1   1 5 15 35    
222 Put potatoes in a basket 48 Richard Osman 12 0
DQ
  0   15 35    
227 The best dinner party guest 49 Richard Osman 12 3 2   2 4 2 37    
232 Impress the Mayor 50 Richard Osman 12 3= 4   4 2 6 41    
237 Make an unexpected silhouette 51 Richard Osman 12 2 4   4 2 10 45    
242 Buy a gift for the Taskmaster 52 Richard Osman 12 1 5   5 1 15 50    
247 See no potato, hear no potato, speak no potato 53 Richard Osman 12 2= 5   5 1= 20 55 J+R  
252 Throw rabbits into a hat 54 Richard Osman 12 0 7   7 4 27 62    
257 The coolest blue item 55 Richard Osman 12 4 1   1 5 1 63    
262 Rescue Patatas from the tree 56 Richard Osman 12 4= 0   0   1 63    
267 Conceal a pineapple on your person 57 Richard Osman 12 1= 3   3 3 4 66    
272 Set a task / Guess who set the tasks 58 Richard Osman 12   0   0   4 66    
277 Construct something for the Taskmaster 59 Richard Osman 12 2= 1   1 2= 5 67 J+R  
282 Build the tallest tower using potato products 60 Richard Osman 12 0 0   0   5 67    
287 The best piece of memorabilia 61 Richard Osman 12 3 5   5 1 5 72    
292 Move items across a stream 62 Richard Osman 12 4= 4   4 2 9 76    
297 Create a stop-motion film starring a potato 63 Richard Osman 12 1= 3   3 1= 12 79 J+R  
302 Build a bridge for the potato 64 Richard Osman 12 4= 2   2 4 14 81    
307 Put on gloves, eat a banana, put on a tie, and clap 65 Richard Osman 12 0 5   5 1 19 86    

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