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
〃

10 rows where contestant = 28

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
912 The most embarrassing item 195 Bob Mortimer 28 1 2   2 4 2 2    
917 Throw an exercise ball into a bath or put the coconuts in a trolley 196 Bob Mortimer 28 1= 2   2 4 4 4    
922 Blow something substantial off a table 197 Bob Mortimer 28 1= 2   2 4 6 6    
927 Perform a miracle 198 Bob Mortimer 28 5 4   4 3= 10 10    
932 The second longest T-word 199 Bob Mortimer 28 0 1   1 5 11 11    
938 The best thing 201 Bob Mortimer 28 5 3   3 3= 3 14    
943 Find out what’s in the briefcase 202 Bob Mortimer 28 1= 2   2 4 5 16    
948 Make a delicious mask 203 Bob Mortimer 28 5 5   5 1 10 21    
953 Make a mess and then clean it up 204 Bob Mortimer 28 3= 1   1 5 11 22    
958 Record the most steps on your pedometers 205 Bob Mortimer 28 0 2   2 4 13 24    

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.93ms