Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66c8fc270bd7537bc878f6a2.md

latest2.2 KB
Original Source
<!-- (Audio) James: Have you had the time to identify which elements are causing the trouble? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James want to know if Linda has had the time to do?

--answers--

To fix the issue with the troubled elements.

--feedback--

Think about whether James is asking if Linda has already fixed the problem or if he is asking about something else.


To report the issue that is causing trouble to the team.

--feedback--

Consider whether James is asking about reporting the issue or identifying the cause.


To redesign the elements that are causing trouble.

--feedback--

Consider whether James mentioned anything about redesigning or just identifying the problem.


To identify which elements are causing the trouble.

--video-solution--

4

--explanation--

James is asking Linda if she has had enough time to complete a specific task. The key phrase here is have the time to, which means to have enough time available to do something.

To answer this question, pay attention to the part of James's sentence after he says had time to. This part of the sentence tells you what James is asking Linda.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.7,
      "finishTimestamp": 24.44
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Have you had the time to identify",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.78,
      "finishTime": 4.54,
      "dialogue": {
        "text": "which elements are causing the trouble?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}