TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 667

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
667 Sort the ducks and the socks 667 Sort the ducks and the socks. Ducks go in the front bucket. Socks go in the back bucket. All ducks and socks must travel along both treadmills, then fall directly into the correct bucket. If a duck or sock lands on the floor, you may not retrieve it. Most ducks and socks in correct bucket wins. There is a pair of bonus points for the most correctly paired socks. You have 15 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.291ms