task_briefs
1 row where task = 93
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
93 | The lowest unique number of doughnuts 93 | Place one or more doughnuts on your stick. You have 100 seconds, after which the person with the lowest unique whole number of doughnuts on their stick wins. In the event of there being no unique numbers, the task shall be replayed until there is a winner. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );