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
〃

32 rows where contestant = 7

✎ 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
5 The most unusual item 1 Tim Key 7 5 5   5 1 5 5    
10 Eat as much watermelon as possible 2 Tim Key 7 4= 4   4 2 9 9    
15 Paint a horse while riding a horse 3 Tim Key 7 1= 2   2 4 11 11    
20 Empty the bathtub 4 Tim Key 7 4= 1   1 5 12 12    
25 Pop up a tent and pop on a onesie 5 Tim Key 7 0 5   5 1 17 17    
32 The most impressive item 7 Tim Key 7 1 5   5 1 5 22    
37 High-five a 55-year-old 8 Tim Key 7 3 3   3 3 8 25    
42 Identify the contents of the pies 9 Tim Key 7 4= 5   5 1 13 30    
47 Do something that will look impressive in reverse 10 Tim Key 7 2 3   3 4 16 33    
52 Unshackle yourself and sprint one metre 11 Tim Key 7 0 2   2 4 18 35    
57 The most meaningful item 12 Tim Key 7 1 3   3 3 3 38    
62 Throw a teabag into a mug 13 Tim Key 7 5 5   5 1 8 43    
67 Draw an image using a GPS device 14 Tim Key 7 3 3   3 3 11 46    
72 Buy a gift for the Taskmaster 15 Tim Key 7 1 1   1 5 12 47    
77 Get an egg as high as possible 16 Tim Key 7 3 0   0   12 47    
82 Stand up after 100 seconds 17 Tim Key 7 0 4   4 2= 16 51    
89 The most beautiful item 19 Tim Key 7 5 5   5 1 5 56    
94 Make a block of ice disappear 20 Tim Key 7 4 1   1 5 6 57    
101 Score 11 points 23 Tim Key 7 1= 0 1 1   7 58 F+T  
106 Fill an eggcup with tears 24 Tim Key 7 2= 1   1 4= 8 59    
112 Memorise an Australian Rules Football team 26 Tim Key 7 5 1   1 1= 9 60    
117 The most valuable item 27 Tim Key 7 5 2   2 4 2 62    
122 Move the boulder as far as possible 28 Tim Key 7 4= 3   3 3 5 65    
127 Grow the longest nail 29 Tim Key 7 5 1   1 5 6 66    
132 Make a bed while holding hands 30 Tim Key 7 2= 2   2 1= 8 68 F+T special
137 Make a Swedish person blush 31 Tim Key 7 4 2   2 4 10 70    
142 Inflate the largest balloon while blindfolded 32 Tim Key 7 0
DQ
  0   10 70    
147 The most satisfying item 33 Tim Key 7 1 5   5 1 5 75    
152 Play mini golf with eggs 34 Tim Key 7 2= 3   3 3 8 78    
157 Stage a realistic home movie blooper 35 Tim Key 7 2= 2   2 1= 10 80 F+T  
162 Make an alphabet meal 36 Tim Key 7 5 3   3 3 13 83    
167 Separate the blue sweets 37 Tim Key 7 0 5   5 1 18 88    

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