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
〃

12 rows where team = 35

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
3733 Cross the finish line while connected to your team 769 Sue Perkins 106 1= 2   2 2= 7 7 S+S  
3734 Cross the finish line while connected to your team 769 Susan Wokoma 107 1= 2   2 2= 7 7 S+S  
3795 Human war boats 782 Sue Perkins 106 0 0   0   10 42 S+S  
3796 Human war boats 782 Susan Wokoma 107 0 0   0   6 39 S+S  
3810 Complete all the tasks as a team 785 Sue Perkins 106 2= 2   2 2= 10 52 S+S  
3811 Complete all the tasks as a team 785 Susan Wokoma 107 2= 2   2 2= 6 45 S+S  
3862 Recreate the garage scene in the lab 796 Sue Perkins 106 1= 3   3 1= 9 81 S+S garage
3863 Recreate the garage scene in the lab 796 Susan Wokoma 107 1= 3   3 1= 8 71 S+S lab
3924 Mime proverbs to your team 809 Sue Perkins 106 3 5   5 1= 11 106 S+S  
3925 Mime proverbs to your team 809 Susan Wokoma 107 2 5   5 1= 17 109 S+S  
3969 Give your guest the best service 818 Sue Perkins 106 1= 5   5 1= 10 136 S+S  
3970 Give your guest the best service 818 Susan Wokoma 107 1= 5   5 1= 15 138 S+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 19.569ms