task_briefs
1 row where task = 554
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
554 | Make a sand bridge across the river 554 | Make the highest sand bridge across the river. You may not leave the lab. Your sand bridge must support the egg, and the egg must be able to pass under the sand bridge. There are two bonus points for the most extravagant sand bridge. You have 15 minutes. Your time starts now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );