curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620d86f3f8def0d220fe3d8.md
Listen to the audio and answer the question.
In his response, what is Tom referring to by them?
Conditional statements
Tom is not referring to the conditional statements themselves, but to what these statements will manage.
Error handling techniques
While error handling is the broader topic, Tom is specifically referring to something within this context that needs management.
Potential issues
Programming languages
Tom's reference is not about programming languages, but about a specific aspect within the topic of error handling.
3
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
},
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 27.42,
"finishTimestamp": 38.18
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 4.88,
"dialogue": {
"text": "Now, let's talk about error handling. If you encounter potential issues,",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 5.22,
"finishTime": 8.56,
"dialogue": {
"text": "it's a good idea to use conditional statements to handle them gracefully.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 8.93
},
{
"character": "Tom",
"opacity": 1,
"startTime": 8.93
},
{
"character": "Tom",
"startTime": 9.3,
"finishTime": 11.76,
"dialogue": {
"text": "So I should include conditional statements to manage them?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 12.26
}
]
}