task_briefs
1 row where task = 199
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
199 | The second longest T-word 199 | Write down a word beginning with “T” every time Alex blows his whistle. The person with the second-longest word takes a step down. Whoever writes the longest word misses a turn. If you write down one of Alex’s special words you advance an extra step. First to reach the floor wins. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );