curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f94a82f94a341819c0c9c.md
Conditional sentences often use if to describe a possible situation and its outcome. For example, If it rains, we will stay inside.
In programming, conditionals are used to make decisions based on certain conditions.
In Tom's statement, he uses a conditional to understand how consistent indentation affects code readability.
What does the conditional if in Tom's statement suggest?
Indentation is optional in coding.
Indentation is not just an option; it's important for readability and sometimes necessary for the code to work correctly.
Indentation has no effect on code.
Indentation significantly affects the readability of code, making it easier to understand.
Consistent indentation improves code readability.
Indentation makes coding more difficult.
Proper indentation actually makes understanding and reading code easier, not more difficult.
3
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 15.2,
"finishTimestamp": 19.6
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.4,
"dialogue": {
"text": "Got it. So if I indent the blocks consistently, it improves code readability?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.9
}
]
}