TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 213

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
213 Get the highest darts score 213 Get the highest score in darts. You can either throw one dart from one metre away, three darts from 2.37 metres away, or 60 darts from 10 metres away. When throwing, please stand behind whichever distance line you choose. You have a maximum of 10 minutes. Your time starts 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 5.861ms