Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c507bef7c69ac73fbc82cc.md

latest1.9 KB
Original Source
<!-- Audio Reference: Tom: The code auto-completion isn't popping up. Isn't it automatic? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the best answer to Tom's question?

--answers--

It usually is, but it doesn't work if the project isn't set up right.

--audio-id--

EN932d4bee


It is, you have to enable it manually every time.

--audio-id--

EN82660f13

--feedback--

This actually contradicts what was said before — if something is automatic, you wouldn't need to enable it manually.

--video-solution--

1

--explanation--

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.

--scene--

json
{
  "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
    }
  ]
}