TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 109

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
109 Transfer water from one fishbowl to another 109 Without moving the fishbowls, transfer the water from fishbowl A to fishbowl B. You may only use the items on this table. Most water moved wins. Also, you must commentate on your attempt throughout the task, always referring to yourself in the third person. You have five minutes. Your time starts now. If you eat any of the chocolate you will be docked five points.

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.362ms