TdlM / taskmaster

Menu
  • Make shortlink

tasks_by_objective

15 rows where objective = 91

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task objective
181 Catch the tennis balls 365 points ▲ 91
183 Complete the five-syllable words 367 points ▲ 91
202 Throw eggs into metal receptacles 411 points ▲ 91
223 Bag the heaviest thing from the greatest distance 453 points ▲ 91
273 Paint the space hopper green 550 points ▲ 91
283 Get the most balls in the net 564 points ▲ 91
290 Make paper aeroplanes 571 points ▲ 91
293 Put up a shelf for the Taskmaster's snooker balls 573 points ▲ 91
295 Direct drawings using limited keywords 576 points ▲ 91
297 Pop up before the objects 581 points ▲ 91
302 Duck-slide 587 points ▲ 91
327 Write down things that fit the category 641 points ▲ 91
403 Get underneath the most unique things 780 points ▲ 91
410 Retrieve and sip your drink 793 points ▲ 91
414 Pineapple bluff 798 points ▲ 91

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tasks_by_objective (
   id        INTEGER PRIMARY KEY,
   task      INTEGER REFERENCES tasks(id),
   objective INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 5.035ms