task_briefs
1 row where task = 646
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
646 | Predict how many cans you can fit in a bag 646 | Write down how many tin cans you think you can fit in your bag. The highest predicted number fitted in a zipped-up bag within one minute wins. If you don't zip up your bag or fit your predicted number of tin cans in your bag, you will be disqualified. After Alex blows his whistle, you will have 10 seconds to write down your number. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );