diff --git a/curriculum/datagoat/content.json b/curriculum/datagoat/content.json new file mode 100644 index 000000000..ccc5c6077 --- /dev/null +++ b/curriculum/datagoat/content.json @@ -0,0 +1,500 @@ +{ + "code": "datagoat", + "abbrevTitle": "GOAT", + "title": "Greatest of All Time", + "subtitle": "Data Analysis", + "config": { + "enableHistoryRoles": [ + "teacher", "student" + ], + "placeholderText": "Space for Notes", + "autoSectionProblemDocuments": true, + "defaultDocumentType": "problem", + "disablePublish": true, + "initiallyHideExemplars": true, + "toolbar": [ + { + "id": "Table", + "title": "Table", + "isTileTool": true + }, + { + "id": "DataCard", + "title": "Cards", + "isTileTool": true + }, + { + "id": "Graph", + "title": "XY-Graph", + "iconId": "icon-plot-tool", + "isTileTool": true + }, + { + "id": "BarGraph", + "title": "Bar Graph", + "isTileTool": true + }, + { + "id": "Text", + "title": "Text", + "isTileTool": true + }, + { + "id": "Drawing", + "title": "Sketch", + "isTileTool": true + }, + + { + "id": "sparrow", + "title": "Sparrow", + "iconId": "icon-sparrow-tool", + "isTileTool": false + }, + { + "id": "hide-annotations", + "title": "Hide Annotations", + "iconId": "icon-hide-annotations-tool", + "isTileTool": false + }, + { + "id": "duplicate", + "title": "Duplicate Tile", + "iconId": "icon-duplicate-tool", + "isTileTool": false + }, + { + "id": "undo", + "title": "Undo", + "iconId": "icon-undo-tool", + "isTileTool": false + }, + { + "id": "redo", + "title": "Redo", + "iconId": "icon-redo-tool", + "isTileTool": false + }, + { + "id": "delete", + "title": "Delete", + "iconId": "icon-delete-tool", + "isTileTool": false + } + ], + "navTabs": { + "showNavPanel": true, + "lazyLoadTabContents": true, + "tabSpecs": [ + { + "tab": "problems", + "label": "Activity", + "sections": [ + { + "initials": "TIPS", + "title": "Tips", + "type": "problem-documents" + }, + { + "initials": "DATA", + "title": "Data Analysis", + "type": "problem-documents" + }, + { + "initials": "SUM", + "title": "Reflection", + "type": "problem-documents" + } + ] + }, + { + "tab": "my-work", + "label": "My Work", + "sections": [ + { + "title": "Workspaces", + "type": "problem-documents", + "dataTestHeader": "my-work-section-investigations", + "dataTestItem": "my-work-list-items", + "documentTypes": [ + "problem", + "planning" + ], + "order": "original", + "showStars": [] + }, + { + "title": "Workspaces", + "type": "personal-documents", + "dataTestHeader": "my-work-section-workspaces", + "dataTestItem": "my-work-list-items", + "documentTypes": [ + "personal" + ], + "properties": [ + "!isDeleted" + ], + "showStars": [], + "addDocument": true + }, + { + "title": "Workspaces", + "type": "learning-logs", + "dataTestHeader": "learning-log-section", + "documentTypes": [ + "learningLog" + ], + "properties": [ + "!isDeleted" + ], + "addDocument": true + } + ] + }, + { + "tab": "sort-work", + "label": "Class Work", + "teacherOnly": false + }, + { + "tab": "teacher-guide", + "label": "Teacher Guide", + "teacherOnly": true, + "sections": [] + } + ] + }, + "settings": { + "table": { + "numFormat": ".2~f", + "tools": [ + "set-expression", + "link-tile", + "merge-in", + [ + "data-set-view", + "graph" + ], + [ + "data-set-view", + "datacard" + ], + "delete" + ] + }, + "graph": { + "tools": [ + "link-tile-multiple", + "add-points-by-hand", + "fit-all", + "toggle-lock", + "movable-line", + "move-points", + "add-points", + "delete" + ], + "defaultAxisLabels": { + "bottom": "x", + "left": "y" + }, + "emptyPlotIsNumeric": true, + "scalePlotOnValueChange": true, + "defaultSeriesLegend": true, + "connectPointsByDefault": true + }, + "datacard": { + "tools": [ + "duplicate", + [ + "data-set-view", + "Table" + ], + [ + "data-set-view", + "graph" + ], + "image-upload", + "delete-attribute" + ] + } + }, + "showCommentTag": true, + "commentTags": { + "nutrition": "Nutrition", + "training": "Training", + "sports_medicine": "Sports medicine", + "performance": "Performance", + "team_ops": "Team ops", + "academics": "Academics" + }, + "tagPrompt": "Type of Stats", + "stamps": [ + { + "url": "datagoat/stamps/pulling.png", + "width": 116, + "height": 114 + } + ] + }, + "sections": { + "introduction": { + "initials": "TIPS", + "title": "Tips", + "placeholder": "How did you measure the data" + }, + "activity": { + "initials": "DATA", + "title": "Data Analysis", + "placeholder": "Analyze the Data" + } + }, + "planningDocument": { + "enable": "teacher", + "default": true, + "sectionInfo": { + "objectives": { + "initials": "OB", + "title": "Objectives", + "placeholder": "Work area for\nObjectives section" + }, + "sequence": { + "initials": "SQ", + "title": "Sequence", + "placeholder": "Work area for\nSequence section" + } + }, + "sections": [ + { + "type": "objectives" + }, + { + "type": "sequence" + } + ] + }, + "investigations": [ + { + "description": "Introduction to CLUE", + "ordinal": 0, + "title": "Introduction to CLUE", + "problems": [ + { + "description": "Activity 0: Getting Started", + "ordinal": 1, + "title": "Collaborative Learning Environment", + "subtitle": "Get a CLUE", + "disabled": [], + "sections": [ + "sections/investigation-0/problem-1/introduction/content.json", + "sections/investigation-0/problem-1/activity/content.json", + "sections/investigation-0/problem-1/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-0/problem-1/exemplar-1/content.json", + "exemplars/investigation-0/problem-1/exemplar-2/content.json", + "exemplars/investigation-0/problem-1/exemplar-3/content.json", + "exemplars/investigation-0/problem-1/exemplar-4/content.json", + "exemplars/investigation-0/problem-1/exemplar-5/content.json", + "exemplars/investigation-0/problem-1/exemplar-6/content.json" + ], + "config": {} + } + ] + }, + { + "description": "Activity 1: Data Analysis", + "ordinal": 1, + "title": "Data Analysis", + "problems": [ + { + "description": "Analysis 1.1", + "ordinal": 1, + "title": "Nutrition Data", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-1/tips/content.json", + "sections/investigation-1/problem-1/data/content.json", + "sections/investigation-1/problem-1/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + } + }, + { + "description": "Analysis 1.2", + "ordinal": 2, + "title": "Training Data", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-2/tips/content.json", + "sections/investigation-1/problem-2/data/content.json", + "sections/investigation-1/problem-2/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + "planningTemplate": { + "objectives": { + "tiles": [] + }, + "sequence": { + "tiles": [] + } + } + } + }, + { + "description": "Analysis 1.3", + "ordinal": 3, + "title": "Sports Medicine", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-3/tips/content.json", + "sections/investigation-1/problem-3/data/content.json", + "sections/investigation-1/problem-3/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + "planningTemplate": { + "objectives": { + "tiles": [] + }, + "sequence": { + "tiles": [] + } + } + } + }, + { + "description": "Analysis 1.4", + "ordinal": 4, + "title": "Strategy Data", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-4/tips/content.json", + "sections/investigation-1/problem-4/data/content.json", + "sections/investigation-1/problem-4/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + "planningTemplate": { + "objectives": { + "tiles": [] + }, + "sequence": { + "tiles": [] + } + } + } + }, + { + "description": "Analysis 1.5", + "ordinal": 5, + "title": "Performance", + "subtitle": "Research", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-5/tips/content.json", + "sections/investigation-1/problem-5/data/content.json", + "sections/investigation-1/problem-5/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + "planningTemplate": { + "objectives": { + "tiles": [] + }, + "sequence": { + "tiles": [] + } + } + } + }, + { + "description": "Analysis 1.6", + "ordinal": 6, + "title": "Team Ops", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-6/tips/content.json", + "sections/investigation-1/problem-6/data/content.json", + "sections/investigation-1/problem-6/reflection/content.json" + ], + "exemplars": [ + "exemplars/investigation-1/problem-1/exemplar-1/content.json", + "exemplars/investigation-1/problem-1/exemplar-2/content.json", + "exemplars/investigation-1/problem-1/exemplar-3/content.json", + "exemplars/investigation-1/problem-1/exemplar-4/content.json", + "exemplars/investigation-1/problem-1/exemplar-5/content.json", + "exemplars/investigation-1/problem-1/exemplar-6/content.json" + ], + "config": { + "planningTemplate": { + "objectives": { + "tiles": [] + }, + "sequence": { + "tiles": [] + } + } + } + }, + { + "description": "Activity 1.7", + "ordinal": 7, + "title": "Academics", + "subtitle": "", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-7/tips/content.json", + "sections/investigation-1/problem-7/data/content.json", + "sections/investigation-1/problem-7/reflection/content.json" + ], + "exemplars": [ + ], + "config": { + } + } + ] + } + ] +} \ No newline at end of file diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-1/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-1/content.json new file mode 100644 index 000000000..04a4ee929 --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-1/content.json @@ -0,0 +1,7 @@ +{ + "title": "Exemplar 1: Diverging", + "tag": "diverging", + "content": { + "tiles": [ ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-2/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-2/content.json new file mode 100644 index 000000000..321c2ba04 --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-2/content.json @@ -0,0 +1,7 @@ +{ + "title": "Exemplar 2: Converging", + "tag": "converging", + "content": { + "tiles": [ ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-3/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-3/content.json new file mode 100644 index 000000000..2b5dd5a1e --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-3/content.json @@ -0,0 +1,29 @@ +{ + "title": "Allow user to Rearrange", + "tag": "user", + "content": { + "tiles": [ + [ + { + "id": "sPpC8IUPi1A4q0Bm", + "title": "Allow user to Rearrange", + "content": { + "type": "Image", + "url": "mods/images/Heuristics-250x399_AllowUsertoRearrange.png" + } + }, + { + "id": "HUeff-inKLd0obvW", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Enable the user to move or rearrange parts of the design.

" + ] + } + } + ] + ] + } +} diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-4/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-4/content.json new file mode 100644 index 000000000..af667fda3 --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-4/content.json @@ -0,0 +1,29 @@ +{ + "title": "Incorporate Environment", + "tag": "environment", + "content": { + "tiles": [ + [ + { + "id": "pxCYnHe7XKa9ozAx", + "title": "Incorporate Environment", + "content": { + "type": "Image", + "url": "mods/images/Heuristics-250x399_IncorporateEnvironment.png" + } + }, + { + "id": "yaZ2n2TSzTaiJTcu", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Include what is around you in the design.

" + ] + } + } + ] + ] + } +} diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-5/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-5/content.json new file mode 100644 index 000000000..2b95ba11a --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-5/content.json @@ -0,0 +1,29 @@ +{ + "title": "Expand or Collapse", + "tag": "form", + "content": { + "tiles": [ + [ + { + "id": "gTvPGg-VLUGp7b7s", + "title": "Expand/Collapse", + "content": { + "type": "Image", + "url": "mods/images/Heuristics-250x399_ExpandCollapse.png" + } + }, + { + "id": "i5gO0_fxyzX1l8wG", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Change the design so it is bigger or smaller.

" + ] + } + } + ] + ] + } +} diff --git a/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-6/content.json b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-6/content.json new file mode 100644 index 000000000..e0c85e52d --- /dev/null +++ b/curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-6/content.json @@ -0,0 +1,29 @@ +{ + "title": "Add Natural Features", + "tag": "function", + "content": { + "tiles": [ + [ + { + "id": "wNoULaht8vTNGffY", + "title": "Mimic Natural Mechanisms", + "content": { + "type": "Image", + "url": "mods/images/Heuristics-250x399_NaturalFeatures.png" + } + }, + { + "id": "FFcqxwr8epEEfyu0", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Include something from nature.

" + ] + } + } + ] + ] + } +} diff --git a/curriculum/datagoat/sections/investigation-0/problem-1/activity/content.json b/curriculum/datagoat/sections/investigation-0/problem-1/activity/content.json new file mode 100644 index 000000000..a4d2ded16 --- /dev/null +++ b/curriculum/datagoat/sections/investigation-0/problem-1/activity/content.json @@ -0,0 +1,7126 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "jVu0lyX6VmWRgOhY", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Time to Get a CLUE

Text

When you click into a text tile in your workspace, a tray with icons for editing options appears below it. Hover your mouse over the items in the tray for more information (and a keyboard shortcut) about each. Go ahead and make a text tile now, and write down what you're most looking forward to learning in this class. Be sure to try some formatting and list options.

" + ] + } + }, + { + "id": "MADDxE2jZiDIptpg", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sketching and Images

Images can be used in lots of ways in your work. You can make a standalone image with the image tool, or you can put an image into a sketch and annotate it with the sketch tools. Images could be something you looked up, a photo you take of an experiment or scene, or a screen capture of your own work to document it.

You can place an image into an Image, Sketch, or Data Card in three ways: (1) Use the upload button in the tool set to pick an image from your computer, (2) Drag and drop an image into a new image or sketch tool, or (3) copy an image to the clipboard and use Ctrl-V to paste it in the target tile.

Of course, you can always drag an image from another document into your workspace.

Here's an image to play with. Try including it in various tiles or import one of your own.

" + ] + } + }, + { + "id": "DDLvZQSOS0WNarrX", + "title": "My labeled image", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "image", + "id": "fN8mUwbtqa6m5s_R", + "x": 21, + "y": -27, + "visible": true, + "url": "mods/images/Heuristics-250x399_NaturalMechanisms.png", + "filename": "Heuristics-250x399_NaturalMechanisms.png", + "width": 151, + "height": 282 + }, + { + "type": "text", + "id": "rdpR8xCQ5g6GDTky", + "x": 255, + "y": 94, + "visible": true, + "width": 100, + "height": 100, + "stroke": "#000000", + "text": "I can annotate this curious image" + }, + { + "type": "line", + "id": "P8-0wLv2rmE3BTs9", + "x": 241, + "y": 132, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -3, + "dy": -2 + }, + { + "dx": -5, + "dy": -2 + }, + { + "dx": -8, + "dy": -3 + }, + { + "dx": -10, + "dy": -4 + }, + { + "dx": -12, + "dy": -3 + }, + { + "dx": -13, + "dy": -4 + }, + { + "dx": -12, + "dy": -3 + }, + { + "dx": -11, + "dy": -2 + }, + { + "dx": -9, + "dy": -1 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -7, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -5, + "dy": 1 + }, + { + "dx": -5, + "dy": 1 + }, + { + "dx": -4, + "dy": 1 + }, + { + "dx": -3, + "dy": 1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "80m3uJEq2yzc5vdh", + "x": 124, + "y": 87, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -2, + "dy": 3 + }, + { + "dx": -2, + "dy": 2 + }, + { + "dx": -2, + "dy": 3 + }, + { + "dx": -2, + "dy": 3 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "ellipse", + "id": "VoAEkqc1yQMDsDnP", + "x": 395, + "y": 137, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "#ffff00", + "rx": 24, + "ry": 24 + }, + { + "type": "ellipse", + "id": "ZfpyrTs7bb9yeOy5", + "x": 384, + "y": 126, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 3, + "ry": 3 + }, + { + "type": "ellipse", + "id": "TDH1myIfkiHYvapG", + "x": 404, + "y": 126, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 3, + "ry": 3 + }, + { + "type": "ellipse", + "id": "TfPDozVgSHXvZ7cN", + "x": 392.5, + "y": 142, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "#000000", + "rx": 3.5, + "ry": 7 + }, + { + "type": "line", + "id": "BfC8URF-GNtLs1gH", + "x": 373, + "y": 169, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "i_mOIM-V-JYhoVNt", + "x": 412, + "y": 173, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "utrgy_IRl1OU-XT-", + "x": 426, + "y": 172, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "AN4ifLAAAtRG_HhY", + "x": 457, + "y": 156, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "G10IDDpjqKv3IlJd", + "x": 461, + "y": 191, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + } + ] + }, + "layout": { + "height": 261 + } + }, + { + "id": "SbbKDh_4RIFGF5Ig", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sketch

Sketches are useful for communicating ideas or for documenting parts of solutions. There are lots of tools for letting you make shapes, change colors, group and order things and control the visibility of things. Make sure to open the View/Sort panel on the left of the sketch tile to see what it does.

" + ] + } + }, + { + "id": "9TWYW0Jj5imOhr7F", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Annotation Arrows (SPArrows)

There's a special feature in CLUE that lets you show relationships between objects either in your tiles or across them. These arrows are made using the blue comment arrow bubble at the top of your workspace. Then you can click on any two end points and talk about the relationship between them.

" + ] + } + }, + { + "id": "mpwLrj7jSewSF63E", + "title": "Ecosystem", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "text", + "id": "HnO3yrpd47CwoY7N", + "x": 175, + "y": 63, + "visible": true, + "width": 45, + "height": 42, + "stroke": "#000000", + "text": "birds" + }, + { + "type": "text", + "id": "Jfa2UEcXXg8mxEmV", + "x": 240, + "y": 141, + "visible": true, + "width": 46, + "height": 43, + "stroke": "#000000", + "text": "bugs" + }, + { + "type": "text", + "id": "Emnh28UzhuizdZsy", + "x": 106, + "y": 140, + "visible": true, + "width": 46, + "height": 43, + "stroke": "#000000", + "text": "trees" + } + ] + }, + "layout": { + "height": 237 + } + }, + { + "id": "3LH7nkkeLL2yyCvb", + "title": "Forest", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "group", + "id": "zZfxEvrlRqqRiu7b", + "x": 0, + "y": 0, + "visible": true, + "objects": [ + { + "type": "line", + "id": "W6SKVFWY1kT0diuJ", + "x": 119.68235294117648, + "y": 46.86086956521739, + "visible": true, + "stroke": "#008a00", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": 3.860869565217391 + }, + { + "dx": -2.152941176470588, + "dy": 3.860869565217391 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 2.152941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "FNRlCVtSY5GpEJ6_", + "x": 154.68235294117648, + "y": 37.86086956521739, + "visible": true, + "stroke": "#008a00", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": 3.860869565217391 + }, + { + "dx": -2.152941176470588, + "dy": 3.860869565217391 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 2.895652173913043 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 1.9304347826086956 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0.9652173913043478 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -2.895652173913043 + }, + { + "dx": -2.152941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 2.152941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 1.4352941176470588, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": -1.4352941176470588, + "dy": -1.9304347826086956 + }, + { + "dx": -0.7176470588235294, + "dy": -1.9304347826086956 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": -0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0.9652173913043478 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0.7176470588235294, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "ReN1ZafeXvgZ_2wC", + "x": 83, + "y": 37, + "visible": true, + "stroke": "#008a00", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -3, + "dy": 3 + }, + { + "dx": -3, + "dy": 4 + }, + { + "dx": -3, + "dy": 4 + }, + { + "dx": -3, + "dy": 3 + }, + { + "dx": -3, + "dy": 3 + }, + { + "dx": -2, + "dy": 3 + }, + { + "dx": -2, + "dy": 3 + }, + { + "dx": -2, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -3, + "dy": -3 + }, + { + "dx": -3, + "dy": -3 + }, + { + "dx": -3, + "dy": -3 + }, + { + "dx": -2, + "dy": -3 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -2, + "dy": -3 + }, + { + "dx": -3, + "dy": -2 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -2, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + } + ], + "objectExtents": { + "W6SKVFWY1kT0diuJ": { + "top": 0.08264462809917338, + "right": 0.7535211267605635, + "bottom": 1, + "left": 0.32394366197183067 + }, + "FNRlCVtSY5GpEJ6_": { + "top": 0.008264462809917343, + "right": 1, + "bottom": 0.9256198347107437, + "left": 0.5704225352112672 + }, + "ReN1ZafeXvgZ_2wC": { + "top": 0, + "right": 0.5985915492957744, + "bottom": 0.9504132231404945, + "left": 0 + } + } + } + ] + } + }, + { + "id": "LbmTpJ1sQgUNipDB", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

In this case, we can see the forest for the trees. 😃

" + ] + } + } + ], + "annotations": [ + { + "id": "6toOQKcRes-plOPA", + "sourceObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "HnO3yrpd47CwoY7N", + "objectType": "text" + }, + "sourceOffset": { + "dx": 2, + "dy": -18 + }, + "targetObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "Jfa2UEcXXg8mxEmV", + "objectType": "text" + }, + "targetOffset": { + "dx": 20, + "dy": 0 + }, + "text": "eat", + "textOffset": { + "dx": 39.25000000000001, + "dy": -32.74999999999999 + }, + "type": "arrowAnnotation" + }, + { + "id": "1fKds5S-PezBgHRi", + "sourceObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "Jfa2UEcXXg8mxEmV", + "objectType": "text" + }, + "sourceOffset": { + "dx": 7, + "dy": 15 + }, + "targetObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "Emnh28UzhuizdZsy", + "objectType": "text" + }, + "targetOffset": { + "dx": 2, + "dy": 17 + }, + "text": "eat", + "textOffset": { + "dx": -4.500000000000034, + "dy": 25.5 + }, + "type": "arrowAnnotation" + }, + { + "id": "1056Wo7cbZ3id-Z0", + "sourceObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "HnO3yrpd47CwoY7N", + "objectType": "text" + }, + "sourceOffset": { + "dx": -16, + "dy": -14 + }, + "targetObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "Emnh28UzhuizdZsy", + "objectType": "text" + }, + "targetOffset": { + "dx": -15, + "dy": -16 + }, + "text": "nest", + "textOffset": { + "dx": -38.75000000000001, + "dy": -34.249999999999986 + }, + "type": "arrowAnnotation" + }, + { + "id": "43EO1BwyGvtqSg8_", + "sourceObject": { + "tileId": "3LH7nkkeLL2yyCvb", + "objectId": "zZfxEvrlRqqRiu7b", + "objectType": "group" + }, + "sourceOffset": { + "dx": -72, + "dy": -50 + }, + "targetObject": { + "tileId": "mpwLrj7jSewSF63E", + "objectId": "Emnh28UzhuizdZsy", + "objectType": "text" + }, + "targetOffset": { + "dx": -18, + "dy": 15 + }, + "text": "trees", + "textOffset": { + "dx": -58.500000000000014, + "dy": -24.999999999999968 + }, + "type": "arrowAnnotation" + } + ] + } +} diff --git a/curriculum/datagoat/sections/investigation-0/problem-1/introduction/content.json b/curriculum/datagoat/sections/investigation-0/problem-1/introduction/content.json new file mode 100644 index 000000000..c74741ee3 --- /dev/null +++ b/curriculum/datagoat/sections/investigation-0/problem-1/introduction/content.json @@ -0,0 +1,1932 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "y5zjsg_GUnvZhNqs", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Welcome to CLUE!

CLUE is short for Collaborative Learning User Environment.

CLUE is a space for you to make science and engineering work together with your classmates.

" + ] + } + }, + [ + { + "id": "rcHE9TbQ_LTLIfL9", + "content": { + "type": "Table", + "columnWidths": { + "QI1pL0Ue8DcN_aot": 99.91796875, + "Ghd4LoLwDnKNiByl": 93.03125 + } + } + }, + { + "id": "gDdBCfzzCxrY-bqV", + "title": "washing in sink", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "line", + "id": "enrAYmOFPeYhaU8p", + "x": 33, + "y": 70, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "QAgey8wkO5Kc56X2", + "x": 33, + "y": 82, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "jyHm8X5CZzWK-v8I", + "x": 67, + "y": 96, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -1, + "dy": 3 + }, + { + "dx": -2, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "1yckRss3b1dBr1u0", + "x": 75, + "y": 94, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "qLi-13n-hxWaG8Hg", + "x": 65, + "y": 102, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "group", + "id": "7s4_7UMqrLOq1LMA", + "x": -1, + "y": -4, + "visible": true, + "objects": [ + { + "type": "ellipse", + "id": "OnM1k5WDwkcOjJEK", + "x": 71.5, + "y": 162.5, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 48.5, + "ry": 10.5 + }, + { + "type": "ellipse", + "id": "BScSBIcj6mZ1zHqJ", + "x": 68.5, + "y": 163, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 26.5, + "ry": 5 + } + ], + "objectExtents": { + "OnM1k5WDwkcOjJEK": { + "top": 0, + "right": 1, + "bottom": 1, + "left": 0 + }, + "BScSBIcj6mZ1zHqJ": { + "top": 0.2857142857142857, + "right": 0.7422680412371134, + "bottom": 0.7619047619047619, + "left": 0.1958762886597938 + } + } + }, + { + "type": "group", + "id": "c-gwhCNUGTgMGA7h", + "x": 0, + "y": 0, + "visible": true, + "objects": [ + { + "type": "ellipse", + "id": "Opj-6UClRF9t15UX", + "x": 81.5, + "y": 172.5, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 48.5, + "ry": 10.5 + }, + { + "type": "ellipse", + "id": "G8y2RI9jG4UjK1t2", + "x": 78.5, + "y": 173, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 26.5, + "ry": 5 + } + ], + "objectExtents": {} + }, + { + "type": "group", + "id": "0-MJ3Drj5GmKrmQQ", + "x": 2, + "y": 5, + "visible": true, + "objects": [ + { + "type": "ellipse", + "id": "_pM1Xen4-MMDffRq", + "x": 103.5, + "y": 164, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "#ff8415", + "rx": 26.5, + "ry": 5 + }, + { + "type": "ellipse", + "id": "rIIxmmdB2KCane0g", + "x": 106.5, + "y": 163.5, + "visible": true, + "stroke": "#ff8415", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 48.5, + "ry": 10.5 + } + ], + "objectExtents": { + "_pM1Xen4-MMDffRq": { + "top": 0.2857142857142857, + "right": 0.7422680412371134, + "bottom": 0.7619047619047619, + "left": 0.1958762886597938 + }, + "rIIxmmdB2KCane0g": { + "top": 0, + "right": 1, + "bottom": 1, + "left": 0 + } + } + } + ] + }, + "layout": { + "height": 280 + } + } + ], + { + "id": "OYfq9GEX6n-Ou1OX", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Your workspaces (and this content) are made of little chunks called tiles. Whenever you choose a tool from the toolbar on the left side of your workspace, you will get a tile with that tool in it. Tools let express your ideas in different ways:

Try hovering your mouse over the text or other features in this tab. You’ll see a gray box around each tool tile.

" + ] + } + }, + { + "id": "SHJ92hPoZ7DJFXzF", + "content": { + "type": "DataCard" + } + }, + { + "id": "CDZFE7LhsHxWLbJR", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

On the right is your workspace. To edit your workspace, you must first add a tile. You get a tile in your workspace by either

All tiles have a waffle (gray box with six dots) in the upper right corner if you hover over it. To drag the tile, click the waffle and hold it down as you drag it to your workspace. As you drag the tile into the workspace, a blue line shows where the tile will go when you let go.

" + ] + } + }, + { + "id": "ehDLW25Ta6qvOWJ9", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Drag or create the tiles that you need to help you into the your workspace. Drag them around to arrange them as you like. Once a tile is in your workspace, you can edit it, use it's special tools, delete it, or move it around.

" + ] + } + }, + { + "id": "D7AsUAaGeFf_Ie6y", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Collaborate in Groups

In CLUE, everyone works in a group with up to four people. When you start an activity, CLUE drops you into a group randomly. You can change groups by clicking on the group number in the upper right corner to swap groups. When you change groups, your work moves with you.

Groups are important in CLUE. You can learn from classmates in your group and they can learn from you both by discussing solutions while you observe each other, and by copying parts of each other's work to extend them. Try this now: bring up the group view with a partner, make sure you share, and then drag something from your partners workspace into yours. Then go on to the activity and work together to discover the available tools you can use.

" + ] + } + }, + { + "id": "TQ5JYr--kmn8icZ1", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

TO BEGIN

Please open your group view and share your workspace so that you and your partners can see each other's work. Then move on to the Activity to try making and swapping a few tiles.

" + ] + } + }, + { + "id": "VJR1p4U1Xy_X_HvW", + "title": "Group Share tools in CLUE", + "content": { + "type": "Image", + "url": "mods/images/sharegroup.png", + "filename": "mods/images/sharegroup.png" + } + } + ], + "sharedModels": [ + { + "sharedModel": { + "type": "SharedDataSet", + "id": "u7ZmUW7KKI3lEmXs", + "providerId": "SHJ92hPoZ7DJFXzF", + "dataSet": { + "id": "6hlf65OuK4IHa4cb", + "name": "stakeholders", + "attributes": [ + { + "id": "HUpWTSirjiA_1MGR", + "clientKey": "", + "name": "Role", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "Custodian", + "Teacher" + ], + "title": "" + }, + { + "id": "3EuTQ_d-EYj4NeeH", + "clientKey": "", + "name": "Water Use", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "washing floors", + "drinking" + ], + "title": "" + } + ], + "cases": [ + { + "__id__": "01J0XHAEB0AYD9JMX0ZVC9HZHH" + }, + { + "__id__": "01J0XHN0WFNTQM6MX9X3PV0YSX" + } + ] + } + }, + "tiles": [ + "SHJ92hPoZ7DJFXzF" + ] + }, + { + "sharedModel": { + "type": "SharedDataSet", + "id": "8ADGk8kTfYvM5e-K", + "providerId": "rcHE9TbQ_LTLIfL9", + "dataSet": { + "id": "9uupmMR3GqHUE2TY", + "name": "Water Usage", + "attributes": [ + { + "id": "QI1pL0Ue8DcN_aot", + "clientKey": "", + "name": "Use", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "Washing dishes (by hand)", + "Making Coffee", + "Washing dishes (by machine)" + ], + "title": "" + }, + { + "id": "Ghd4LoLwDnKNiByl", + "clientKey": "", + "name": "Quantity", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "12 liters", + "1 liter", + "100 liters" + ], + "title": "" + } + ], + "cases": [ + { + "__id__": "TCwxTDnGo5XkD0ay" + }, + { + "__id__": "Xf57bouRqb0O7IcZ" + }, + { + "__id__": "PqEaGCirYpmJVO9Y" + } + ] + } + }, + "tiles": [ + "rcHE9TbQ_LTLIfL9" + ] + } + ] + } +} diff --git a/curriculum/datagoat/sections/investigation-0/problem-1/reflection/content.json b/curriculum/datagoat/sections/investigation-0/problem-1/reflection/content.json new file mode 100644 index 000000000..7461bce4e --- /dev/null +++ b/curriculum/datagoat/sections/investigation-0/problem-1/reflection/content.json @@ -0,0 +1,39 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "document_Text_1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Learning Logs

Now that you know how to record your ideas in a CLUE document, and how to share and reuse tiles, you may have already figured out that you can reuse your own work from previous activities. You should summarize your most important ideas in a learning log at the end of the lesson, or perhaps you made a few documents to work on different versions of your ideas. To make new documents, use the My Work tab which has buttons to help you create more, or use the menu at the top of your Workspace.

In the Class Work tab, you'll find the document you are currently working on, plus those of your classmates and even your teachers. If they chose to Share these, you'll be able to open them up. You can refer to your previous work and any shared work from your classmates in all the subsequent activities.

" + ] + } + }, + { + "id": "document_Text_2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sorting your Work

The Class Work view lets you sort documents in several important ways. You can look at work by name (to find your own), by group (to see th differences in how each group is developing ideas), by tools used, and by Design Strategy. The strategy sort will help you see over time the way you approach your work and how your classmates do it. At some points in the class, you may also find that you may be given a CLUE to how your style of work might be expanded. If your work isn't being sorted into a strategy yet, ask your teacher to make sure to put it in a category for you. You might choose to pick which strategies you used together as a class during presentations or summaries of your work.

If you try sorting by two strategies, you will see a graph that shows how all the documents fall into the sorted categories.

" + ] + } + }, + { + "id": "WkSdrQe6dYdFHMko", + "title": "Text 1", + "display": "teacher", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Teacher Notes

If you are a teacher, you may see green highlighted sections like this in the content. These are only visible to you, not your students, although they may be copied into your documents and shared with the class if you wish.

" + ] + } + } + ] + } +} diff --git a/curriculum/datagoat/sections/investigation-1/problem-1/data/content.json b/curriculum/datagoat/sections/investigation-1/problem-1/data/content.json new file mode 100644 index 000000000..5c740f262 --- /dev/null +++ b/curriculum/datagoat/sections/investigation-1/problem-1/data/content.json @@ -0,0 +1,95 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "MSmUpR_fgXMcJmzz", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Water Conservation Video Activity 1

Watch this video from National Geographic explaining why water is important, and why and how we should conserve water.

Why is it important to conserve water? Write your ideas in the box below.

" + ] + } + }, + { + "id": "oAwU-Tx2Z3IwCylc", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Video 1 Notes: Why is it important to conserve water?

" + ] + } + }, + { + "id": "eb-YCQsUkHILnoku", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Water Conservation Video Activity 2

Watch a second video from National Geographic explaining why water is important, and why and how we should conserve water.

Why is it important to conserve water? Write your ideas in the box below.

" + ] + } + }, + { + "id": "7CedWOsPPS1WfG1a", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Video 2 Notes: Why is it important to conserve water?

" + ] + } + }, + { + "id": "HqBc_UpyBOE11ENh", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Whole Class Discussion

Why is water conservation important? What would happen if there wasn't enough water? What would happen if our water wasn't clean?

Discuss these questions with your group then record your reflections and questions in your Workspace. Use your sharing and group tools to view each other's responses and discuss with your classmates.

" + ] + } + }, + { + "id": "2snRe9kKU9siaDFc", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Discussion Notes: Why is water conservation important? What would happen if there wasn't enough water? What would happen if our water wasn't clean?

" + ] + } + }, + { + "id": "pHc5uv7aEjTAEjYr", + "title": "Text 10", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Need Statement

It is important to conserve water in our community. Explore ways to access water through collecting it, reducing its use, or considering other resources.

Read the need statement. In the text box below, write any questions you have about this need statement.

" + ] + } + }, + { + "id": "b8VP8i8HvH3Mu_fI", + "title": "Text 11", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

I'm wondering...

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/sections/investigation-3/problem-1/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-1/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-1/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-1/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-1/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-1/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-1/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-1/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-2/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-2/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-2/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-2/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-2/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-2/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-2/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-2/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-2/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-2/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-2/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-2/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-3/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-3/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-3/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-3/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-3/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-3/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-3/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-3/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-3/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-3/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-3/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-3/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-4/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-4/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-4/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-4/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-4/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-4/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-4/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-4/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-4/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-4/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-4/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-4/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-5/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-5/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-5/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-5/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-5/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-5/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-5/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-5/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-5/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-5/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-5/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-5/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-6/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-6/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-6/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-6/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-6/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-6/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-6/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-6/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-6/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-6/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-6/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-6/tips/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-7/activity/content.json b/curriculum/datagoat/sections/investigation-1/problem-7/data/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-7/activity/content.json rename to curriculum/datagoat/sections/investigation-1/problem-7/data/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-7/reflection/content.json b/curriculum/datagoat/sections/investigation-1/problem-7/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-7/reflection/content.json rename to curriculum/datagoat/sections/investigation-1/problem-7/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-7/introduction/content.json b/curriculum/datagoat/sections/investigation-1/problem-7/tips/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-7/introduction/content.json rename to curriculum/datagoat/sections/investigation-1/problem-7/tips/content.json diff --git a/curriculum/datagoat/stamps/group.png b/curriculum/datagoat/stamps/group.png new file mode 100644 index 000000000..37726c2de Binary files /dev/null and b/curriculum/datagoat/stamps/group.png differ diff --git a/curriculum/datagoat/stamps/jumping.png b/curriculum/datagoat/stamps/jumping.png new file mode 100644 index 000000000..8124f4942 Binary files /dev/null and b/curriculum/datagoat/stamps/jumping.png differ diff --git a/curriculum/datagoat/stamps/pointing.png b/curriculum/datagoat/stamps/pointing.png new file mode 100644 index 000000000..a10ef30cb Binary files /dev/null and b/curriculum/datagoat/stamps/pointing.png differ diff --git a/curriculum/datagoat/stamps/pulling.png b/curriculum/datagoat/stamps/pulling.png new file mode 100644 index 000000000..1aaac5723 Binary files /dev/null and b/curriculum/datagoat/stamps/pulling.png differ diff --git a/curriculum/datagoat/stamps/sitting.png b/curriculum/datagoat/stamps/sitting.png new file mode 100644 index 000000000..c51b3d65e Binary files /dev/null and b/curriculum/datagoat/stamps/sitting.png differ diff --git a/curriculum/datagoat/teacher-guide/content.json b/curriculum/datagoat/teacher-guide/content.json new file mode 100644 index 000000000..efb1ec1df --- /dev/null +++ b/curriculum/datagoat/teacher-guide/content.json @@ -0,0 +1,195 @@ +{ + "code": "mods", + "abbrevTitle": "MODS", + "title": "MODS Teacher Guide", + "subtitle": "Engineering Design", + "placeholderText": "Enter notes here", + "config": { + "placeholderText": "Document your thoughts", + "autoSectionProblemDocuments": true, + "defaultDocumentType": "problem", + "toolbar": [ + {"id": "select", "title": "Select", "iconId": "icon-select-tool", "isTileTool": false, "isDefault": true}, + {"id": "Text", "title": "Text", "isTileTool": true}, + {"id": "Drawing", "title": "Sketch", "isTileTool": true}, + {"id": "Image", "title": "Image", "isTileTool": true}, + {"id": "DataCard", "title": "Data Cards", "isTileTool": true}, + {"id": "Table", "title": "Table", "isTileTool": true}, + {"id": "duplicate", "title": "Duplicate Tile", "iconId": "icon-duplicate-tool", "isTileTool": false}, + {"id": "undo", "title": "Undo", "iconId": "icon-undo-tool", "isTileTool": false}, + {"id": "redo", "title": "Redo", "iconId": "icon-redo-tool", "isTileTool": false}, + {"id": "delete", "title": "Delete", "iconId": "icon-delete-tool", "isTileTool": false} + ], + "navTabs": { + "showNavPanel": true, + "lazyLoadTabContents": true, + "tabSpecs": [ + { + "tab": "problems", + "label": "Activity", + "sections": [ + {"initials": "ACT", "title": "Activity", "type": "problem-documents"}, + {"initials": "Q", "title": "Questions", "type": "problem-documents"}, + {"initials": "REF", "title": "Reflection", "type": "problem-documents"} + ] + }, + { + "tab": "my-work", + "label": "My Work", + "sections": [ + {"title": "Workspaces", "type": "problem-documents", "dataTestHeader": "my-work-section-investigations", "dataTestItem": "my-work-list-items", "documentTypes": ["problem", "planning"], "order": "original", "showStars": []}, + {"title": "Workspaces", "type": "personal-documents", "dataTestHeader": "my-work-section-workspaces", "dataTestItem": "my-work-list-items", "documentTypes": ["personal"], "properties": ["!isDeleted"], "showStars": [], "addDocument": true}, + {"title": "Learning Journal", "type": "learning-logs", "dataTestHeader": "learning-log-section", "documentTypes": ["learningLog"], "properties": ["!isDeleted"], "addDocument": true} + ] + }, + { + "tab": "class-work", + "label": "Class Work", + "sections": [ + {"title": "Workspaces", "type": "published-problem-documents", "dataTestHeader": "class-work-section-published", "dataTestItem": "class-work-list-items", "documentTypes": ["publication"], "showStars": [], "properties": ["!isDeleted"]}, + {"title": "Workspaces", "type": "teacher-supports", "dataTestHeader": "supports-section-teacher-supports", "dataTestItem": "supports-list-items", "documentTypes": ["supportPublication"], "properties": ["teacherSupport", "!isDeleted"]} + ] + }, + {"tab": "teacher-guide", "label": "Teacher Guide", "teacherOnly": true, "sections": []}, + {"tab": "student-work", "label": "Student Work", "teacherOnly": true, "sections": []} + ] + }, + "settings": { + "table": { + "numFormat": ".2~f", + "tools": ["delete"] + } + }, + "stamps": [ + { + "url": "mods/stamps/standing.png", + "width": 25, + "height": 25 + }, + { + "url": "mods/stamps/pointing.png", + "width": 25, + "height": 25 + }, + { + "url": "mods/stamps/sitting.png", + "width": 25, + "height": 25 + }, + { + "url": "mods/stamps/group.png", + "width": 25, + "height": 25 + } + ] + }, + "sections": { + "overview": { + "initials": "OBJ", + "title": "Objectives", + "placeholder": "Work area for\nObjectives section" + }, + "teach": { + "initials": "LC", + "title": "Sequence", + "placeholder": "Work area for\nSequence section" + } + }, + "investigations": [ + { + "description": "Problem 1: Water Resources", + "ordinal": 1, + "title": "Problem 1: Water Resources", + "problems": [ + { + "description": "Activity 1.1", + "ordinal": 1, + "title": "Activity 1.1", + "subtitle": "Importance of Water Conservation", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-1/objectives/content.json", + "sections/investigation-1/problem-1/sequence/content.json" + ] + }, + { + "description": "Activity 1.2", + "ordinal": 2, + "title": "Activity 1.2", + "subtitle": "Stakeholder Mapping", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-2/objectives/content.json", + "sections/investigation-1/problem-2/sequence/content.json" + ] + }, + { + "description": "Activity 1.3", + "ordinal": 3, + "title": "Activity 1.3", + "subtitle": "Scoping", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-3/objectives/content.json", + "sections/investigation-1/problem-3/sequence/content.json" + ] + }, + { + "description": "Activity 1.4", + "ordinal": 4, + "title": "Activity 1.4", + "subtitle": "Stakeholder Interviews", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-4/objectives/content.json", + "sections/investigation-1/problem-4/sequence/content.json" + ] + }, + { + "description": "Activity 1.5", + "ordinal": 5, + "title": "Activity 1.5", + "subtitle": "Research", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-5/objectives/content.json", + "sections/investigation-1/problem-5/sequence/content.json" + ] + }, + { + "description": "Activity 1.6", + "ordinal": 6, + "title": "Activity 1.6", + "subtitle": "Concept Generation, Drawing Ideas", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-6/objectives/content.json", + "sections/investigation-1/problem-6/sequence/content.json" + ] + }, + { + "description": "Activity 1.7", + "ordinal": 7, + "title": "Activity 1.7", + "subtitle": "Idea Generation Part 2", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-7/objectives/content.json", + "sections/investigation-1/problem-7/sequence/content.json" + ] + }, + { + "description": "Activity 1.8", + "ordinal": 8, + "title": "Activity 1.8", + "subtitle": "Presentation & Reflection", + "disabled": [], + "sections": [ + "sections/investigation-1/problem-8/objectives/content.json", + "sections/investigation-1/problem-8/sequence/content.json" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/objectives/content.json new file mode 100644 index 000000000..40531cc29 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/objectives/content.json @@ -0,0 +1,73 @@ +{ + "type": "objectives", + "content": { + "tiles": [ + { + "id": "Mf2vKLFaBOM_YjWL", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Importance of Water Conservation

In lesson one, students explore water conservation to develop background knowledge and learn about how engineers solve problems guided by a need statement.

" + ] + } + }, + { + "id": "yxG7o4fMnQ1Q3GQy", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Learning Objective

Students will be able to explain at least one reason why water conservation is important in their lives and/or communities.

" + ] + } + }, + { + "id": "Q_3vZLK0L3wviFh6", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Main Activities

" + ] + } + }, + { + "id": "6D36i4u2k7QpdJr-", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Deliverables

" + ] + } + }, + { + "id": "SuaKe3muv2wQtZi_", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineering Design Standard(s)

NGSS Engineering Standard: MS.ETS 1.1

Define the criteria and constraints of a design problem with sufficient precision to ensure a successful solution, taking into account relevant scientific principles and potential impacts on people and the natural environment that may limit possible solutions.

Explanation

At the middle school level, students learn to sharpen the focus of problems by precisely specifying criteria and constraints of successful solutions, taking into account not only what needs the problem is intended to meet, but also the larger context within which the problem is defined, including limits to possible solutions (www.nextgenscience.org)

In this lesson, the teacher engages students to think and discuss water conservation, focusing on the ways that they (and their families and communities) use water. Students should grasp the importance of water for sustaining life while at the same time understanding challenges to an adequate water supply. Students also learn what a need statement is, and how this tool supports engineers to solve problems. Students will use this knowledge to propose and evaluate design solutions that would meet their needs (and the needs of other family and community stakeholders) in the following lessons.

" + ] + } + }, + { + "id": "qNMin0ZQKzqIn1-f", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Earth Science Standards

MS-ESS2-4

Develop a model to describe the cycling of water through Earth's systems driven by energy from the sun and the force of gravity.

MS-ESS2-6

Develop and use a model to describe how unequal heating and rotation of the Earth cause patterns of atmospheric and oceanic circulation that determine regional climates.

Explanation

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/sequence/content.json new file mode 100644 index 000000000..55e7e2867 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-1/sequence/content.json @@ -0,0 +1,62 @@ +{ + "type": "sequence", + "content": { + "tiles": [ + { + "id": "J2dySNsLPy6q4-y2", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Let's Talk About Water

Students list ways that people use water and think about why water is important to activate prior knowledge before watching the water conservation videos in the next activity.

Notes:

" + ] + } + }, + { + "id": "vUfo9IJ0VXFu7pXE", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Water Conservation Video Activity

Students explore two water conservation videos and answer the question “Why is it important to conserve water?”

Notes:

" + ] + } + }, + { + "id": "tsmkBvEp43s7mDTh", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Introducing a Need Statement

Students discuss problem-solving and the need statement for this design.

Notes:

" + ] + } + }, + { + "id": "ze4Rz4DC0aGV_jSj", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Students note their ideas and questions about water conservation through sketching and/or note-taking.

Notes;

" + ] + } + }, + { + "id": "alSGBbOjzBqesZL2", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Community Connection (Optional Extension Activity):

Before or after this lesson, take a quiet walk around the school with a notebook. Note any community members (e.g., stakeholders—office staff, custodians, students from other grades). With teacher support, students can ask community members what they think about water conservation and take notes.

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/objectives/content.json new file mode 100644 index 000000000..d9a078c47 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/objectives/content.json @@ -0,0 +1,62 @@ +{ + "type": "objectives", + "content": { + "tiles": [ + { + "id": "3783LgotcLR5O2Kq", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Exploring Stakeholders in Water Conservation Solutions

In lesson two, students explore stakeholders in their communities (individuals that can participate in or benefit from water conservation solutions) through stakeholder mapping.

Lesson Context: In the previous lesson, students considered the significance of community-level water conservation. In today’s lesson, they will consider who in the community should conserve water.

" + ] + } + }, + { + "id": "7msTuCn8hUQ8yMLq", + "title": "Text 7", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Learning Objective(s)

Students will be able to identify at least five stakeholders in their design solution.

Students will be able to identify commonalities among groups of stakeholders.

" + ] + } + }, + { + "id": "5VdEm5HM4QkP0alr", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Main Activities

" + ] + } + }, + { + "id": "B1o4sFmbbOGq6p9U", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineering Standard(s)

NGSS Engineering Standard: MS.ETS 1.1

Define the criteria and constraints of a design problem with sufficient precision to ensure a successful solution, taking into account relevant scientific principles and potential impacts on people and the natural environment that may limit possible solutions.

Explanation

At the middle school level, students learn to sharpen the focus of problems by precisely specifying criteria and constraints of successful solutions, taking into account not only what needs the problem is intended to meet, but also the larger context within which the problem is defined, including limits to possible solutions (www.nextgenscience.org)

In this lesson, the teacher engages students in exploring about water conservation, focusing on the ways that individual stakeholders-- the students themselves and a network of community members-- use water. Students do not need to memorize an extensive list of stakeholders, but instead will explore the (sometimes aligned, sometimes competing) wants and needs of key stakeholders in their community through stakeholder mapping. Students will also re-examine and challenge the current need statement, making changes if necessary to best express the shared need of a diverse group of stakeholders. Students will use this knowledge to propose and evaluate design solutions that would meet stakeholder need in the following lessons.

" + ] + } + }, + { + "id": "IL_9Dz5HiQv44Y7G", + "title": "Text 8", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Earth Science Standard(s)

MS-ESS2-4

Develop a model to describe the cycling of water through Earth's systems driven by energy from the sun and the force of gravity.

MS-ESS2-6

Develop and use a model to describe how unequal heating and rotation of the Earth cause patterns of atmospheric and oceanic circulation that determine regional climates.

Explanation

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/sequence/content.json new file mode 100644 index 000000000..0e88160e4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-2/sequence/content.json @@ -0,0 +1,62 @@ +{ + "type": "sequence", + "content": { + "tiles": [ + { + "id": "I28WiiQHUE38Cfzf", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Introductory Discussion about Stakeholders

Students activate prior knowledge by asking "Who should conserve water in our community and why?"

Notes:

" + ] + } + }, + { + "id": "0E9ua_V7DDM9s20T", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Mapping

Students list stakeholders (one for each notecard). Students engage in two different ways to sort the cards. First, they sort using their own categories-- whatever makes sense to them. After the teacher models an example, the students sort the stakeholders into groups given by the teacher.

Notes:

" + ] + } + }, + { + "id": "ydRUY3KoIvfNxQUy", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Need Statement Reframe

Students will reflect on the stakeholder mapping activity in relationship to their need statement.

Notes:

Students answer both questions in the same text box in CLUE but each question has a different purpose and the teacher can use different features of CLUE to realize this purpose.

" + ] + } + }, + { + "id": "20tFRkgaM2XQG5Gm", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Students describe any changes they made to the need statement (or why no changes were needed) as well as document any other thoughts or ideas they are having at this time.

Notes:

" + ] + } + }, + { + "id": "IXrdjex4qYnYJzT_", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Community Connection (Optional)

Prompt students to share their stakeholder maps with at least one important person in their home. Students should note any feedback on their stakeholder map.

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-3/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-4/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-5/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-6/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-7/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/objectives/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/objectives/content.json new file mode 100644 index 000000000..d27b46f61 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/objectives/content.json @@ -0,0 +1 @@ +{"type": "objectives", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/sequence/content.json b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/sequence/content.json new file mode 100644 index 000000000..613d6dbe4 --- /dev/null +++ b/curriculum/datagoat/teacher-guide/sections/investigation-1/problem-8/sequence/content.json @@ -0,0 +1 @@ +{"type": "sequence", "content": {"tiles": []}} \ No newline at end of file diff --git a/curriculum/mods/sections/investigation-2/problem-1/activity/content.json b/curriculum/mods/investigation-2/problem-1/activity/content.json similarity index 100% rename from curriculum/mods/sections/investigation-2/problem-1/activity/content.json rename to curriculum/mods/investigation-2/problem-1/activity/content.json diff --git a/curriculum/mods/sections/investigation-2/problem-1/introduction/content.json b/curriculum/mods/investigation-2/problem-1/introduction/content.json similarity index 100% rename from curriculum/mods/sections/investigation-2/problem-1/introduction/content.json rename to curriculum/mods/investigation-2/problem-1/introduction/content.json diff --git a/curriculum/mods/sections/investigation-2/problem-1/reflection/content.json b/curriculum/mods/investigation-2/problem-1/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-2/problem-1/reflection/content.json rename to curriculum/mods/investigation-2/problem-1/reflection/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-1/activity/content.json b/curriculum/mods/investigation-3/problem-1/activity/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-1/activity/content.json rename to curriculum/mods/investigation-3/problem-1/activity/content.json diff --git a/curriculum/mods/investigation-3/problem-1/introduction/content.json b/curriculum/mods/investigation-3/problem-1/introduction/content.json new file mode 100644 index 000000000..8dcfc2499 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-1/introduction/content.json @@ -0,0 +1,123 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "fhtNzxr9y4omjTTS", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Let's Talk About Water

Water is Important in Our Lives

" + ] + } + }, + [ + { + "id": "8RO1z4oQ-736KLh4", + "title": "Image 1", + "content": { + "type": "Image", + "url": "mods/images/jos-speetjens-b2p4_i9g_ma-unsplash.jpg", + "filename": "mods/images/jos-speetjens-b2p4_i9g_ma-unsplash.jpg" + } + }, + { + "id": "5giS8KBkSROkS-dk", + "title": "Image 2", + "content": { + "type": "Image", + "url": "mods/images/aaron-burden-arya3uminia-unsplash.jpg", + "filename": "mods/images/aaron-burden-arya3uminia-unsplash.jpg" + } + } + ], + { + "id": "_Y3H6wrp_qCmThqw", + "title": "Text 8", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

List at least 5 ways that people use water ("drinking" for example). List as many as you can!

" + ] + } + }, + { + "id": "NeRjAPOq3dFvW5xO", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Ways people use water

1.

2.

3.

4.

5.

" + ] + } + }, + { + "id": "bb1LvcxgOkSHaK3N", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Why is water important to you?

Drag the box below into your workspace to answer the question.

" + ] + } + }, + { + "id": "eDyxtDfaUjFOQpeQ", + "title": "Text 9", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Why is water important to you?

" + ] + } + }, + { + "id": "KWE1zVF-nguKENHm", + "title": "Text 10", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Opening Questions

Fill out this questionnaire from the United States Geological Survey to estimate how much water you use in a typical day.

Then answer the two questions in the text box below.

" + ] + } + }, + { + "id": "f93bDhfG_K6KbxKU", + "title": "Text 11", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

What did you learn after taking the questionnaire and reading the results page? Explain anything that was interesting or surprising to you.

Explain any new ideas you have about designing a water conservation solution after taking the questionnaire.

" + ] + } + }, + { + "id": "F-n_7WnC9cL4aHxZ", + "title": "Text 7", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Extension

Make a sketch (using the sketch box below or using pencil and paper). Sketch one way that people use water in their lives.

" + ] + } + }, + { + "id": "tuPaOc0FCSBKQXKt", + "title": "How people use water in their lives", + "content": { + "type": "Drawing", + "objects": [] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-1/reflection/content.json b/curriculum/mods/investigation-3/problem-1/reflection/content.json new file mode 100644 index 000000000..705c517fb --- /dev/null +++ b/curriculum/mods/investigation-3/problem-1/reflection/content.json @@ -0,0 +1,48 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "863xn_F2MC7VyAIR", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Explain why water conservation is important to me (or my community). Note anything important you learned, any questions you have, any initial design ideas or sketches you have or whatever else you want to write about!

You can write or sketch (or do both). You do not need to write in complete sentences.

" + ] + } + }, + { + "id": "yPqM6ESwe-35jr3g", + "title": "Text 8", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 1)

" + ] + } + }, + { + "id": "ohpLcz22G_MmV9_E", + "title": "Engineer Notebook (Lesson 1)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "e9J9D8csVhMQjC0n", + "title": "Text 9", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your engineer notebook tile(s) and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-2/activity/content.json b/curriculum/mods/investigation-3/problem-2/activity/content.json new file mode 100644 index 000000000..fb9cc54ec --- /dev/null +++ b/curriculum/mods/investigation-3/problem-2/activity/content.json @@ -0,0 +1,115 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "VZHt42TTv7qcQaEC", + "title": "Text 8", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder List

In the text box below ("My Stakeholder List") make a numbered list of stakeholders in your community that will be affected by your water conservation solution. List as many stakeholders as you can think of (at least 12). You can start by listing any stakeholders you identified in the previous activity and then adding to that list. Try to think of:

" + ] + } + }, + { + "id": "tW4kWsMgyl1ukG_x", + "title": "Text 9", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

My Stakeholder List

" + ] + } + }, + { + "id": "FkznDb7v5Y8A5v5B", + "title": "Text 10", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Whole Class Discussion

1. Share 1-2 of your stakeholders from your list with the class. If a classmate identifies a stakeholder that is not on your list, make sure to add that stakeholder to your list.

2. Do some of these stakeholders have things in common? For example, you might see that one group of stakeholders is inside your school and another group is outside your school. Note any commonalities amongst stakeholders in the box below. Then discuss as a class.

" + ] + } + }, + { + "id": "3UuQ4rF4hcQ7uFHa", + "title": "Text 11", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

What do these stakeholders have in common?

" + ] + } + }, + { + "id": "vTJgF-sUgnJ5VU7X", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Mapping

Take a look at the example stakeholder map below, then follow these instructions to create your own stakeholder map.

1. If you are sketching digitally, drag the sketch box below (titled "Stakeholder Map") into your workspace OR take out paper and pencil.

2. In the sketch box (or using pencil and paper), create one text box for each of the stakeholders on your stakeholder list.

3. Now, sort your stakeholders into three groups:

Group 1, Users: stakeholders that might use your water conservation design solution

Group 2, Resource-Providers: stakeholders that might give resources (for example, time, money, or information) to create your water conservation design solution

Group 3, Questioners: stakeholders that might have questions about your design solution. They might not think it is useful or important or they might have other questions about it.

Organize your stakeholders, adding each stakeholder to the group you think fits best. If it seems like a stakeholder could fit in more than one group, you can make a duplicate text box for that stakeholder and add it to both groups.

4. Make a title for each group (Users, Resource-Providers, Questioners)

5. (Optional) Color code your groups.

6. Examine the stakeholder map you just created. What wonderings do you have at this point? Jot those down in the text box below. You can use the sentence starters that are already there to express your thoughts.

" + ] + } + }, + { + "id": "_KFqAsTq2dcxcIP8", + "title": "Image 1", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-12-13-111513.png", + "filename": "mods/images/screenshot-2023-12-13-111513.png" + } + }, + { + "id": "NEK5kpPf57O4kcXm", + "title": "Stakeholder Map", + "content": { + "type": "Drawing", + "objects": [] + }, + "layout": { + "height": 470 + } + }, + { + "id": "ZEQE59hXRn24u_oK", + "title": "Text 12", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Map Wonderings

I wonder....

I don't understand....

I think....

" + ] + } + }, + { + "id": "JYZxLhdIbNvAxxZ3", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Need Statement

It is important to conserve water in our community. Explore ways to access water through collecting it, reducing its use, or considering other resources.

Take some time to think about your current need statement. Your work in class should help you solve this need.

  1. How does the stakeholder map help us understand this need in our community and create a solution?
  2. Should we add, edit, or remove any information to our need statement now that we have created a stakeholder map?

Discuss these questions with a partner. Then write your answers to these questions in the text box below.

Then discuss as a class. Note any important thoughts from the discussion in the same text box. Finally, copy your current need statement in the box below. Use bold font for the need statement.

" + ] + } + }, + { + "id": "tZYHx9bV5iEtaAQN", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Need Statement Notes (Lesson 2)

How does the stakeholder map help us understand this need in our community and create a solution?

Should we add, edit, or remove any information to our need statement now that we have created a stakeholder map?

Notes from class discussion:

Write your current need statement here:

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-2/introduction/content.json b/curriculum/mods/investigation-3/problem-2/introduction/content.json new file mode 100644 index 000000000..2e708aa1b --- /dev/null +++ b/curriculum/mods/investigation-3/problem-2/introduction/content.json @@ -0,0 +1,48 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "wtL1TpqGz-_Nlw8p", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Opening Question

Who should conserve water in our community? Why is water conservation important to that person?

Type your answer in the box below. If you would also like to draw a sketch to express your ideas, use the sketch box (or pencil and paper).

(Optional) Feel free to use this sentence starter:

________ should conserve water because ______________

" + ] + } + }, + { + "id": "r6mF45wntQjOpQqs", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Who should conserve water in our community. Why is water conservation important to that person?

" + ] + } + }, + { + "id": "4MDGEPDNDWg_Rd9E", + "title": "Who should conserve water in our community? Why is water conservation important to that person?", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "to51k2UP3aB3row9", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Identifying Stakeholders

You just identified some of your stakeholders!

A stakeholder is any person who cares about your design solution or will be affected by it in some way. In this case, stakeholders are people in your community that you will affect if you create a design solution for water conservation. They have a stake in your design solution.

A design solution can affect many people:

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-2/reflection/content.json b/curriculum/mods/investigation-3/problem-2/reflection/content.json new file mode 100644 index 000000000..063f35628 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-2/reflection/content.json @@ -0,0 +1,48 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "8jw3t_ClHUZoelzC", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Note anything important you learned about stakeholder mapping, any questions you have, any initial design ideas or sketches you have or whatever else you want to write about!

You can write or sketch (or do both). You do not need to write in complete sentences.

Optionally, you can answer one (or both) of these questions in your journal:

" + ] + } + }, + { + "id": "4kRXbQ8Zy1BJdtCQ", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 2)

" + ] + } + }, + { + "id": "Fw4esxp9xo1ue_Ce", + "title": "Engineer Notebook (Lesson 2)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "zGjX9rG14go1qIup", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your stakeholder map, need statement notes, and engineer notebook tile(s) and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-3/activity/content.json b/curriculum/mods/investigation-3/problem-3/activity/content.json new file mode 100644 index 000000000..a527107e3 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-3/activity/content.json @@ -0,0 +1,187 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "yTqaXJc0cg_EBipI", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Profile

Choose one stakeholder that you would like to think about in more depth. You can choose one of the stakeholders you wrote about in the introductory activity or another stakeholder from your map.

Take a look at the example stakeholder profile below. You will make a stakeholder profile for one of your stakeholders. Like the example, your stakeholder profile will have information about important things in your stakeholder's life, ways they use and enjoy water, and your ideas about why water conservation is important to them.

" + ] + } + }, + { + "id": "_oVr2t6ReXKkeTVA", + "title": "Image 1", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-10-17-112410.png", + "filename": "mods/images/screenshot-2023-10-17-112410.png" + } + }, + { + "id": "cgZt8ZoIha2GMMFk", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Profile Instructions

Now that you've read the example, you can make your own stakeholder profile in the sketch box below (or using pencil and paper) following these steps:

1. Create a title for your sketch (for example, "Stakeholder Profile of [Name]")

2. Think of at least three things that are important to this stakeholder. "Important things" might be their values, beliefs, interests, motivations, or anything else important that you know about them. You can draw an image that represents each of your ideas about your stakeholder or search google images and upload each image to the sketch box.

3. Make a caption for each image that explains each thing that is important to your stakeholder. You can use this sentence starter or craft your own sentence(s):

[Thing] is important to [name] because [reason].

4. Think of at least three ways that this stakeholder uses water or ways they could conserve water. Upload one image and one text box caption for each of these ideas and add them the sketch box. For the caption, you can use this sentence starter or craft your own sentence(s):

[Name] uses water to [activity] probably about [number of times a day/week].

[Name] could conserve water by [action].

5. Look over your images and re-read your text boxes. Why is water conservation important to this stakeholder? Add a text box to your sketch to answer these questions. You can use this sentence starter or craft your own sentence(s):

Water conservation is important to [name] because [reason].

" + ] + } + }, + { + "id": "6zWY78DzePAr3TN7", + "title": "Sketch 1", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "AS8zgCjzHIV0RtQM", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Examining Assumptions

You probably had to make some assumptions to create this stakeholder profile. In the text box below, note at least two assumptions you made and how you might clarify these assumptions.

Examples:

" + ] + } + }, + { + "id": "JemWt3nZmeW-zPC7", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Stakeholder Profile: My Assumptions

" + ] + } + }, + { + "id": "775Fkdo2Y3vcTwRA", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Water Conservation Design Solutions in Your Area

Use the links below to read about two water conservation design solutions in your area. (You might like to open all the links, skim the articles, and then choose the two that are most interesting to you.) For each solution you read about, use the chart below to make notes. Note information about what the water conservation solution is and whether or not you think this is a good solution for your stakeholders. The notes chart already has one example solution for you to read before you start.

Articles about Water Conservation in Buffalo, NY:

Buffalo Niagara Waterkeeper

Buffalo River Restoration Project

Lead Service Line Removal (Get Water Wise Buffalo)

" + ] + } + }, + { + "id": "0mdtcm_xpElPTS_T", + "content": { + "type": "Table", + "columnWidths": { + "GYbL0u5IFw1zIssc": 232, + "st_BuuhAoJsfHCrn": 243, + "HDP34bzM37BmPKxo": 242, + "EU9qNSFMOnFGYYI5": 239 + } + } + }, + { + "id": "638p1P8YSWHpSx63", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Pair Share

Share about one of the water conservation solutions you read about with a partner. Then discuss the question:

What advice do you have for your classmates to make an effective water conservation solution?

" + ] + } + } + ], + "sharedModels": [ + { + "sharedModel": { + "type": "SharedDataSet", + "id": "y1rc2wEOtyxHeYPj", + "providerId": "0mdtcm_xpElPTS_T", + "dataSet": { + "id": "7nDZpa534V2gF_lG", + "name": "Notes: Water Conservation Solutions in My Community", + "attributes": [ + { + "id": "GYbL0u5IFw1zIssc", + "clientKey": "", + "name": "Source", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "(Example Answer) Niagara Corp Low Flow Showerhead https://niagaracorp.com/resource-library/technology/uhet/#showerhead", + null, + null + ], + "title": "" + }, + { + "id": "st_BuuhAoJsfHCrn", + "clientKey": "", + "name": "What is the water conservation solution?", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "(Example Answer) This water conservation solution is a low flow shower head. A shower head is the part of the shower where the water comes out and low flow means that the flow of water coming out is less than normal. If you install a low flow shower head you will use less water when you shower. ", + "", + "" + ], + "title": "" + }, + { + "id": "HDP34bzM37BmPKxo", + "clientKey": "", + "name": "What did you think was interesting about this water conservation solution? ", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "(Example Answer) I thought it was interesting that this company sells kits that include multiple products to reduce water use in the bathroom and other areas of the home. I also thought it was interesting because this company is located downtown near the library and I go there a lot and I never knew it was there. ", + "", + "" + ], + "title": "" + }, + { + "id": "EU9qNSFMOnFGYYI5", + "clientKey": "", + "name": "Will this solution work for my stakeholders? Why or why not? ", + "hidden": false, + "units": "", + "formula": {}, + "values": [ + "(Example Answer) I've seen my mom fix the sink a couple of times but I don't think many people my age know about plumbing or low flow shower heads but if they know they could tell their parents about it. I've been to Home Depot with my uncle so many times and sometimes he lets me suggest what thing he should buy when there are a lot of options. ", + "", + "" + ], + "title": "" + } + ], + "cases": [ + { + "__id__": "qN7LFOgSJfKxSLL-" + }, + { + "__id__": "XkxRrgw7dtD9q7mb" + }, + { + "__id__": "tb9Cc596L3NioVo6" + } + ] + } + }, + "tiles": [ + "0mdtcm_xpElPTS_T" + ] + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-3/introduction/content.json b/curriculum/mods/investigation-3/problem-3/introduction/content.json new file mode 100644 index 000000000..c1dd900db --- /dev/null +++ b/curriculum/mods/investigation-3/problem-3/introduction/content.json @@ -0,0 +1,40 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "Lb_Dg6RISKZ9FwF3", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Opening Question

Open your Learning Journal and take a look at your stakeholder map. Then answer the questions in the text box below:

  1. Who are two stakeholders that you think are important?
  2. Why do you think they are important?

Share your answer with a partner if you have time.

" + ] + } + }, + { + "id": "BSwRVCMwQddx_ya3", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Who are two stakeholders that you think are important? Why do you think they are important?

" + ] + } + }, + { + "id": "vAVItTPbOeK4mXkL", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Stakeholder Profile and Community Research

Before you can design a solution, you have to understand your stakeholders and get a good idea of what they need. If you don't understand stakeholder need, you may design a solution that people don't need or don't use. To begin exploring stakeholder need, engineering design professionals reflect on what they already know, what they want to learn, and what assumptions they might be making that would keep them from truly understanding stakeholder need.

In this lesson, we'll learn more about stakeholder need through two activities. First, we'll make a stakeholder profile to document what we already know about stakeholders and any assumptions we hold. Second, we will explore water conservation solutions in your community and consider how they meet stakeholder need.

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-3/reflection/content.json b/curriculum/mods/investigation-3/problem-3/reflection/content.json new file mode 100644 index 000000000..8d1c9dee0 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-3/reflection/content.json @@ -0,0 +1,59 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "O3tyugrNYwOJUUJ1", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Take a look at stakeholder profiles from other students in your class. Then, note anything important you learned about stakeholders or design solutions in your community, any questions you have, any initial design ideas or sketches or whatever else you want to write or sketch about! It would be a good idea to read the description of today's activities to make sure you understood what you did and why so please read that before you write your reflection.

You can write or sketch in the boxes below (or do both). You do not need to write in complete sentences.

Optionally, you can answer some (or all) of these questions in your journal:

" + ] + } + }, + { + "id": "tBlZSI4zPVPvmgSt", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Stakeholder Profile and Community Research

Before you can design a solution, you have to understand your stakeholders and get a good idea of what they need. If you don't understand stakeholder need, you may design a solution that people don't need or don't use. To begin exploring stakeholder need, engineering design professionals reflect on what they already know, what they want to learn, and what assumptions they might be making that would keep them from truly understanding stakeholder need.

In this lesson, we'll learn more about stakeholder need through two activities. First, we'll make a stakeholder profile to document what we already know about stakeholders and any assumptions we hold. Second, we will explore water conservation solutions in your community and consider how they meet stakeholder need.

" + ] + } + }, + { + "id": "x-bc4ZW-Qodi_uUP", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 3)

" + ] + } + }, + { + "id": "DHwFMfbJhFsE-qN5", + "title": "Engineer Notebook (Lesson 3)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "7DT6FNpLWSiBe3Y0", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your stakeholder profile and engineer notebook tile(s) and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-4/activity/content.json b/curriculum/mods/investigation-3/problem-4/activity/content.json new file mode 100644 index 000000000..046df14ed --- /dev/null +++ b/curriculum/mods/investigation-3/problem-4/activity/content.json @@ -0,0 +1,135 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "IimxlKyRr4CvTGuy", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Scoping Step 1: Asking Questions

To begin scoping, first take some time to write down some questions you have about designing a water conservation solution for stakeholders in your community. Write down any questions that you think are relevant. You may want to look at your Learning Journal to give you ideas for questions.

Write at least 5 questions. Use the text box below to make your question list.

" + ] + } + }, + { + "id": "Kjll5qn8eytuQyFE", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Questions about a Water Conservation Solution

" + ] + } + }, + { + "id": "Cyty6wen5aXWrQiP", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Whole Class Discussion

Share at least two of your questions with the class. Listen carefully to your classmates:

" + ] + } + }, + { + "id": "SxxWM2ZoJE48WaZW", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Scoping Step 2: Evaluating and Organizing Questions in a Scoping Table

Notice that most of your questions are either natural questions, social questions, or design questions.

Here are three examples. Can you tell which question is a natural question, which is a social question, and which is a design question?

  1. Where does the water we drink at school come from?
  2. Do students at my school prefer to drink from the water fountain or use their own water bottles?
  3. What material is best for a water bottle that keeps water cold for a long period of time?

Question 1 is a natural question because it is about the environment. You would need to learn more about rivers, lakes, and other bodies of water to find the source of your drinking water at school.

Question 2 is a social question because it is about people. You would need to know about the habits and preferences of students at your school to answer that question.

Question 3 is a design question because it is a question about how to design a water bottle. You would have to learn about different water bottle materials that designers have used to answer that question.

Now let's look at the list of questions you made. Identify which questions from your list are most important to you. Then determine if each of these questions is a natural, social, or design question. Then organize the questions by typing them in the correct column in the table. Your final scoping table should have 2-5 questions in each category. Feel free to add any extra questions you think of as you create the scoping table.

It may be helpful to evaluate and organize one or two questions as a whole class before you complete the table on your own.

" + ] + } + }, + { + "id": "Yf0sbUmZsDiEgMIN", + "title": "Scoping Table", + "content": { + "type": "Table", + "columnWidths": { + "HAsLT29MJOYqHF1o": 221, + "nY0kRZe8vSa47FRk": 210, + "trE4c_HM3wPxfurE": 223 + }, + "name": "Table 1" + } + }, + { + "id": "WFIocZsDM8OLMyzb", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Scoping Table Wonderings (Quick Write and Whole Class Discussion)

Examine the scoping table you just created. What wonderings do you have at this point? Jot those down in the text box below. You can use the sentence starters that are already there to express your thoughts.

Share some of your wonderings with your teacher and classmates and listen to their ideas and advice.

" + ] + } + }, + { + "id": "rZnsh-avSucjq8TE", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Scoping Table Wonderings

I wonder....

I don't understand....

I think....

" + ] + } + } + ], + "sharedModels": [ + { + "sharedModel": { + "type": "SharedDataSet", + "id": "oKEyKbaWgJAjag4-", + "providerId": "Yf0sbUmZsDiEgMIN", + "dataSet": { + "id": "xxHHbd1zmI6pbNem", + "name": "Table 1", + "attributes": [ + { + "id": "HAsLT29MJOYqHF1o", + "clientKey": "", + "name": "Natural Questions", + "hidden": false, + "units": "", + "formula": {}, + "values": [], + "title": "" + }, + { + "id": "nY0kRZe8vSa47FRk", + "clientKey": "", + "name": "Social Questions", + "hidden": false, + "units": "", + "formula": {}, + "values": [], + "title": "" + }, + { + "id": "trE4c_HM3wPxfurE", + "clientKey": "", + "name": "Design Questions", + "hidden": false, + "units": "", + "formula": {}, + "values": [], + "title": "" + } + ], + "cases": [] + } + }, + "tiles": [ + "Yf0sbUmZsDiEgMIN" + ] + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-4/introduction/content.json b/curriculum/mods/investigation-3/problem-4/introduction/content.json new file mode 100644 index 000000000..8284fc7f7 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-4/introduction/content.json @@ -0,0 +1,51 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "BmXFrqoMzTK-NMAx", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Opening Question

Open your Learning Journal and read your stakeholder map and stakeholder profile.

If we want to meet the needs of these stakeholders, we will need more information. What information do we need to create an effective water conservation solution? Write your ideas in the box below.

" + ] + } + }, + { + "id": "Dc5HGY6_ndfmgFKp", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

What information do we need to create an effective water conservation solution?

We need to know (about)...

" + ] + } + }, + { + "id": "Oo-A637DDzCQmj9c", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Whole Class Discussion

Share your ideas with the class. Take any notes from the class discussion in the same text box.

" + ] + } + }, + { + "id": "bHkkyQIelgbxa_qH", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Scoping

It would take too long to learn everything we could possibly learn related to our water conservation solution, but if we design a solution without gathering information our solution might not work. So where do we start?

One way that engineering design professionals think through a complicated problem space is by scoping. Scoping is the process of asking and organizing questions to explore a problem space and identify important factors that affect stakeholder need.

Asking, evaluating, and organizing questions helps engineering design professionals to establish a scope or identify what is relevant as they move forward in the design process.

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-4/reflection/content.json b/curriculum/mods/investigation-3/problem-4/reflection/content.json new file mode 100644 index 000000000..a655944ab --- /dev/null +++ b/curriculum/mods/investigation-3/problem-4/reflection/content.json @@ -0,0 +1,59 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "D2UNqQEWdqcVPY2S", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Take a look at your scoping table and think about you work in class today by reading the description of scoping for a second time ("Today's Activity: Scoping," below). Note anything important you learned about scoping, any questions you have, any design ideas or sketches or whatever else you want to write about!

You can write or sketch (or do both). You do not need to write in complete sentences.

Optionally, you can answer some (or all) of these questions:

" + ] + } + }, + { + "id": "4nHnwyDtZfWRje6f", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Scoping

It would take too long to learn everything we could possibly learn related to our water conservation solution, but if we design a solution without gathering information our solution might not work. So where do we start?

One way that engineering design professionals think through a complicated problem space is by scoping. Scoping is the process of asking, evaluating, and organizing questions to explore a problem space and identify important factors that affect stakeholder need.

Asking, evaluating, and organizing questions helps engineering design professionals to establish a scope or identify what is relevant as they move forward in the design process.

" + ] + } + }, + { + "id": "x0cjahvRllJMdrVz", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 4)

" + ] + } + }, + { + "id": "hQXH6dqPbcjTZhUG", + "title": "Engineer Notebook (Lesson 4)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "9rLpb9ddHogo-G4M", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your scoping table and engineer notebook and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-5/activity/content.json b/curriculum/mods/investigation-3/problem-5/activity/content.json new file mode 100644 index 000000000..ea8b2596a --- /dev/null +++ b/curriculum/mods/investigation-3/problem-5/activity/content.json @@ -0,0 +1,64 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "XTqXZK8Y-SnrWbhe", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Research

In today's activity you will choose the most important questions from your scoping table to research. As a reminder, your table contains:

Choose Research Questions

Choose two questions from your scoping table that you want to research. You will be researching using sources on the internet to answer these questions so choose questions that you could answer using internet research. Copy your questions in the "Research Questions" text box below and indicate whether they are natural, social, or design questions. (You can always add questions to your scoping table so if you have other questions you want to research today you can add them to your table now.)

" + ] + } + }, + { + "id": "WXE0CxKeK4OtWw22", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Research Questions

Question 1:

Is this a natural, social, or design question?:

Question 2:

Is this a natural, social, or design question?:

" + ] + } + }, + { + "id": "T_YM8iGNcs9MtVUD", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Research Notes

1. Choose one article from the links below. You can choose which article you want to read based on the title and description provided or you could open and skim the articles first and then choose the best one for you.

2. Put the title and source of your first article in your Research Notes.

3. Read your chosen article. Then complete your Research Notes with information from the article. Note anything you learned that is relevant to the question. It's possible that this article did not answer your research question fully so also make a note of any information you still want to learn.

4. Choose one more article, video or map for your research from the links below. Choose an article that looks like it will answer your research questions. If it looks like none of the articles will answer your research questions, you can get permission from your teacher to look for your own article using google search. If you find your article using google, remember that not all articles will give you correct information. Make sure to evaluate the source of the article. You may also want to discuss whether it is a reputable source with a classmate or your teacher.

If you want to research further, you can choose a third article, video, or interactive map for your research. Make notes by adding one additional column to the Research Notes table.

------------------------------------------------------------------------------------------------------------------------------------------------

Choose one of these articles to read first:

How Do We Use Water? (United States Environmental Protection Agency)

This article covers the main ways that people use water and also discusses challenges to making sure water is clean and there is enough water for people to use.

How Do We Get Our Drinking Water in the U.S.? (National Public Radio)

This article explains where your drinking water comes from and explains how water is cleaned so it is safe to drink.

Choose at least one additional article, video, or interactive map for your research:

Safe Drinking Water (National Science Foundation News) - Video

This video discusses algal blooms, which may be a water quality issue in your area.

Water Quality Testing (Chesapeake Bay Foundation) - Video

Learn how scientists measure water quality.

Lead in Drinking Water (New Hampshire Department of Environmental Services) - Video

Learn about how lead can get into drinking water and what to do about it.

Human Water Cycle: Agriculture (National Science Foundation News) - Video

Learn about how water is important in agriculture (farming).

Conservation by State (Natural Resources Conservation Service) - Interactive Map

Every US County has a local NRCS office. Click on your state and read about state-funded water conservation efforts in your area.

Wastewater: Where does it go? (Detroit River Canadian Cleanup) - Video

Learn about what happens to water that goes down the drain. (This video discusses Detroit but the same processes are likely at work in your area.)

Water (Natural Resources Conservation Service) - Article

This page has information about water conservation initiatives and practices in your area.

Why Humans are So Bad at Thinking About Climate Change (Climate Lab) - Video

This video discusses better ways to convince people to care about climate change (or water conservation).

Start Saving (United States Environmental Protection Agency) - Article

This article is an introduction to some of the most popular ways to save water.

How to Recycle Wastewater Using Plants (Andrew Millison) - Video

Students interested in plants and gardening can learn about how plants can help conserve water.

10 Ways to Save Water In Commercial Buildings (Consulting Specifying Engineer) - Article

Students interested in making buildings more efficient can learn about how to save water in commercial buildings.

" + ] + } + }, + [ + { + "id": "IqGptAV8Q1BiuEAh", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Article 1 Research Notes

Article Title:

Source (Link):

Notes on Research Question 1:

Notes on Research Question 2:

What else did you learn from this article?

" + ] + } + }, + { + "id": "0nSQPtWf0zq0-Asn", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Article 2 Research Notes

Article Title:

Source (Link):

Notes on Research Question 1:

Notes on Research Question 2:

What else did you learn from this article?

" + ] + } + } + ] + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-5/introduction/content.json b/curriculum/mods/investigation-3/problem-5/introduction/content.json new file mode 100644 index 000000000..f878d9efa --- /dev/null +++ b/curriculum/mods/investigation-3/problem-5/introduction/content.json @@ -0,0 +1,40 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "xbUHJoQ2GuJIJHXz", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Opening Activity

Take the questionnaire to estimate how much water is used in your home every day. How much water do you use at home?

Explore your waterway. How's my waterway? Add your town name or zip code to the search box.

Then answer the question in the text box below.

" + ] + } + }, + { + "id": "5cIVw7-xVAnD0N95", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

What did you learn about yourself and your stakeholders after taking the questionnaire and reading the interactive map?

" + ] + } + }, + { + "id": "8FgPJzMlBSH9qTkf", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Research

Engineering design professionals engage in research to explore a problem space and develop a better understanding of stakeholder need. For example, researching how much water a stakeholder uses in a typical day can help identify specific ways people can conserve water.

In the last lesson, you created a scoping table to identify which questions were the most important to you. Today, you will use these questions to guide you as you search for information. Pay attention to your stakeholder map as well. You want to make sure that you are finding information that is relevant to your stakeholders as you research.

The research process can also give you new insights and ideas:

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-5/reflection/content.json b/curriculum/mods/investigation-3/problem-5/reflection/content.json new file mode 100644 index 000000000..f9a245d7b --- /dev/null +++ b/curriculum/mods/investigation-3/problem-5/reflection/content.json @@ -0,0 +1,48 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "BWvYratPIA_LFu1L", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Take a look at your research notes and think about you work in class today. In the text and sketch boxes below, note anything important you learned about research, any questions you have, any design ideas or sketches or whatever else you want to write about! Since we learned about research today, remember to note anything important that you learned or anything that surprised you.

You can write or sketch (or do both). You do not need to write in complete sentences.

Optionally, you can answer some (or all) of these questions:

" + ] + } + }, + { + "id": "ubeCiaDEzbJW-PZy", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 5)

" + ] + } + }, + { + "id": "gZhm0iDpfeALt8AV", + "title": "Engineer Notebook (Lesson 5)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "ncAuAXPSCspgQQY4", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your research notes and engineer notebook and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-6/activity/content.json b/curriculum/mods/investigation-3/problem-6/activity/content.json new file mode 100644 index 000000000..fe08a13b3 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-6/activity/content.json @@ -0,0 +1,86 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "IWEbJ4IZuynL8061", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Idea Generation with Prompts

Below are some prompts to help you generate design solution ideas. Take some time to read these prompts with your class to make sure you understand all of the prompts. Each prompt will help you build on the ideas you already generated in the introductory activity.

Then, you can choose one prompt and generate a design solution idea for your stakeholders using that prompt. Sketch your idea. Then explain your design solution idea in the text box below each sketch box. In the text box, you will write down what prompt you used and explain how your design solution works.

You will work silently during this activity. Take time to think of your ideas, sketch, and write. Try your best not to disturb the other students in the class so everyone can have quiet time to think.

Below are sketch boxes and text boxes for three sketches. (You also can use pencil and paper.) You can add additional sketch and text boxes for any additional ideas you generate.

" + ] + } + }, + { + "id": "du4vT3ON1lzphAZQ", + "title": "Text 8", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Prompts

Think of one of your design solution ideas from the introduction. Then build on that idea using one of the following prompts.

  1. Add additional parts or features to your design.
  2. Substitute a different material, color, or part in your design.
  3. Combine two or more parts, ideas, or functions in your design.
  4. Modify your design to make it easier to use.
  5. Remove one part or feature from your design.
  6. Imagine you have an unlimited budget and re-work your design.
  7. Rearrange the parts or features of your design.
" + ] + } + }, + { + "id": "QmDPGPqSlzyC2r1K", + "title": "Sketch 1", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "BNprkKWNCSN1mXLP", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sketch 1

Prompt I used:

How does the design solution work? What are it's special features and details?

" + ] + } + }, + { + "id": "JSglFVaNNOfhihvy", + "title": "Sketch 2", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "fR3C6H_jd_EbSL9a", + "title": "Text 6", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sketch 2

Prompt I used:

How does the design solution work? What are it's special features and details?

" + ] + } + }, + { + "id": "hR3qSdbwK4tGvbEl", + "title": "Sketch 3", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "W3_S8ANzsDFcS36X", + "title": "Text 7", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Sketch 3

Prompt I used:

How does the design solution work? What are it's special features and details?

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-6/introduction/content.json b/curriculum/mods/investigation-3/problem-6/introduction/content.json new file mode 100644 index 000000000..eb83396a5 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-6/introduction/content.json @@ -0,0 +1,8207 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "flwFmti-FAm6D_t_", + "title": "Text 5", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Need Statement Reframe

In your learning journal, find your stakeholder need statement. Read the statement. Feel free to make any changes to your need statement. Here are some changes you could consider at this time:

1) Specify what stakeholders you want to design for. You can design for a larger group ("students in the 7th grade") or you can make it more specific ("people that use the school's garden").

2) Add information about the needs of these stakeholders based on research you did in the previous lessons. You could explain how these stakeholders use water, estimate how much water they use, and/or say why it is important that they conserve water.

Make sure your need statement expresses who your stakeholders are and what their needs are.

" + ] + } + }, + { + "id": "t6OwiTXZ9W2S7b30", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Generating Ideas for Design Solutions

A design solution is a product or process that meets the needs of stakeholders. In today's lesson we will generate (come up with) ideas for design solutions that help these stakeholders conserve water by sketching our ideas.

First, read the three examples below. For each example read the strategy behind the idea in the red text box.

Then sketch three of your design solution ideas in the sketch box below (or using pen and paper). You may already have ideas for design solutions that you would like to sketch or you can generate new ideas by using the same strategies in the examples. Make sure that each sketch has some text (labels or description) to make your idea clear.

" + ] + } + }, + { + "id": "ywaozRyCretOEKUI", + "title": "Example 1: A Watering Chart for the School Garden", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "line", + "id": "rZTddUbxoTfWE1CL", + "x": 199, + "y": 131, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 6 + }, + { + "dx": 0, + "dy": 8 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 0, + "dy": 14 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 0, + "dy": 7 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 0, + "dy": 10 + }, + { + "dx": 1, + "dy": 19 + }, + { + "dx": 1, + "dy": 10 + }, + { + "dx": 1, + "dy": 9 + }, + { + "dx": 1, + "dy": 9 + }, + { + "dx": 2, + "dy": 6 + }, + { + "dx": 0, + "dy": 7 + }, + { + "dx": 1, + "dy": 6 + }, + { + "dx": 2, + "dy": 6 + }, + { + "dx": 0, + "dy": 6 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 6, + "dy": 2 + }, + { + "dx": 8, + "dy": 1 + }, + { + "dx": 15, + "dy": 2 + }, + { + "dx": 5, + "dy": 1 + }, + { + "dx": 12, + "dy": 0 + }, + { + "dx": 16, + "dy": 2 + }, + { + "dx": 23, + "dy": 1 + }, + { + "dx": 14, + "dy": 2 + }, + { + "dx": 13, + "dy": 0 + }, + { + "dx": 10, + "dy": 1 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 13, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 9, + "dy": -1 + }, + { + "dx": 7, + "dy": -1 + }, + { + "dx": 13, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": -1, + "dy": -7 + }, + { + "dx": -2, + "dy": -9 + }, + { + "dx": -1, + "dy": -8 + }, + { + "dx": -1, + "dy": -4 + }, + { + "dx": -2, + "dy": -8 + }, + { + "dx": 0, + "dy": -12 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": -1, + "dy": -9 + }, + { + "dx": 0, + "dy": -10 + }, + { + "dx": 0, + "dy": -10 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": -1, + "dy": -10 + }, + { + "dx": -1, + "dy": -9 + }, + { + "dx": -2, + "dy": -9 + }, + { + "dx": -1, + "dy": -9 + }, + { + "dx": -1, + "dy": -5 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -10, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -11, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -14, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -15, + "dy": 0 + }, + { + "dx": -10, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -7, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -8, + "dy": 1 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "6LHdLuZM_VcHemIO", + "x": 222, + "y": 195, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 5 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "CsGBCPHydp3FYcVG", + "x": 225, + "y": 202, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": -2 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "BiLrRrxdhDQTPC__", + "x": 219, + "y": 217, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "w9pcYE6G32DqYbIH", + "x": 237, + "y": 237, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "bRKuzs2rqW4LAJwZ", + "x": 231, + "y": 242, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "vector", + "id": "HPq0WZYwFFEAsE0W", + "x": 265, + "y": 172, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "dx": 7, + "dy": 111 + }, + { + "type": "vector", + "id": "BExzDd0RFJVMLLeX", + "x": 353, + "y": 171, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "dx": 7, + "dy": 106 + }, + { + "type": "line", + "id": "3jCZLEj8PLLGasM-", + "x": 286, + "y": 193, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 2 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "WteBrgwKNAv43hFC", + "x": 294, + "y": 218, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "CEgvmkgyVozy5p9Q", + "x": 300, + "y": 247, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "hq2NC3FvZmN_nqEN", + "x": 371, + "y": 190, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": -1 + }, + { + "dx": 4, + "dy": -1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "aKbueCmmA4Vf9599", + "x": 378, + "y": 205, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "jOSRGeIWUram2iTm", + "x": 403, + "y": 208, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 6, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "Y3X0C4VUU3PAh7dF", + "x": 377, + "y": 234, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 7, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "text", + "id": "vnt2qKuD83TKXpeu", + "x": 207, + "y": 131, + "visible": true, + "width": 48, + "height": 34, + "stroke": "#000000", + "text": "Date" + }, + { + "type": "text", + "id": "VZIzw9XR45bHXXc5", + "x": 290, + "y": 132, + "visible": true, + "width": 40, + "height": 34, + "stroke": "#000000", + "text": "Time" + }, + { + "type": "text", + "id": "s_4UfB2OZnVybNGp", + "x": 360, + "y": 128, + "visible": true, + "width": 68, + "height": 51, + "stroke": "#000000", + "text": "Plants Watered" + }, + { + "type": "text", + "id": "7Z6T3-_WVshjTprF", + "x": 13, + "y": 39, + "visible": true, + "width": 652, + "height": 76, + "stroke": "#eb0000", + "text": "Strategy 1: Think about one stakeholder or a stakeholder group. Think about how they use water and how they could conserve water (for example, a chart may help people that use the school garden to not waste water on plants that don't need it)." + } + ] + }, + "layout": { + "height": 320 + } + }, + { + "id": "SEoBdf1XgzcqXieF", + "title": "Example 2: Shower Timer", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "text", + "id": "kIKOPNhslQPi6I8O", + "x": 17, + "y": 37, + "visible": true, + "width": 672, + "height": 71, + "stroke": "#eb0000", + "text": "Example 2: Think of an area in your community and what you could change about that area to conserve water. The area could be in your school, house, or another community building like the library (for example, a shower timer in your house could help people in your family not waste water in the shower)." + }, + { + "type": "rectangle", + "id": "0n_pOsSNf45vJbdx", + "x": 189, + "y": 110, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "width": 134, + "height": 146 + }, + { + "type": "line", + "id": "dxpMjE5Qg6Bq9T1v", + "x": 300, + "y": 112, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -2, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "kqtYNylhSVWkmFZ1", + "x": 286, + "y": 137, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "LTc0L9hjbXr6uHFT", + "x": 272, + "y": 148, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "spXy_nbmof_rrXXa", + "x": 281, + "y": 150, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "oLo-FZhWL-vVRP62", + "x": 290, + "y": 145, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "610VJa7mCNrNM-Kf", + "x": 265, + "y": 164, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "OMqx4sdQ_nREHf2Q", + "x": 282, + "y": 167, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "eFqzIB8DvmwGLnH0", + "x": 292, + "y": 168, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "8UYoo_5KbuV8-K6P", + "x": 255, + "y": 184, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "GOZf7KP4vWTcL0TY", + "x": 274, + "y": 184, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "wtrwwIgEq2RHw9lb", + "x": 288, + "y": 191, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "rvKm_rZ3QIHK7c12", + "x": 259, + "y": 199, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "wQqd1uZUZeZacHSQ", + "x": 276, + "y": 203, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "bZMNPSeWGziZhfeA", + "x": 290, + "y": 207, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "a8kDpMLbb2aIA2hU", + "x": 260, + "y": 220, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "Zkeqmjs85wjlABMQ", + "x": 271, + "y": 219, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "V22OJPUkb0LCi46W", + "x": 283, + "y": 221, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "ellipse", + "id": "O-fKmalHlO83vkKC", + "x": 208, + "y": 151, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 8, + "ry": 8 + }, + { + "type": "line", + "id": "puW2k1iBNTT0ArpN", + "x": 207, + "y": 146, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "ellipse", + "id": "N9eFERes0TkOGw4j", + "x": 429, + "y": 164, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "rx": 40, + "ry": 42 + }, + { + "type": "line", + "id": "vyO2_mi8CSoURVSr", + "x": 429, + "y": 123, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "o8n8V_8mpQK-n8GL", + "x": 450, + "y": 164, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "yIO3BB-rZwU2SRqn", + "x": 432, + "y": 186, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "JGWqAeLRK58OJ73r", + "x": 391, + "y": 166, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "DVnQiqTPBfRcFYHM", + "x": 425, + "y": 162, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -2, + "dy": 2 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 2 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "HIyqx4F79K-DOVVB", + "x": 409, + "y": 129, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "56yYBMV8Tan7_GaY", + "x": 397, + "y": 142, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "q3CCya4OX_C7x7CJ", + "x": 445, + "y": 125, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "2IPLAkGFX9kB-Etr", + "x": 460, + "y": 145, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "4r2LGdvJi5lvdRXZ", + "x": 458, + "y": 175, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "L2in7AAi_FD77NT3", + "x": 452, + "y": 187, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "SeUcYX8dduoU8ECe", + "x": 402, + "y": 189, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "I9qnDn7EuSwNpatY", + "x": 416, + "y": 198, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "text", + "id": "ftmK98PpJ8PAXmC2", + "x": 68, + "y": 176, + "visible": true, + "width": 151, + "height": 52, + "stroke": "#000000", + "text": "the shower timer goes on the shower wall" + }, + { + "type": "text", + "id": "x7E6NMzwpCdAgbA6", + "x": 483, + "y": 143, + "visible": true, + "width": 157, + "height": 96, + "stroke": "#000000", + "text": "the shower timer is waterproof and has 3 different times you can set it to (3, 5, or 10 min)" + } + ] + }, + "layout": { + "height": 274 + } + }, + { + "id": "wDuGHVnH-dFjgyMC", + "title": "Example 3: Rain Barrels with Color and Design Options", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "line", + "id": "5JhnOx3C9aNHrW_x", + "x": 34, + "y": 65, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 3, + "dy": 2 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 2, + "dy": 2 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 3, + "dy": 6 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 6 + }, + { + "dx": 0, + "dy": 6 + }, + { + "dx": 2, + "dy": 6 + }, + { + "dx": 1, + "dy": 8 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 0, + "dy": 5 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "9R2owhn3qGZz-FGZ", + "x": 32, + "y": 81, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 4, + "dy": 1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 3 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 8 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "caKman8cJBL8j_zU", + "x": 83, + "y": 164, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -4, + "dy": -1 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "z-EIntAHlgBsIcrU", + "x": 58, + "y": 156, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -3, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 5 + }, + { + "dx": 0, + "dy": 6 + }, + { + "dx": 0, + "dy": 8 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 12 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 1, + "dy": 9 + }, + { + "dx": 2, + "dy": 9 + }, + { + "dx": 1, + "dy": 10 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 3, + "dy": 2 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 7, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 14, + "dy": 0 + }, + { + "dx": 8, + "dy": -1 + }, + { + "dx": 5, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 1, + "dy": -4 + }, + { + "dx": 1, + "dy": -5 + }, + { + "dx": 1, + "dy": -6 + }, + { + "dx": 1, + "dy": -10 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 1, + "dy": -10 + }, + { + "dx": 2, + "dy": -10 + }, + { + "dx": 1, + "dy": -9 + }, + { + "dx": 1, + "dy": -12 + }, + { + "dx": 0, + "dy": -8 + }, + { + "dx": 0, + "dy": -7 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "KckvkOBHQufFFV-6", + "x": 46, + "y": 191, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 20, + "dy": 0 + }, + { + "dx": 17, + "dy": 0 + }, + { + "dx": 18, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "NuOCfjnx8vmNFFQy", + "x": 41, + "y": 181, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 13, + "dy": 0 + }, + { + "dx": 14, + "dy": 0 + }, + { + "dx": 13, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "VGNFz5w-EnM4bWv9", + "x": 51, + "y": 207, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 17, + "dy": 1 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "SpzN8zjZe0CEkm0C", + "x": 159, + "y": 114, + "visible": true, + "stroke": "#bfbfbf", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 8 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 0, + "dy": 10 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 0, + "dy": 5 + }, + { + "dx": 0, + "dy": 13 + }, + { + "dx": 0, + "dy": 7 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 0, + "dy": 5 + }, + { + "dx": 0, + "dy": 4 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 4, + "dy": 1 + }, + { + "dx": 10, + "dy": 1 + }, + { + "dx": 7, + "dy": 1 + }, + { + "dx": 9, + "dy": 1 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 7, + "dy": 0 + }, + { + "dx": 7, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": -1, + "dy": -8 + }, + { + "dx": 0, + "dy": -8 + }, + { + "dx": -2, + "dy": -9 + }, + { + "dx": -2, + "dy": -10 + }, + { + "dx": -4, + "dy": -16 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -6 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -7 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -7, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -7, + "dy": 1 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "aJvZehgwGhlsfFRE", + "x": 205, + "y": 103, + "visible": true, + "stroke": "#bfbfbf", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -4, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 5, + "dy": 1 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 3, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "wdlfuqhjJhNsg55S", + "x": 276, + "y": 101, + "visible": true, + "stroke": "#008a00", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 10 + }, + { + "dx": 1, + "dy": 10 + }, + { + "dx": 1, + "dy": 10 + }, + { + "dx": 2, + "dy": 8 + }, + { + "dx": 1, + "dy": 9 + }, + { + "dx": 2, + "dy": 7 + }, + { + "dx": 0, + "dy": 6 + }, + { + "dx": 1, + "dy": 6 + }, + { + "dx": 1, + "dy": 7 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 2, + "dy": 3 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 5, + "dy": 1 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 11, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -3 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": 0, + "dy": -7 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -7 + }, + { + "dx": 0, + "dy": -11 + }, + { + "dx": 0, + "dy": -8 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": -1, + "dy": -8 + }, + { + "dx": 0, + "dy": -7 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": -1, + "dy": -5 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -13, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -10, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -12, + "dy": -2 + }, + { + "dx": -5, + "dy": -1 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "AN9B4rgFtdmwusv-", + "x": 322, + "y": 110, + "visible": true, + "stroke": "#008a00", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 4, + "dy": -2 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "EwelNR-iCwMG1MpO", + "x": 396, + "y": 102, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 0, + "dy": 7 + }, + { + "dx": 0, + "dy": 14 + }, + { + "dx": 0, + "dy": 9 + }, + { + "dx": 1, + "dy": 4 + }, + { + "dx": 1, + "dy": 11 + }, + { + "dx": 3, + "dy": 15 + }, + { + "dx": 1, + "dy": 9 + }, + { + "dx": 2, + "dy": 7 + }, + { + "dx": 1, + "dy": 5 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 7, + "dy": 0 + }, + { + "dx": 12, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 9, + "dy": 0 + }, + { + "dx": 8, + "dy": 0 + }, + { + "dx": 10, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 3, + "dy": -1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": -1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -6 + }, + { + "dx": 0, + "dy": -6 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": 0, + "dy": -17 + }, + { + "dx": 0, + "dy": -12 + }, + { + "dx": 0, + "dy": -11 + }, + { + "dx": 0, + "dy": -9 + }, + { + "dx": -2, + "dy": -6 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": -1, + "dy": -3 + }, + { + "dx": -1, + "dy": -4 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": -1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -9, + "dy": 0 + }, + { + "dx": -10, + "dy": 0 + }, + { + "dx": -12, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -8, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -11, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -1, + "dy": -1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "GZ4f1Ca3TNh_3yM1", + "x": 440, + "y": 110, + "visible": true, + "stroke": "#0000ff", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 5, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "text", + "id": "y37LiJMXbAbqlZW6", + "x": 14, + "y": 236, + "visible": true, + "width": 132, + "height": 39, + "stroke": "#0000ff", + "text": "rain barrel installed" + }, + { + "type": "text", + "id": "y3hXhGM3MKA5rqE7", + "x": 199, + "y": 223, + "visible": true, + "width": 156, + "height": 49, + "stroke": "#000000", + "text": "different color options" + }, + { + "type": "line", + "id": "BCSYYigdQ_b2M6nd", + "x": 410, + "y": 137, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 6, + "dy": 0 + }, + { + "dx": 3, + "dy": 1 + }, + { + "dx": 10, + "dy": 1 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -3 + }, + { + "dx": 1, + "dy": -6 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -5 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -4 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -6, + "dy": 0 + }, + { + "dx": -5, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -4, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -3, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -2, + "dy": 1 + }, + { + "dx": -2, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "twhDKlu9QdYUncCl", + "x": 415, + "y": 139, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "nGdFVzCVOkaYCROw", + "x": 416, + "y": 144, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 3, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "dLynjM4iuFDXFZ2h", + "x": 422, + "y": 136, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "DckWqzeUOAkZ4Hkl", + "x": 434, + "y": 137, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "tY7YwZFbTXV60nZN", + "x": 439, + "y": 142, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 4, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "zvOGdW8X_jaCCg-U", + "x": 443, + "y": 142, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 3 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "-elWFTeC_qenFZRQ", + "x": 448, + "y": 149, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "sga4Ootpb9m5tdFK", + "x": 447, + "y": 146, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 2, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "wD6gFUpXJYNEwsi2", + "x": 462, + "y": 143, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": -1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 1, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "line", + "id": "oJWblglhKh8hH-gG", + "x": 465, + "y": 139, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "deltaPoints": [ + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 0, + "dy": -2 + }, + { + "dx": 0, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 1, + "dy": -1 + }, + { + "dx": 1, + "dy": 0 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 2 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 1, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 1 + }, + { + "dx": 0, + "dy": 0 + } + ] + }, + { + "type": "text", + "id": "ojAanKni_ieUaxLE", + "x": 489, + "y": 128, + "visible": true, + "width": 96, + "height": 103, + "stroke": "#000000", + "text": "design with logo from local sports team" + }, + { + "type": "text", + "id": "pmkfQjEasP7rdncQ", + "x": 34, + "y": 43, + "visible": true, + "width": 657, + "height": 52, + "stroke": "#eb0000", + "text": "Strategy 3: Think of a design solution that already exists and build on that idea (for example, think of rain barrels and add something useful, like different color options)." + } + ] + }, + "layout": { + "height": 302 + } + }, + { + "id": "jqewCSs4onP3yT2z", + "title": "My Design Solution Sketches", + "content": { + "type": "Drawing", + "objects": [] + }, + "layout": { + "height": 270 + } + }, + { + "id": "7rMszK_58LtyxkFO", + "title": "Text 4", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Activity: Idea Generation

You just generated three ideas for a design solution. Great job! In today's lesson you will continue to generate your ideas for design solutions. Today, give yourself time to think. You don't have to like all your ideas or think they are the best. The important thing is to think of ideas and sketch them.

Also, as you can see from the examples, it's not important to draw well. You don't need an elaborate sketch to get your idea across. You should use words in your sketches to explain how it works and explain its important features. This will make it easier for other people to understand your sketch.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-6/reflection/content.json b/curriculum/mods/investigation-3/problem-6/reflection/content.json new file mode 100644 index 000000000..3721eae51 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-6/reflection/content.json @@ -0,0 +1,48 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "gBKwfgLbldVeSphP", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Take a look at your sketches and think about you work in class today. In the text and sketch boxes below, note anything important you learned about idea generation, any questions you have, any design ideas or sketches or whatever else you want to write about!

You can write or sketch (or do both). You do not need to write in complete sentences.

Optionally, you can answer some (or all) of these questions:

" + ] + } + }, + { + "id": "LeqKa2J6Au0Y4gNr", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 6)

" + ] + } + }, + { + "id": "-BYQCnRRgb3Wox9R", + "title": "Engineer Notebook (Lesson 6)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "b3sFTL2lbxh7Bmc0", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take your engineer notebook and all of your sketches and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-7/activity/content.json b/curriculum/mods/investigation-3/problem-7/activity/content.json new file mode 100644 index 000000000..47da02f89 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-7/activity/content.json @@ -0,0 +1,235 @@ +{ + "type": "activity", + "content": { + "tiles": [ + { + "id": "R2rvgtdULhB_Zfa6", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Brain-sketching

Read your need statement in your learning journal. In this activity you will silently ideate and sketch design solution ideas for that need statement.

First, drag the tile below ("Brain-sketching") into your workspace (or take out your worksheet). If you are using the sketch boxes below, notice that there are four black boxes. A sketch will go in each black box. Notice there are 4 blue titles above each box. To complete this activity, you will sketch one design idea in the first box. Then you will write your name in the blue title where it says [Your Name Here].

Then you will show your sketch to your first partner. Inspired by your idea (and using the prompts below), your first partner will draw their own sketch in the second black box and write their name in the blue title. You can swap laptops with each partner or your teacher can help you swap sketches electronically. Try to work silently to give everyone space to think.

When you are finished, you will repeat with a second and third partner. At the end of this activity you will have your idea in the first box and three additional sketches provided by your partners in the other three boxes.

---------------------------------------------------------------------------------------------------------------------------------------------

Prompts

Think of one of your design solution ideas from the introduction. Then build on that idea using one of the following prompts.

  1. Add additional parts or features to your design.
  2. Substitute a different material, color, or part in your design.
  3. Combine two or more parts, ideas, or functions in your design.
  4. Modify your design to make it easier to use.
  5. Remove one part or feature from your design.
  6. Imagine you have an unlimited budget and re-work your design.
  7. Rearrange the parts or features of your design.
" + ] + } + }, + { + "id": "MmunL9Y5iUkc1BzB", + "title": "Brain-sketching", + "content": { + "type": "Drawing", + "objects": [ + { + "type": "rectangle", + "id": "UmyMW3YOGvrKDPxL", + "x": 7, + "y": 103, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "width": 327, + "height": 256 + }, + { + "type": "rectangle", + "id": "HyBAlYbkHJX0NjyZ", + "x": 346, + "y": 103, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "width": 328, + "height": 257 + }, + { + "type": "rectangle", + "id": "1JC-3fH4n6CcRKRI", + "x": 3, + "y": 439, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "width": 326, + "height": 256 + }, + { + "type": "rectangle", + "id": "2j_LL-I-HPozkvrn", + "x": 345, + "y": 437, + "visible": true, + "stroke": "#000000", + "strokeDashArray": "", + "strokeWidth": 2, + "fill": "none", + "width": 326, + "height": 255 + }, + { + "type": "text", + "id": "Ggb2H8i2IYIK6NGp", + "x": 8, + "y": 58, + "visible": true, + "width": 236, + "height": 32, + "stroke": "#0000ff", + "text": "Sketch 1 Made by [Your Name Here]" + }, + { + "type": "text", + "id": "1YZzIawxQEnXQc4K", + "x": 351, + "y": 56, + "visible": true, + "width": 235, + "height": 33, + "stroke": "#0000ff", + "text": "Sketch 2 Made by [Partner 1 Name]" + }, + { + "type": "text", + "id": "eJisIlyfP0l5RseN", + "x": 4, + "y": 394, + "visible": true, + "width": 235, + "height": 34, + "stroke": "#0000ff", + "text": "Sketch 3 Made by [Partner 2 Name}" + }, + { + "type": "text", + "id": "mxm5P5AnK4hJqfvT", + "x": 350, + "y": 399, + "visible": true, + "width": 235, + "height": 31, + "stroke": "#0000ff", + "text": "Sketch 4 Made by [Partner 3 Name]" + } + ] + }, + "layout": { + "height": 788 + } + }, + { + "id": "C9YjFvzdDWT0VkuK", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Design Heuristics

In this activity, you will use cards to help you transform your design solution ideas. Look over your design idea sketches and notes. Then read the cards below. Choose one of the 8 cards to use. Then use that card to modify one of your design solution ideas. Sketch your new idea in the sketch boxes (or using pencil and paper). Write the title of the card you used in the sketch title box.

For example, I have an idea to make a watering chart for the school garden. I choose the card "use less material." I have the idea that I could use less paper if I make the watering chart on a half sheet of paper or if I make the chart online using a google chart. I decide to sketch the idea of an online watering chart.

" + ] + } + }, + [ + { + "id": "kxe-YsioXAdBINf5", + "title": "Image 2", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-12-11-101446.png", + "filename": "mods/images/screenshot-2023-12-11-101446.png" + } + }, + { + "id": "_QGuvj_NoL_axrug", + "title": "Image 3", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-12-11-101454.png", + "filename": "mods/images/screenshot-2023-12-11-101454.png" + } + }, + { + "id": "WrtGHfVq3LiQUzZI", + "title": "Image 4", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-12-11-102358.png", + "filename": "mods/images/screenshot-2023-12-11-102358.png" + } + }, + { + "id": "Baq1TL5LbW2A4r2L", + "title": "Image 5", + "content": { + "type": "Image", + "url": "mods/images/screenshot-2023-12-11-102419.png", + "filename": "mods/images/screenshot-2023-12-11-102419.png" + } + } + ], + [ + { + "id": "nN8jnKG7AqjDvcY1", + "title": "Image 6", + "content": { + "type": "Image", + "url": "mods/images/add-natural-features.png", + "filename": "mods/images/add-natural-features.png" + } + }, + { + "id": "GOEnsy6z5eQR3bGs", + "title": "Image 9", + "content": { + "type": "Image", + "url": "mods/images/merge-surfaces.png", + "filename": "mods/images/merge-surfaces.png" + } + }, + { + "id": "JGphXIFH7RI8RbEb", + "title": "Image 10", + "content": { + "type": "Image", + "url": "mods/images/incorporate-environment.png", + "filename": "mods/images/incorporate-environment.png" + } + }, + { + "id": "8RKOIUD3CDXhresi", + "title": "Image 7", + "content": { + "type": "Image", + "url": "mods/images/change-flexibility.png", + "filename": "mods/images/change-flexibility.png" + } + } + ], + { + "id": "EQWjCcrRG9ZzRJkN", + "title": "Sketch 1: What card did you use? [Type Title Here]", + "content": { + "type": "Drawing", + "objects": [] + }, + "layout": { + "height": 310 + } + }, + { + "id": "AYvNKGzpCZjQA-rh", + "title": "Sketch 2: What card did you use? [Type Title Here]", + "content": { + "type": "Drawing", + "objects": [] + }, + "layout": { + "height": 390 + } + } + ] + } +} diff --git a/curriculum/mods/investigation-3/problem-7/introduction/content.json b/curriculum/mods/investigation-3/problem-7/introduction/content.json new file mode 100644 index 000000000..205491188 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-7/introduction/content.json @@ -0,0 +1,29 @@ +{ + "type": "introduction", + "content": { + "tiles": [ + { + "id": "qwWjXibbrVAKZBqS", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Think, Pair, Share

Open your Learning Journal and take a look at your sketches. Do you see any similarities among your design solution ideas? Remember you are trying to push you to think of many different ideas. Do you have any ideas of how you could make your ideas more diverse or more different?

" + ] + } + }, + { + "id": "exTX9GxvvGyOw4SK", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Today's Class: Idea Generation (Part 2)

In today's lesson you will continue generating ideas for design solutions, trying to generate more diverse ideas for water conservation design solutions (compared to the ideas you came up with in the last lesson).

Remember that the purpose of idea generation activities is to help you come up with new ideas for design solutions. You don't have to draw well. You don't have to like all your ideas. The important thing is to think of new ideas and sketch them.

" + ] + } + } + ] + } +} \ No newline at end of file diff --git a/curriculum/mods/investigation-3/problem-7/reflection/content.json b/curriculum/mods/investigation-3/problem-7/reflection/content.json new file mode 100644 index 000000000..ca8f7c158 --- /dev/null +++ b/curriculum/mods/investigation-3/problem-7/reflection/content.json @@ -0,0 +1,48 @@ +{ + "type": "reflection", + "content": { + "tiles": [ + { + "id": "mxm1NUCI62p__cJj", + "title": "Text 1", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook

Take a look at your sketches and think about you work in class today. Then answer the two questions below.

Additionally, you should note anything important you learned about idea generation, any questions you have, any design ideas or sketches or whatever else you want to write about! You can write or sketch (or do both). You do not need to write in complete sentences.

" + ] + } + }, + { + "id": "tCvy7yKsCB9XZQve", + "title": "Text 2", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Engineer Notebook (Lesson 7)

" + ] + } + }, + { + "id": "OmA9DmgUbE9DJ_ks", + "title": "Engineer Notebook (Lesson 7)", + "content": { + "type": "Drawing", + "objects": [] + } + }, + { + "id": "t-0m8gYbvvGubVC7", + "title": "Text 3", + "content": { + "type": "Text", + "format": "html", + "text": [ + "

Documentation

Document your design process. Take all your sketches and the engineer notebook and add them to the Learning Journal.

" + ] + } + } + ] + } +} diff --git a/curriculum/mods/sections/investigation-3/problem-8/activity/content.json b/curriculum/mods/investigation-3/problem-8/activity/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-8/activity/content.json rename to curriculum/mods/investigation-3/problem-8/activity/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-8/introduction/content.json b/curriculum/mods/investigation-3/problem-8/introduction/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-8/introduction/content.json rename to curriculum/mods/investigation-3/problem-8/introduction/content.json diff --git a/curriculum/mods/sections/investigation-3/problem-8/reflection/content.json b/curriculum/mods/investigation-3/problem-8/reflection/content.json similarity index 100% rename from curriculum/mods/sections/investigation-3/problem-8/reflection/content.json rename to curriculum/mods/investigation-3/problem-8/reflection/content.json