curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c507bef7c69ac73fbc82cc.md
Listen to the audio and answer the question below.
Which option is the best answer to Tom's question?
It usually is, but it doesn't work if the project isn't set up right.
EN932d4bee
It is, you have to enable it manually every time.
EN82660f13
This actually contradicts what was said before — if something is automatic, you wouldn't need to enable it manually.
1
Tom says, The code auto-completion isn't popping up. Isn't it automatic? This means he expects auto-completion to work automatically.
A good response would either confirm that auto-completion should be automatic or explain why it might not be working.
Look for an answer that explains the feature should work automatically if the setup is correct.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-3.mp3",
"startTime": 1,
"startTimestamp": 25.4,
"finishTimestamp": 29.56
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.42,
"dialogue": {
"text": "the code autocompletion isn't popping up.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 3.42,
"finishTime": 5.16,
"dialogue": {
"text": "Isn't it automatic?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.66
}
]
}