TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 738

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
738 Musical Simon Says 738 Play the instrument indicated by the light. Each time you play an instrument correctly, another will be added to the sequence until you make a mistake. longest sequence wins. There is a bonus point for the person who sounds the least worst. Your time starts when the first light goes on.

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.82ms