task_briefs
1 row where task = 738
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
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );