TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 457

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
457 List words of a certain length without hesitating 457 Say the most different words without hesitating for more than two seconds. Any words already said will not count. The person who says the fewest words each round is eliminated. The person in last place goes first.

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