task_briefs
1 row where task = 385
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
385 | Identify which bin Alex is in 385 | Correctly identify which bin Alex is in. You must adhere to the commandments behind the curtain. You may only have one guess. No bins are to be opened at any point during the task unless authorised. Fastest correct guess wins. Your time starts now and stops when you have your guess. The Seven Commandments: I - You may wheel one bin three metres. II - You may gently shake one bin. III - You may strike one bin with a frying pan. IV - You may push one bin over. V - You may listen to one bin with a stethoscope. VI - You may avert your eyes and drop one thing into one bin. VII - You may phone Alex's phone from the phone in the phone box. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );