TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 786

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
786 Recreate a well-known piece of art on 100 memo squares 786 Recreate a well-known piece of art on these memo squares. You must draw on every memo square, but you may only look at one memo square at a time. You have 20 minutes, after which the memo squares will be arranged in a 10 by 10 square. Best memo square art wins. 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 4.485ms