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
〃

16 rows where team = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, contestant, PO, base, points, rank, series

id ▲ task contestant PO base ± points rank episode series team location
1579 Convey an object using only facial expressions, noises, adjectives & verbs 332 Joe Thomas 44 2= 3   3 1= 12 24 J+S  
1582 Convey an object using only facial expressions, noises, adjectives & verbs 332 Sian Gibson 47 2= 3   3 1= 11 27 J+S  
1634 Get the most weight into a hammock 343 Joe Thomas 44 2= 3   3 1= 15 57 J+S  
1637 Get the most weight into a hammock 343 Sian Gibson 47 2= 3   3 1= 15 63 J+S  
1662 Play long-distance catch with a beach ball 349 Joe Thomas 44 2= 2   2 2= 11 68 J+S  
1665 Play long-distance catch with a beach ball 349 Sian Gibson 47 2= 2   2 2= 13 76 J+S  
1687 Design an iconic album cover 354 Joe Thomas 44 2= 4   4 1= 10 87 J+S  
1690 Design an iconic album cover 354 Sian Gibson 47 2= 4   4 1= 7 87 J+S  
1727 Answer the questions, pull the strings; do not release the green egg 362 Joe Thomas 44 2= 5   5 1= 24 115 J+S  
1730 Answer the questions, pull the strings; do not release the green egg 362 Sian Gibson 47 2= 5   5 1= 11 106 J+S  
1742 Catch the tennis balls 365 Joe Thomas 44 1=
DQ
  0   6 121 J+S  
1745 Catch the tennis balls 365 Sian Gibson 47 1=
DQ
  0   4 110 J+S  
1772 Make yourselves look like one person 371 Joe Thomas 44 1= 2   2 2= 10 132 J+S  
1775 Make yourselves look like one person 371 Sian Gibson 47 1= 2   2 2= 11 125 J+S  
1777 Complete some tasks as one person 372 Joe Thomas 44 1= 4   4 1= 14 136 J+S  
1780 Complete some tasks as one person 372 Sian Gibson 47 1= 4   4 1= 15 129 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 2237.888ms