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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
1686 Design an iconic album cover 354 Iain Stirling 43 1= 2   2 2= 8 89 IL+P  
1687 Design an iconic album cover 354 Joe Thomas 44 2= 4   4 1= 10 87 J+S  
1688 Design an iconic album cover 354 Lou Sanders 45 1= 2   2 2= 7 102 IL+P  
1689 Design an iconic album cover 354 Paul Sinha 46 1= 2   2 2= 4 69 IL+P  
1690 Design an iconic album cover 354 Sian Gibson 47 2= 4   4 1= 7 87 J+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 31.001ms