TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 365

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
365 Catch the tennis balls 365 Catch all the red balls in things from the shed. Catch all the yellow balls in clothing. Don’t let the green balls touch anything other than the grass. Catch the blue ball in something from the kitchen. Red balls are worth one point, yellow balls two points, the blue ball five points, but you lose two points for every green ball that touches anything other than the grass. You may not touch the ball machines. Any non-green ball which touches the ground at any point will not count. Highest score wins. The balls will start firing in two minutes from now.

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