TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 558

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
558 Complete the course as slowly as possible 558 Complete the course as slowly as possible. You must be riding the bicycle forwards within the limits of the course at all times. Every time you put a foot on the ground, the clock will be paused, and your final time will be halved. If you leave the course or miss an instruction, your time will also be halved, and the clock will be paused until you are back in position. Slowest wins. Your time starts when Alex fires his starter's pistol in five minutes from 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 4.705ms