Skip to content

Commit

Permalink
Merge pull request #191 from concord-consortium/mothAuth
Browse files Browse the repository at this point in the history
Moth auth
  • Loading branch information
lbondaryk authored Sep 26, 2024
2 parents 8123630 + 8ebd78e commit 29b91b6
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions curriculum/moth/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@
"merge-in",
[
"data-set-view",
"graph"
"DataCard"
],
[
"data-set-view",
"DataCard"
"bargraph"
],
[
"data-set-view",
"graph"
],
"delete"
]
Expand All @@ -48,7 +52,11 @@
"merge-in",
[
"data-set-view",
"Table"
"table"
],
[
"data-set-view",
"bargraph"
],
[
"data-set-view",
Expand Down Expand Up @@ -104,10 +112,15 @@
},
{
"id": "Graph",
"title": "XY Plot",
"title": "Graph",
"iconId": "icon-plot-tool",
"isTileTool": true
},
{
"id": "BarGraph",
"title": "Bar Graph",
"isTileTool": true
},
{
"id": "duplicate",
"title": "Duplicate Tile",
Expand Down Expand Up @@ -269,7 +282,7 @@
"title": "Teacher",
"type": "published-problem-documents",
"dataTestHeader": "class-work-section-published",
"dataTestItem": "class-work-list-items",
"dataTestItem": "class-work-list-items",
"documentTypes": [
"publication",
"personalPublication"
Expand Down Expand Up @@ -418,7 +431,7 @@
"title": "Summarize",
"placeholder": "Discuss your findings"
},
"start": {
"start": {
"initials": "INT",
"title": "Intro",
"placeholder": "Record your ideas"
Expand Down Expand Up @@ -566,7 +579,7 @@
{
"description": "Activity 3.1",
"ordinal": 1,
"title": "My Moths in CLUE 2023-2024",
"title": "My Moths in CLUE",
"subtitle": "",
"disabled": [],
"sections": [
Expand Down

0 comments on commit 29b91b6

Please sign in to comment.