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 contestant = 61

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, points, rank, episode, series

id ▲ task contestant PO base ± points rank episode series team location
2332 The best thing to bring to a party 485 Rylan Clark-Neal 61 4 3   3 3 3 3    
2337 Get the biggest thing through the doughnut 486 Rylan Clark-Neal 61 3 5   5 1 8 8    
2342 Sculpt the scene on the other side of the wall 487 Rylan Clark-Neal 61 1 5   5 1 13 13    
2347 Build the lightest tower 488 Rylan Clark-Neal 61 4=
DQ
  0   13 13    
2352 Strike balls into a bath with an object 489 Rylan Clark-Neal 61 0 0   0   13 13    

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