curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b672f02003c7ecec12ffe.md
Let's practice conditionals!
Which sentence is correct in case James finds problems?
If he finds problems, he will take a break.
This option doesn't align with the proactive approach James mentions.
If he finds problems, he will report them.
That's a good idea, but it's not what he says.
If he finds problems, he will fix them.
If he finds problems, he will ignore them.
Ignoring problems contradicts the proactive and responsible approach discussed.
3
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "James",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "2.3-1.mp3",
"startTime": 1,
"startTimestamp": 8.76,
"finishTimestamp": 13.40
}
},
"commands": [
{
"character": "James",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"startTime": 1,
"finishTime": 5.64,
"dialogue": {
"text": "I'm using special tools to see where we might have problems, and then I have to fix them.",
"align": "center"
}
},
{
"character": "James",
"opacity": 0,
"startTime": 6.14
}
]
}