TdlM / taskmaster

Menu
  • Make shortlink

task_briefs

1 row where task = 428

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task brief
428 Complete the seven tasks in any order 428 Complete the seven tasks. When you touch a task in any way, you must complete it before looking inside another task. Fastest wins. Your time starts now. Complete the jigsaw. Hide all the jigsaw pieces around the garden. Put this wheelbarrow in the caravan. The wheelbarrow must stay in the caravan for the rest of the task. Put 20 things all bigger than a tennis ball in the wheelbarrow. Roll the bowling ball from behind the rope at the top of the drive, so it knocks over at least one of the skittles in front of the front door. Build a tower of bricks on this red circle. The tower must be at least 26 inches high and must remain standing until all the tasks are complete. Place one of your hands on your hips and keep it there until you have completed all of the tasks.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_briefs (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   brief  TEXT
);
Powered by Datasette · Queries took 4.408ms