task_briefs
1 row where task = 513
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
513 | Sort the objects with your face 513 | Arrange the seven objects in a line on the table, in order of how many sides they have: fewest sides on your left; most sides on your right. You may only touch the objects with your face. If anything falls from the table, you are disqualified. You have 10 minutes. You must put on your darkness goggles now. 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 );