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
〃

5 rows where task = 785

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, base, points, rank, episode, team

id ▲ task contestant PO base ± points rank episode series team location
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  
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  

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