TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 727

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
727 Exit the caravan after exactly 20 minutes 727 Exit the caravan exactly 20 minutes after you entered the caravan. Also, to complete the task, you must write down and say 40 words. Each word must either be the same length, or shorter, than the previous word. Closest to exactly 20 minutes 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.5ms