TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 602

✎ View and edit SQL

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

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 22.569ms