TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 355

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
355 Recall the order of the deck of cards 355 In five minutes you return this pack of the cards to Alex in the lab, and tell Alex the order the cards are currently in. You may not leave this room during the five minutes. Most correctly named cards 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.924ms