TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 174

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
174 Build a can tower & greet Alex from different countries 174 Make the tallest tower of cans on this table. Highest tower wins. Also, whilst building your tower you must shake Alex’s hand and say you’re from a different country once every 10 seconds. Alex will blow his whistle every 10 seconds. Your time ends when you fail to shake Alex's hand and say you’re from a different country before Alex blows his whistle. Your time starts when Alex blows his whistle.

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