From 647ec93331110b1220e551167dc7f52f0d8e9406 Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 07:41:05 -0700 Subject: [PATCH 1/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-1/chapter1/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curriculum/bio/investigation-1/problem-1/chapter1/content.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curriculum/bio/investigation-1/problem-1/chapter1/content.json b/curriculum/bio/investigation-1/problem-1/chapter1/content.json index fe2fe8f32..88fc8723e 100644 --- a/curriculum/bio/investigation-1/problem-1/chapter1/content.json +++ b/curriculum/bio/investigation-1/problem-1/chapter1/content.json @@ -2,6 +2,9 @@ "type": "chapter1", "content": { "tiles": [ + { + "id": "fake-tile" + }, { "id": "NPzj-ifRKDziyCTp", "title": "Text 16", From fe32e529ae335af83570e931d9f141063cf72b12 Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 07:41:21 -0700 Subject: [PATCH 2/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-1/chapter1/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curriculum/bio/investigation-1/problem-1/chapter1/content.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/curriculum/bio/investigation-1/problem-1/chapter1/content.json b/curriculum/bio/investigation-1/problem-1/chapter1/content.json index 88fc8723e..fe2fe8f32 100644 --- a/curriculum/bio/investigation-1/problem-1/chapter1/content.json +++ b/curriculum/bio/investigation-1/problem-1/chapter1/content.json @@ -2,9 +2,6 @@ "type": "chapter1", "content": { "tiles": [ - { - "id": "fake-tile" - }, { "id": "NPzj-ifRKDziyCTp", "title": "Text 16", From 0e6b7c4c0af6bba845260b8af42d1984152b7935 Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 07:59:39 -0700 Subject: [PATCH 3/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-1/chapter1/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curriculum/bio/investigation-1/problem-1/chapter1/content.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curriculum/bio/investigation-1/problem-1/chapter1/content.json b/curriculum/bio/investigation-1/problem-1/chapter1/content.json index fe2fe8f32..9c71adda7 100644 --- a/curriculum/bio/investigation-1/problem-1/chapter1/content.json +++ b/curriculum/bio/investigation-1/problem-1/chapter1/content.json @@ -2,6 +2,9 @@ "type": "chapter1", "content": { "tiles": [ + { + "id": "fake" + }, { "id": "NPzj-ifRKDziyCTp", "title": "Text 16", From 9b8ec77866355ce4a980bba3564d90169448cec9 Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 08:31:11 -0700 Subject: [PATCH 4/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-1/chapter1/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curriculum/bio/investigation-1/problem-1/chapter1/content.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/curriculum/bio/investigation-1/problem-1/chapter1/content.json b/curriculum/bio/investigation-1/problem-1/chapter1/content.json index 9c71adda7..fe2fe8f32 100644 --- a/curriculum/bio/investigation-1/problem-1/chapter1/content.json +++ b/curriculum/bio/investigation-1/problem-1/chapter1/content.json @@ -2,9 +2,6 @@ "type": "chapter1", "content": { "tiles": [ - { - "id": "fake" - }, { "id": "NPzj-ifRKDziyCTp", "title": "Text 16", From 91385aa83e856dd355a5c6e9397c2b45afec1feb Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 08:39:36 -0700 Subject: [PATCH 5/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-3/chapter3/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../investigation-1/problem-3/chapter3/content.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/curriculum/bio/investigation-1/problem-3/chapter3/content.json b/curriculum/bio/investigation-1/problem-3/chapter3/content.json index bee5c1cf0..ba314959c 100644 --- a/curriculum/bio/investigation-1/problem-3/chapter3/content.json +++ b/curriculum/bio/investigation-1/problem-3/chapter3/content.json @@ -2,7 +2,18 @@ "type": "chapter3", "content": { "tiles": [ - {"content": {"type": "Text", "format": "html", "text": ["

CHAPTER 3: WHAT'S IN YOUR BLOOD

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

CHAPTER 3: WHAT'S IN YOUR BLOOD

" + ] + } + }, { "id": "0D31sWU-FOLtBslN", "title": "Text 1", From 4f140f954f6aa4c1f20a1b3f9b3c25c5247181ed Mon Sep 17 00:00:00 2001 From: Teale Fristoe Date: Tue, 21 Mar 2023 08:44:24 -0700 Subject: [PATCH 6/6] =?UTF-8?q?Update=20Curriculum=20Section=20=E2=80=9Cbi?= =?UTF-8?q?o/investigation-1/problem-3/chapter3/content=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bio/investigation-1/problem-3/chapter3/content.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/curriculum/bio/investigation-1/problem-3/chapter3/content.json b/curriculum/bio/investigation-1/problem-3/chapter3/content.json index ba314959c..5e7a68b93 100644 --- a/curriculum/bio/investigation-1/problem-3/chapter3/content.json +++ b/curriculum/bio/investigation-1/problem-3/chapter3/content.json @@ -3,7 +3,13 @@ "content": { "tiles": [ { - "type": "fake" + "content": { + "type": "Text", + "format": "html", + "text": [ + "

THIS IS TEALE'S CHAPTER: WHAT'S IN YOUR BLOOD

" + ] + } }, { "content": {