task_briefs
1 row where task = 241
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
241 | Predict how many words you can list for a category 241 | You will each be given a category. You each have 10 seconds to say things that fall into that category. First, you must each predict how many correct answers you will give. The person who has successfully predicted the highest number 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 );