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
〃

24 rows where team = 16

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
1578 Convey an object using only facial expressions, noises, adjectives & verbs 332 Iain Stirling 43 1= 2   2 2= 11 31 IL+P  
1580 Convey an object using only facial expressions, noises, adjectives & verbs 332 Lou Sanders 45 1= 2   2 2= 13 33 IL+P  
1581 Convey an object using only facial expressions, noises, adjectives & verbs 332 Paul Sinha 46 1= 2   2 2= 12 22 IL+P  
1633 Get the most weight into a hammock 343 Iain Stirling 43 1=
DQ
  0   10 60 IL+P  
1635 Get the most weight into a hammock 343 Lou Sanders 45 1=
DQ
  0   10 70 IL+P  
1636 Get the most weight into a hammock 343 Paul Sinha 46 1=
DQ
  0   7 47 IL+P  
1661 Play long-distance catch with a beach ball 349 Iain Stirling 43 1= 3   3 1= 12 72 IL+P  
1663 Play long-distance catch with a beach ball 349 Lou Sanders 45 1= 3   3 1= 14 89 IL+P  
1664 Play long-distance catch with a beach ball 349 Paul Sinha 46 1= 3 1 4 1= 11 62 IL+P  
1686 Design an iconic album cover 354 Iain Stirling 43 1= 2   2 2= 8 89 IL+P  
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  
1726 Answer the questions, pull the strings; do not release the green egg 362 Iain Stirling 43 1= 0   0   10 101 IL+P  
1728 Answer the questions, pull the strings; do not release the green egg 362 Lou Sanders 45 1= 0   0   13 120 IL+P  
1729 Answer the questions, pull the strings; do not release the green egg 362 Paul Sinha 46 1= 0   0   13 87 IL+P  
1741 Catch the tennis balls 365 Iain Stirling 43 2= 5   5 1= 13 114 IL+P  
1743 Catch the tennis balls 365 Lou Sanders 45 2= 5   5 1= 9 129 IL+P  
1744 Catch the tennis balls 365 Paul Sinha 46 2= 5   5 1= 14 101 IL+P  
1771 Make yourselves look like one person 371 Iain Stirling 43 1= 3   3 1= 15 134 IL+P  
1773 Make yourselves look like one person 371 Lou Sanders 45 1= 3   3 1= 14 146 IL+P  
1774 Make yourselves look like one person 371 Paul Sinha 46 1= 3   3 1= 12 120 IL+P  
1776 Complete some tasks as one person 372 Iain Stirling 43 1= 1   1 2= 16 135 IL+P  
1778 Complete some tasks as one person 372 Lou Sanders 45 1= 1   1 2= 15 147 IL+P  
1779 Complete some tasks as one person 372 Paul Sinha 46 1= 1   1 2= 13 121 IL+P  

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