TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 566

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
566 Pop the most balloons 566 Pop the most balloons. You may pop between one and 10 balloons each turn. If you pop one of the five bad balloons, you are disqualified. The eventual winner gets 10 actual points.

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.325ms