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
〃

18 rows where team = 36

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
3730 Cross the finish line while connected to your team 769 Julian Clary 103 2= 5   5 1= 14 14 JL+S  
3731 Cross the finish line while connected to your team 769 Lucy Beaumont 104 2= 5   5 1= 8 8 JL+S  
3732 Cross the finish line while connected to your team 769 Sam Campbell 105 2= 5   5 1= 13 13 JL+S  
3792 Human war boats 782 Julian Clary 103 0 5   5 1= 19 54 JL+S  
3793 Human war boats 782 Lucy Beaumont 104 0 5   5 1= 17 40 JL+S  
3794 Human war boats 782 Sam Campbell 105 0 5   5 1= 24 57 JL+S  
3807 Complete all the tasks as a team 785 Julian Clary 103 1= 5   5 1= 13 67 JL+S  
3808 Complete all the tasks as a team 785 Lucy Beaumont 104 1= 5   5 1= 13 53 JL+S  
3809 Complete all the tasks as a team 785 Sam Campbell 105 1= 5   5 1= 7 64 JL+S  
3859 Recreate the garage scene in the lab 796 Julian Clary 103 1= 3   3 1= 6 92 JL+S lab
3860 Recreate the garage scene in the lab 796 Lucy Beaumont 104 1= 3   3 1= 12 77 JL+S garage
3861 Recreate the garage scene in the lab 796 Sam Campbell 105 1= 3   3 1= 10 98 JL+S lab
3921 Mime proverbs to your team 809 Julian Clary 103 5 3   3 2= 15 123 JL+S  
3922 Mime proverbs to your team 809 Lucy Beaumont 104 4 3   3 2= 7 106 JL+S  
3923 Mime proverbs to your team 809 Sam Campbell 105 1 3   3 2= 15 135 JL+S  
3966 Give your guest the best service 818 Julian Clary 103 2= 2   2 3= 16 154 JL+S  
3967 Give your guest the best service 818 Lucy Beaumont 104 2= 2   2 3= 13 128 JL+S  
3968 Give your guest the best service 818 Sam Campbell 105 2= 2   2 3= 11 156 JL+S  

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