TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 344

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
344 Throw a frying pan into a hoop 344 Choose a hoop you think you can throw a frying pan into. Choose a distance from which you can throw a frying pan into that hoop. If you choose the big hoop you have one attempt, if you choose the medium hoop you have two attempts, if you choose the small hoop you have three attempts. The person who throws most of their frying pan into their hoop from the longest distance 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 4.68ms