TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 564

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
564 Get the most balls in the net 564 Get the most balls in the net. Everyone must stay on their spots at all times. If anyone other than the task reader touches or handles a ball, you lose five balls from your ball total. Also, the person on the middle spot must sit for 10 seconds and then stand up straight for 10 seconds on repeat. Any balls remaining between the task reader and the middle person will be deducted from your ball total. You have five minutes. Your time starts when Alex pretends his whistle isn't working.

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