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 = 58

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant PO base ± points rank episode series team location
2329 The best thing to bring to a party 485 John Hannah 58 1 1   1 5 1 1    
2334 Get the biggest thing through the doughnut 486 John Hannah 58 4= 2   2 4 3 3    
2339 Sculpt the scene on the other side of the wall 487 John Hannah 58 3 3   3 3 6 6    
2344 Build the lightest tower 488 John Hannah 58 1= 5   5 1 11 11    
2349 Strike balls into a bath with an object 489 John Hannah 58 0 4 -5 -1 2= 10 10    

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