TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 369

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
369 Get a ball into a bin with the most bounces 369 Bounce one of these balls the most times so that it lands in that bin. After propelling the ball you may not touch or strike it on its way to that bin. Most bounces between propulsion and that bin wins. You must use the ball you touched first. You have 20 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.587ms