task_briefs
1 row where task = 755
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
755 | Use the scratching post to remove balls from your suit 755 | Using only the scratching posts, remove as many balls from your suit as possible. Your team-mates may throw balls from the throwing spots throughout. The throwing spots may not be moved. Fewest balls on a suit after two minutes wins. Also, if you're in a team of three, the two non-suit-wearers must hold hands throughout the two minutes. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );