Back to Freecodecamp

Task 101

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

latest1.9 KB
Original Source
<!-- Audio Reference: Tom: Hey Sarah, do you have a moment? I'm struggling with these IDEs. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Tom want to talk to Sarah?

--answers--

Sarah is struggling with her IDEs.

--feedback--

Sarah is not the one struggling with the IDEs.


He is explaining how to use an IDE.

--feedback--

Tom is not explaining how to use an IDE.


He is discussing a new feature in the IDE.

--feedback--

Tom is not discussing a new feature.


He is struggling with the IDEs.

--video-solution--

4

--explanation--

When someone says they are struggling with something, it means they are having difficulty or trouble with it. For example:

  • The team is struggling with the project deadline. - The team is having trouble meeting the deadline.

IDEs stands for Integrated Development Environments. These are software tools used by developers to write, test, and debug code. Examples of popular IDEs include Visual Studio Code, IntelliJ IDEA, and Eclipse.

In the dialogue, Tom is having trouble with his IDEs and wants to talk to Sarah about it.

--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": 2.08,
      "finishTimestamp": 4.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "I'm struggling with these IDEs.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}