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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, base, points, rank

id ▲ task contestant PO base ± points rank episode series team location
914 The most embarrassing item 195 Katherine Ryan 30 3 4   4 2 4 4    
919 Throw an exercise ball into a bath or put the coconuts in a trolley 196 Katherine Ryan 30 1= 3   3 3 7 7    
924 Blow something substantial off a table 197 Katherine Ryan 30 4= 4   4 2= 11 11    
929 Perform a miracle 198 Katherine Ryan 30 3 5   5 1= 16 16    
934 The second longest T-word 199 Katherine Ryan 30 0 4   4 2= 20 20    
940 The best thing 201 Katherine Ryan 30 3 1   1 5 1 21    
945 Find out what’s in the briefcase 202 Katherine Ryan 30 1= 1   1 5 2 22    
950 Make a delicious mask 203 Katherine Ryan 30 1 3   3 3 5 25    
955 Make a mess and then clean it up 204 Katherine Ryan 30 5 5   5 1 10 30    
960 Record the most steps on your pedometers 205 Katherine Ryan 30 0 5   5 1 15 35    

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