Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c6155aafccc1d49bf9b32a.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--

What does Sarah want to know from Tom?

--answers--

She wants to know if he needs help setting up the project.

--feedback--

Pay attention to what Sarah says after Have you checked....


She wants to know if the project is saved.

--feedback--

Pay attention to what Sarah says after Have you checked....


She wants to know if he has checked the settings.


She wants to know if the auto-completion feature is installed.

--feedback--

Pay attention to what Sarah says after Have you checked....

--video-solution--

3

--explanation--

When someone asks a question like Have you + verb ?, they are trying to find out if you did something specific.

In this case, Sarah asks, Have you checked the settings? because she wants to know if Tom has already taken a specific action that could solve the problem.

--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": 34.8
    }
  },
  "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",
      "startTime": 4.22,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Have you checked the settings?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.0
    }
  ]
}