task_briefs
1 row where task = 213
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
213 | Get the highest darts score 213 | Get the highest score in darts. You can either throw one dart from one metre away, three darts from 2.37 metres away, or 60 darts from 10 metres away. When throwing, please stand behind whichever distance line you choose. You have a maximum of 10 minutes. Your time starts now. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );