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
〃

21 rows where team = 28

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, contestant, PO, base, points, rank, episode, series, location

id ▲ task contestant PO base ± points rank episode series team location
2638 Scale the mountain 548 Desiree Burch 69 2= 5   5 1= 6 22 DG+M  
2639 Scale the mountain 548 Guz Khan 70 2= 5   5 1= 10 24 DG+M  
2640 Scale the mountain 548 Morgana Robinson 71 2= 5   5 1= 7 24 DG+M  
2678 Convey objects using shadows 556 Desiree Burch 69 0 4   4 1= 21 53 DG+M  
2679 Convey objects using shadows 556 Guz Khan 70 0 4   4 1= 14 48 DG+M  
2680 Convey objects using shadows 556 Morgana Robinson 71 0 4   4 1= 18 52 DG+M  
2698 Solve the riddle 560 Desiree Burch 69 2= 2   2 2= 13 66 DG+M lounge
2699 Solve the riddle 560 Guz Khan 70 2= 2   2 2= 13 61 DG+M lab
2700 Solve the riddle 560 Morgana Robinson 71 2= 2 2 4 2= 8 60 DG+M caravan
2718 Get the most balls in the net 564 Desiree Burch 69 1= 0   0   5 73 DG+M  
2719 Get the most balls in the net 564 Guz Khan 70 1= 0   0   8 70 DG+M  
2720 Get the most balls in the net 564 Morgana Robinson 71 1= 0   0   9 74 DG+M  
2793 Play and commentate on a socially-distanced sport 579 Desiree Burch 69 2= 5   5 1= 5 115 DG+M  
2794 Play and commentate on a socially-distanced sport 579 Guz Khan 70 2= 5   5 1= 13 123 DG+M  
2795 Play and commentate on a socially-distanced sport 579 Morgana Robinson 71 2= 5   5 1= 10 123 DG+M  
2830 Duck-slide 587 Desiree Burch 69 1 5   5 1= 21 140 DG+M  
2831 Duck-slide 587 Guz Khan 70 3 5   5 1= 14 145 DG+M  
2832 Duck-slide 587 Morgana Robinson 71 5 5   5 1= 18 150 DG+M  
2845 Describe the Taskmaster / Chocolate button / Guess the tasks 590 Desiree Burch 69 1= 4   4 2= 14 154 DG+M caravan
2846 Describe the Taskmaster / Chocolate button / Guess the tasks 590 Guz Khan 70 1= 4   4 2= 12 157 DG+M garden
2847 Describe the Taskmaster / Chocolate button / Guess the tasks 590 Morgana Robinson 71 1= 4   4 2= 8 158 DG+M igloo

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