task_briefs
1 row where task = 457
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
457 | List words of a certain length without hesitating 457 | Say the most different words without hesitating for more than two seconds. Any words already said will not count. The person who says the fewest words each round is eliminated. The person in last place goes first. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );