TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 388

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
388 Arrange the playdough balls / Do the correct things with the balls 388 Make a lovely little ball arrangement. You have 100 seconds. Flatten all of the yellow balls, throw all of the red balls into the bucket and turn all the blue balls into one big blue ball. Most balls in the right shape and place after 100 seconds wins.

Advanced export

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

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 5.144ms