TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 531

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
531 One leg or two? 531 Stand on either one leg or both legs. You must do so, one at a time, behind this curtain, with your hands on your head. The Taskmaster will then guess if you're standing on either one leg, or both legs. If he guesses correctly, you are eliminated. The last person standing, on either one leg or both legs, 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 4.668ms