TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 334

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
334 Name a bird, eat a grape, name a contestant 334 Say a species of bird, eat a grape and then shout a competitor's name, within five seconds of hearing your own name. If you fail to say a different species or bird, pop a grape in your mouth and shout a competitor’s name within five seconds of hearing your own name, you will be eliminated. You must not say any bird which has previously been said during the task. Last remaining player wins.

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 2883.704ms