Back to Freecodecamp

Task 123

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

latest2.0 KB
Original Source
<!-- Audio Reference: Tom: Also, in IntelliJ IDEA, the code auto-completion isn't popping up. Isn't it automatic? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Tom ask Isn't it automatic?

--answers--

To find out if auto-completion is a new feature.

--feedback--

Think about if Tom is asking about something he already expects to be true.


To confirm that auto-completion should work automatically.


To ask how to activate auto-completion.

--feedback--

Consider if Tom is asking for help or just checking something he thinks is true.


To check if auto-completion is broken.

--feedback--

Think about if Tom is focused on understanding how the feature should work or if he's diagnosing a problem.

--video-solution--

2

--explanation--

Tag questions are used to confirm information or check for agreement. In Tom's sentence, he is checking if his assumption about auto-completion being automatic 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": 22.6,
      "finishTimestamp": 29.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Also, in IntelliJ IDEA, the code autocompletion isn't popping up.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.42,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Isn't it automatic?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}