Skip to content

Commit

Permalink
Datagoat content
Browse files Browse the repository at this point in the history
  • Loading branch information
lbondaryk committed Nov 26, 2024
1 parent 4767328 commit 068323b
Show file tree
Hide file tree
Showing 80 changed files with 20,006 additions and 0 deletions.
500 changes: 500 additions & 0 deletions curriculum/datagoat/content.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Exemplar 1: Diverging",
"tag": "diverging",
"content": {
"tiles": [ ]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Exemplar 2: Converging",
"tag": "converging",
"content": {
"tiles": [ ]
}
}
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>"
]
}
}
]
]
}
}
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>"
]
}
}
]
]
}
}
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>"
]
}
}
]
]
}
}
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>"
]
}
}
]
]
}
}
Loading

0 comments on commit 068323b

Please sign in to comment.