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
〃

14 rows where team = 21

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
2098 Find the treasure / Make different, increasingly loud noises 437 Daisy May Cooper 53 1= 4   4 2= 6 17 D+R lab
2102 Find the treasure / Make different, increasingly loud noises 437 Richard Herring 57 1= 4   4 2= 7 19 D+R lab
2140 Draw an object on a rotating canvas 446 Daisy May Cooper 53 0 6   6 1= 19 48 D+R  
2144 Draw an object on a rotating canvas 446 Richard Herring 57 0 6   6 1= 15 46 D+R  
2155 Persuade the security guard to look in your bag 449 Daisy May Cooper 53 1= 5   5 1= 11 59 D+R  
2159 Persuade the security guard to look in your bag 449 Richard Herring 57 1= 0   0   8 54 D+R  
2190 Feed your team-mate(s) the most watermelon 456 Daisy May Cooper 53 1= 5   5 1= 19 86 D+R lab
2194 Feed your team-mate(s) the most watermelon 456 Richard Herring 57 1= 5   5 1= 23 82 D+R lab
2220 Draw animals using straight lines 462 Daisy May Cooper 53 0 2   2 2= 14 105 D+R  
2224 Draw animals using straight lines 462 Richard Herring 57 0 2   2 2= 12 97 D+R  
2235 Communicate the safe contents via reversed audio 465 Daisy May Cooper 53 2= 0   0   2 107 D+R garage
2239 Communicate the safe contents via reversed audio 465 Richard Herring 57 2= 0   0   4 101 D+R garage
2312 Complete the best performance of a specific song 481 Daisy May Cooper 53 1= 5   5 1= 14 157 D+R lounge
2316 Complete the best performance of a specific song 481 Richard Herring 57 1= 5   5 1= 9 154 D+R lounge

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.096ms
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows