task_briefs
1 row where task = 355
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
355 | Recall the order of the deck of cards 355 | In five minutes you return this pack of the cards to Alex in the lab, and tell Alex the order the cards are currently in. You may not leave this room during the five minutes. Most correctly named cards wins. 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 );