TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 275

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
275 Build a tower of cans within a hoop 275 Make the highest tower of cans within your hoop. You have 100 seconds, during which you must also be within your hoop. If you step out of your hoop during the 100 seconds, you will be disqualified. After the 100 seconds, you must step out of your hoop and not touch your tower again. Highest self-supporting tower of cans within your hoop 10 seconds after the final whistle wins.

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