Skip to content

Commit 45689b2

Browse files
Merge pull request #11 from ThirdSpaceLearning/Import-1966
Import 1966
2 parents 243a6dc + 4862d4e commit 45689b2

File tree

7 files changed

+32
-2
lines changed

7 files changed

+32
-2
lines changed

bin/import.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$#" -ne 1 ]; then
77
fi
88

99
ID="$1"
10-
URL="https://beta-curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
10+
URL="https://curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
1111

1212
# Fetch data
1313
DATA=$(curl -s "$URL")
@@ -46,4 +46,4 @@ echo "$DATA" | jq -r '.[] | @base64' | while read -r OBJ; do
4646
echo "$MARKDOWN" >> "./education/learning-objectives/${ID}/${SLIDE_ID}.md"
4747
done
4848

49-
echo "Process completed."
49+
echo "Process completed."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 1
2+
3+
## Step 1
4+
5+
Say: Hi!
Welcome to Third Space Learning and your Year 5 programme.
My name is Skye, and I am super excited to work with you!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 2
2+
3+
## Step 1
4+
5+
Say: I'm here to help you with your maths journey and will be working closely with you to help you learn and grow in confidence. We will tackle problems together, practice skills, and have fun while we learn!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 3
2+
3+
## Step 1
4+
5+
Say: When I’m not teaching maths I like to do a lot of things. On the weekends I like to go play computer games, create digital art and learn new languages. What three things do you like to do on most on the weekends?
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 4
2+
3+
## Step 1
4+
5+
Say: Let’s practice using the text tool now - it’s super easy. When you want to write something on the screen, select the text tool in your toolbar at the bottom, and click on the blue box.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 6
2+
3+
## Step 1
4+
5+
Say: During the lesson, you'll be answering questions using the text tool, but we'll also focus on verbal reasoning and explaining your answers. Please try to speak clearly and loudly enough for me to hear. We'll get the hang of it soon. Let's give it a try. Look at the question on the screen. Can you tell me what you think the answer is and explain your reasoning out loud? If you find anything confusing or don't understand something, just ask me—I'm here to help!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Slide 5
2+
3+
## Step 1
4+
5+
Say: Fantastic! You are ready to begin your first lesson! Are you ready to start?

0 commit comments

Comments
 (0)