Back to Freecodecamp

Task 126

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

latest2.1 KB
Original Source
<!-- Audio Reference: Sarah: It usually is, but it doesn't work if the project isn't set up right. Have you checked the settings? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Sarah, what is the probable cause auto-completion isn't working?

--answers--

The project isn't set up correctly.


The auto-completion is outdated.

--feedback--

Pay attention to what Sarah says after it doesn't work if....


The computer isn't powerful enough.

--feedback--

Pay attention to what Sarah says after it doesn't work if....


The feature is only available in a different IDE.

--feedback--

Pay attention to what Sarah says after it doesn't work if....

--video-solution--

1

--explanation--

When listening to Sarah's part of the dialogue, pay attention to the word if. This word often introduces the cause of a problem, explaining what needs to happen for something else to occur.

After finding if, identify the part of the sentence that describes what happens when that condition isn't met (the effect). In Sarah's sentence:

  • Effect: The auto-completion doesn't work.

  • Cause introduced by if: If the project isn't set up correctly.

Understanding this relationship helps you explain problems and solutions clearly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.3,
      "finishTimestamp": 33.36
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "It usually is, but it doesn't work if the project isn't set up right.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}