TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 678

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
678 Egg and spoon throw 678 Throw your egg and your spoon the same distance. Both egg and spoon must cross the qualifying line. If either your egg or spoon fall of The Knappett, you are disqualified. The most distanced egg and spoon each round are out. If your egg doesn't break, your distance is halved. Last player standing 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 12.379ms