TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 686

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
686 Reach the end of two lanes in the same amount of time 686 Get to the end of the lanes in exactly the same amount of time. That time must be under one minute. The closest two times wins. Also, you must mirror yourself during your attempts. There are two bonus points for the most stylish mirroring. Both attempts must take place within the next 10 minutes.

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