TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 222

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
222 Catch the most socks 222 Catch the most socks and put them in your laundry basket. You must stare straight forward throughout the task. You must not touch any pants. You must not move the laundry basket. If you drop a sock, you cannot pick it up. Every time you touch some pants, you lose a sock. Most socks 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.16ms