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

✎ 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
168 The most important document 38 Doc Brown 8 1 4   4 2 4 4    
173 Place the exercise balls on the yoga mat 39 Doc Brown 8 3= 1   1 5 5 5    
178 Get the potato into the hole 40 Doc Brown 8 3= 2   2 4 7 7    
183 Find out about the Swedish person 41 Doc Brown 8 3= 2   2 4 9 9    
188 Pack a suitcase 42 Doc Brown 8 0 0   0   9 9    
193 The trendiest item of clothing 43 Doc Brown 8 5 5   5 1 5 14    
198 Quickly eat an egg 44 Doc Brown 8 1= 4   4 2 9 18    
203 Create a nursery rhyme video 45 Doc Brown 8 4 5   5 1= 14 23    
208 A photo of an object that looks like you 46 Doc Brown 8 1 1   1 5 15 24    
213 Order a pizza without using certain words 47 Doc Brown 8 1= 2 1 3 4 18 27    
218 Put potatoes in a basket 48 Doc Brown 8 0 0   0   18 27    
223 The best dinner party guest 49 Doc Brown 8 2 3   3 3 3 30    
228 Impress the Mayor 50 Doc Brown 8 1= 2   2 4 5 32    
233 Make an unexpected silhouette 51 Doc Brown 8 1 1   1 5 6 33    
238 Buy a gift for the Taskmaster 52 Doc Brown 8 4 3   3 3 9 36    
243 See no potato, hear no potato, speak no potato 53 Doc Brown 8 1= 0   0   9 36 DJ+K  
248 Throw rabbits into a hat 54 Doc Brown 8 0 12   12 2= 21 48    
253 The coolest blue item 55 Doc Brown 8 2 3   3 3 3 51    
258 Rescue Patatas from the tree 56 Doc Brown 8 1= 4   4 2 7 55    
263 Conceal a pineapple on your person 57 Doc Brown 8 3= 2   2 4 9 57    
268 Set a task / Guess who set the tasks 58 Doc Brown 8   0   0   9 57    
273 Construct something for the Taskmaster 59 Doc Brown 8 1= 4   4 1= 13 61 DJ+K  
278 Build the tallest tower using potato products 60 Doc Brown 8 0 5   5 1 18 66    
283 The best piece of memorabilia 61 Doc Brown 8 5 2   2 4 2 68    
288 Move items across a stream 62 Doc Brown 8 2=
DQ
  0   2 68    
293 Create a stop-motion film starring a potato 63 Doc Brown 8 2= 2   2 2= 4 70 DJ+K  
298 Build a bridge for the potato 64 Doc Brown 8 1= 4   4 2 8 74    
303 Put on gloves, eat a banana, put on a tie, and clap 65 Doc Brown 8 0 4   4 2 12 78    

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