task_briefs
1 row where task = 399
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
399 | Throw objects, but not too far 399 | Throw your things far, but not too far. Taking it in turns you must select a thing, and throw it beyond the line, but not off the runway. If your thing does not end up in the safe zone you are disqualified. If all objects end up in the safe zone, the person who has thrown their thing the shortest distance is disqualified. You may not manipulate your things in any way before throwing them. Last player standing wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );