task_briefs
1 row where task = 602
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
602 | Count to 13 602 | Count to 13 as a group, each player taking it in turns to say a number. Every time you say an odd number, you must also squat. Every time you say an even number, you must also jump. If you make a mistake, you are out. If you reach 13, or someone is eliminated, other rules will be introduced. If the Taskmaster thinks you have hesitated for too long, you will be eliminated. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );