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
〃

6 rows where team = 1

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
97 Score 11 points 23 Frank Skinner 3 1= 0 1 1   8 51 F+T  
101 Score 11 points 23 Tim Key 7 1= 0 1 1   7 58 F+T  
128 Make a bed while holding hands 30 Frank Skinner 3 2= 2   2 1= 13 70 F+T special
132 Make a bed while holding hands 30 Tim Key 7 2= 2   2 1= 8 68 F+T special
153 Stage a realistic home movie blooper 35 Frank Skinner 3 2= 2   2 1= 8 85 F+T  
157 Stage a realistic home movie blooper 35 Tim Key 7 2= 2   2 1= 10 80 F+T  

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