-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
20,006 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-1/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"title": "Exemplar 1: Diverging", | ||
"tag": "diverging", | ||
"content": { | ||
"tiles": [ ] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-2/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"title": "Exemplar 2: Converging", | ||
"tag": "converging", | ||
"content": { | ||
"tiles": [ ] | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-3/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [ | ||
"<p>Enable the user to move or rearrange parts of the design.</p>" | ||
] | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-4/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [ | ||
"<p>Include what is around you in the design.</p>" | ||
] | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-5/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [ | ||
"<p>Change the design so it is bigger or smaller.</p>" | ||
] | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
curriculum/datagoat/exemplars/investigation-0/problem-1/exemplar-6/content.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [ | ||
"<p>Include something from nature.</p>" | ||
] | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} |
Oops, something went wrong.