TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 273

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
273 Predict what another contestant will do with an object 273 Predict what the person whose first name comes after yours alphabetically will do with one of the objects, then do something yourself with one of the objects. You also get five points if the person whose first name comes before yours alphabetically correctly predicts your own action.

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