curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7f62c65459a5f3e43f64c.md
Listen to the audio and complete the sentence below.
That BLANK. BLANK, BLANK we build in-house, we have more control, but it could take longer.
makes sense
This two-word phrase means that something is logical or easy to understand.
So
This word is used to introduce a conclusion or result based on previous information. The first letter is capitalized.
if
This word is used to introduce a condition or possibility.
Makes sense means that something is logical or understandable. For example:
Using version control makes sense because it helps track changes in the code. – This means version control is a logical choice for managing code changes.
So is used to introduce a conclusion based on what was just discussed. For example:
The server is down, so we need to restart it. – This means that restarting the server is a logical next step because the server is down.
If is used to introduce a condition that affects the outcome. For example:
If we optimize the database, the application will run faster. – This means improving the database will lead to better app performance.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_13-3.mp3",
"startTime": 1,
"startTimestamp": 76.74,
"finishTimestamp": 81.64
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.9,
"dialogue": {
"text": "That makes sense. So if we build in-house, we have more control, but it could take longer.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.4
}
]
}