task_briefs
1 row where task = 727
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
727 | Exit the caravan after exactly 20 minutes 727 | Exit the caravan exactly 20 minutes after you entered the caravan. Also, to complete the task, you must write down and say 40 words. Each word must either be the same length, or shorter, than the previous word. Closest to exactly 20 minutes wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );