task_briefs
1 row where task = 649
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
649 | Get the most ducks in Alex's basket 649 | Get the most ducks in Alex's basket. You may only hold one duck at a time. If Alex rings his backwards bell, you must walk backwards until he honks his forwards horn. Alex will pedal as fast as he can unless you say one of the magic words. If you say a magic word, Alex will rest for 10 seconds. All the magic words are single-use magic words. Alex will cycle round the circuit for 10 minutes. Your time starts when Alex honks his horn. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );