task_briefs
1 row where task = 476
This data as json, CSV (advanced)
id ▲ | task | brief |
---|---|---|
476 | Complete the most tasks behind the five motorised doors 476 | Complete the most tasks. There is one task behind each door. You may choose the order to open the doors. You may only move when the doors are moving and you must stay this side of the line. During the task, you must tell Alex which door to open within one minute of the previous door closing. You must tell Alex which door to open first within one minute from now. Throw 10 yellow things through this door. Kick three orange things through this door. Empty the bucket and put both your shoes in it. Eat a whole banana. Sit on the bucket and completely peel an orange and a banana. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_briefs ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), brief TEXT );