task_briefs
1 row where task = 811
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
811 | Obey all of the traffic signals 811 | Drive across the finish line. You must obey all the rules of the road and must only stop your vehicle at a traffic signal. If you disobey a rule, Alex will blow his whistle and you must return to the start for a 10 second driving lesson. Fastest wins. Your time starts when the traffic signals first change. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );