Skip to content

Commit

Permalink
content: 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
efmchris committed Dec 3, 2024
1 parent 4083388 commit 0251fe7
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 31 deletions.
13 changes: 11 additions & 2 deletions app_data/sheets/data_list/esm_topic_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"theme_id": "MT_RWC",
"strand_id": "MT",
"prev_topic_1": "MT_RWC_DRP",
"next_topic_1": "Geom_OP_PG",
"block1_type": "all_text",
"name": "Dialogic Reading – Verbal",
"_translations": {
Expand All @@ -224,6 +225,8 @@
"id": "Geom_OP_PG",
"theme_id": "Geom_OP",
"strand_id": "Geom",
"next_topic_1": "Geom_OP_SD",
"next_topic_2": "Geom_Pat_Intro",
"block1_type": "illust_below",
"block1_illust": "EFM70GoingInCircles.svg",
"block1_illust_max_size": "240px",
Expand Down Expand Up @@ -252,6 +255,7 @@
"id": "Geom_OP_SD",
"theme_id": "Geom_OP",
"strand_id": "Geom",
"prev_topic_1": "Geom_OP_PG",
"block1_type": "all_text",
"block2_type": "illust_left",
"block2_illust": "EFM70ForkSpoonGold.svg",
Expand Down Expand Up @@ -289,6 +293,7 @@
"id": "Geom_Pat_Intro",
"theme_id": "Geom_Pat",
"strand_id": "Geom",
"prev_topic_1": "Geom_OP_PG",
"block1_type": "illust_below",
"block1_illust": "EFM30ShapePattern.svg",
"block1_illust_max_size": "300px",
Expand Down Expand Up @@ -712,6 +717,7 @@
"id": "NO_AS10_AS1and2",
"theme_id": "NO_AS10",
"strand_id": "NO",
"prev_topic_1": "NO_AS10_QAS",
"block1_type": "all_text",
"block2_type": "accord_all_text",
"block3_type": "accord_all_text",
Expand Down Expand Up @@ -776,6 +782,7 @@
"id": "NO_AS10_ASto5",
"theme_id": "NO_AS10",
"strand_id": "NO",
"prev_topic_1": "NO_AS10_QAS",
"block1_type": "all_text",
"block2_type": "accord_all_text",
"block3_type": "accord_all_text",
Expand Down Expand Up @@ -829,11 +836,12 @@
"id": "NO_AS10_AT",
"theme_id": "NO_AS10",
"strand_id": "NO",
"next_topic_1": "NO_AS10_ANT",
"block1_type": "all_text",
"block2_type": "accord_all_text",
"block3_type": "accord_all_text",
"block4_type": "accord_all_text",
"name": "Adding Twins to 5 (and 10)",
"name": "Adding Twins to 10",
"_translations": {
"name": {},
"block1_text": {},
Expand All @@ -846,7 +854,7 @@
},
"_translatedFields": {
"name": {
"eng": "Adding Twins to 5 (and 10)"
"eng": "Adding Twins to 10"
},
"block1_text": {
"eng": "**Adding Twins** are when you add a number to itself. Children generally enjoy Adding Twins, so these facts are easily learned and make a good part of a foundation for learning addition."
Expand Down Expand Up @@ -882,6 +890,7 @@
"id": "NO_AS10_ANT",
"theme_id": "NO_AS10",
"strand_id": "NO",
"prev_topic_1": "NO_AS10_AT",
"block1_type": "all_text",
"name": "Adding Near Twins",
"_translations": {
Expand Down
78 changes: 50 additions & 28 deletions app_data/sheets/template/esm_topic_body_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1410,10 +1410,19 @@
"action_id": "set_field",
"args": [
"current_topic",
"@local.prev_id"
"@local.prev_row"
],
"_raw": "click | set_field:current_topic:@local.prev_id",
"_cleaned": "click | set_field:current_topic:@local.prev_id"
"_raw": "click | set_field:current_topic:@local.prev_row",
"_cleaned": "click | set_field:current_topic:@local.prev_row"
},
{
"trigger": "click",
"action_id": "go_to",
"args": [
"esm_topic_template"
],
"_raw": "click | go_to: esm_topic_template",
"_cleaned": "click | go_to: esm_topic_template"
},
{
"trigger": "click",
Expand Down Expand Up @@ -1453,27 +1462,27 @@
"args": {
"1": [
{
"fullExpression": "@local.prev_id",
"matchedExpression": "@local.prev_id",
"fullExpression": "@local.prev_row",
"matchedExpression": "@local.prev_row",
"type": "local",
"fieldName": "prev_id"
"fieldName": "prev_row"
}
]
},
"_raw": [
{
"fullExpression": "click | set_field:current_topic:@local.prev_id",
"matchedExpression": "@local.prev_id",
"fullExpression": "click | set_field:current_topic:@local.prev_row",
"matchedExpression": "@local.prev_row",
"type": "local",
"fieldName": "prev_id"
"fieldName": "prev_row"
}
],
"_cleaned": [
{
"fullExpression": "click | set_field:current_topic:@local.prev_id",
"matchedExpression": "@local.prev_id",
"fullExpression": "click | set_field:current_topic:@local.prev_row",
"matchedExpression": "@local.prev_row",
"type": "local",
"fieldName": "prev_id"
"fieldName": "prev_row"
}
]
}
Expand Down Expand Up @@ -1503,10 +1512,12 @@
"@local.prev_name": [
"value"
],
"@local.prev_id": [
"@local.prev_row": [
"action_list.0.args.1",
"action_list.0._raw",
"action_list.0._cleaned",
"action_list.0._cleaned"
],
"@local.prev_id": [
"condition"
]
}
Expand Down Expand Up @@ -1779,10 +1790,19 @@
"action_id": "set_field",
"args": [
"current_topic",
"@local.next_id"
"@local.next_row"
],
"_raw": "click | set_field:current_topic:@local.next_id",
"_cleaned": "click | set_field:current_topic:@local.next_id"
"_raw": "click | set_field:current_topic:@local.next_row",
"_cleaned": "click | set_field:current_topic:@local.next_row"
},
{
"trigger": "click",
"action_id": "go_to",
"args": [
"esm_topic_template"
],
"_raw": "click | go_to: esm_topic_template",
"_cleaned": "click | go_to: esm_topic_template"
},
{
"trigger": "click",
Expand Down Expand Up @@ -1822,27 +1842,27 @@
"args": {
"1": [
{
"fullExpression": "@local.next_id",
"matchedExpression": "@local.next_id",
"fullExpression": "@local.next_row",
"matchedExpression": "@local.next_row",
"type": "local",
"fieldName": "next_id"
"fieldName": "next_row"
}
]
},
"_raw": [
{
"fullExpression": "click | set_field:current_topic:@local.next_id",
"matchedExpression": "@local.next_id",
"fullExpression": "click | set_field:current_topic:@local.next_row",
"matchedExpression": "@local.next_row",
"type": "local",
"fieldName": "next_id"
"fieldName": "next_row"
}
],
"_cleaned": [
{
"fullExpression": "click | set_field:current_topic:@local.next_id",
"matchedExpression": "@local.next_id",
"fullExpression": "click | set_field:current_topic:@local.next_row",
"matchedExpression": "@local.next_row",
"type": "local",
"fieldName": "next_id"
"fieldName": "next_row"
}
]
}
Expand Down Expand Up @@ -1872,10 +1892,12 @@
"@local.next_name": [
"value"
],
"@local.next_id": [
"@local.next_row": [
"action_list.0.args.1",
"action_list.0._raw",
"action_list.0._cleaned",
"action_list.0._cleaned"
],
"@local.next_id": [
"condition"
]
}
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config.google_drive = {

config.git = {
content_repo: "https://github.com/IDEMSInternational/early-school-math-app-content.git",
content_tag_latest: "1.1.18",
content_tag_latest: "1.1.19",
};

config.android = {
Expand Down

0 comments on commit 0251fe7

Please sign in to comment.