task_briefs
1 row where task = 692
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
692 | Hit Bernard with an exercise ball 692 | Make an exercise ball touch Bernard. Bernard can't move. You may launch an exercise ball from behind the line, and may not touch any balls after each launch. Most balls actively involved in a successful launch wins. Your task ends when a ball touches Bernard, or 15 minutes have elapsed. 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 );