task_briefs
1 row where task = 110
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
110 | Musical words 110 | Take it in turns to say a five-letter word whenever the music stops. You may not say a word that has previously been said. If you fail to say a word before the music starts again, you are eliminated, and the game continues with different length words. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );