TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 264

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
264 Pick numbers higher and lower than the people next to you 264 Display a number. You get one rosette if your number is higher than the number of the person on your right. You get one rosette if you number is lower than the number of the person on your left. If you display the same number as someone else in a round, you both lose all your rosettes. Most rosettes after three rounds 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.602ms