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

✎ 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
171 The most important document 38 Katherine Ryan 11 4 3   3 3 3 3    
176 Place the exercise balls on the yoga mat 39 Katherine Ryan 11 3= 3   3 3 6 6    
181 Get the potato into the hole 40 Katherine Ryan 11 1= 3   3 3 9 9    
186 Find out about the Swedish person 41 Katherine Ryan 11 5 5   5 1 14 14    
191 Pack a suitcase 42 Katherine Ryan 11 0 3   3 3 17 17    
196 The trendiest item of clothing 43 Katherine Ryan 11 2 4   4 2 4 21    
201 Quickly eat an egg 44 Katherine Ryan 11 4 0   0   4 21    
206 Create a nursery rhyme video 45 Katherine Ryan 11 2 4   4 3 8 25    
211 A photo of an object that looks like you 46 Katherine Ryan 11 4 3   3 3 11 28    
216 Order a pizza without using certain words 47 Katherine Ryan 11 3= 3 1 4 3 15 32    
221 Put potatoes in a basket 48 Katherine Ryan 11 0 4   4 2 19 36    
226 The best dinner party guest 49 Katherine Ryan 11 5 4   4 2 4 40    
231 Impress the Mayor 50 Katherine Ryan 11 3= 5   5 1 9 45    
236 Make an unexpected silhouette 51 Katherine Ryan 11 4 2   2 4 11 47    
241 Buy a gift for the Taskmaster 52 Katherine Ryan 11 5 4   4 2 15 51    
246 See no potato, hear no potato, speak no potato 53 Katherine Ryan 11 1= 0   0   15 51 DJ+K  
251 Throw rabbits into a hat 54 Katherine Ryan 11 0 15   15 1 30 66    
256 The coolest blue item 55 Katherine Ryan 11 1 2   2 4 2 68    
261 Rescue Patatas from the tree 56 Katherine Ryan 11 4= 5   5 1 7 73    
266 Conceal a pineapple on your person 57 Katherine Ryan 11 3= 4   4 2 11 77    
271 Set a task / Guess who set the tasks 58 Katherine Ryan 11   0   0   11 77    
276 Construct something for the Taskmaster 59 Katherine Ryan 11 1= 4   4 1= 15 81 DJ+K  
281 Build the tallest tower using potato products 60 Katherine Ryan 11 0 0   0   15 81    
286 The best piece of memorabilia 61 Katherine Ryan 11 4 4   4 2 4 85    
291 Move items across a stream 62 Katherine Ryan 11 1 3   3 3 7 88    
296 Create a stop-motion film starring a potato 63 Katherine Ryan 11 2= 2   2 2= 9 90 DJ+K  
301 Build a bridge for the potato 64 Katherine Ryan 11 1= 1   1 5 10 91    
306 Put on gloves, eat a banana, put on a tie, and clap 65 Katherine Ryan 11 0 3   3 3 13 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 20.076ms