task_briefs
1 row where task = 298
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
298 | Place 10 pairs of glasses into the smallest box 298 | In the lab there are 10 pairs of glasses. The pairs of glasses may not leave the lab. Without breaking any of the pairs of glasses, put all the pairs of glasses into the smallest of these boxes. You must select your box before leaving the caravan, and may not then change your mind. Smallest box containing all the pairs of glasses with the lid shut properly wins. You have a maximum total time of five 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 );