Back to Freecodecamp

Task 14

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

latest1.8 KB
Original Source
<!-- (Audio) James: Have we fixed anything like this before? --> <!--SPEAKING-->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

They've never fixed anything like this, but they've solved similar issues. Which option is the best answer?

--answers--

No, we haven't. But we've solved similar issues on other projects.

--audio-id--

ENc2b70086


Yes, we haven't fixed anything like that before.

--audio-id--

ENaab0342f

--feedback--

This answer is contradictory and doesn't clearly communicate what Linda wants to say.

--video-solution--

1

--explanation--

To find the correct answer, pay attention to options that clearly explain whether the team has fixed a problem like this before. The best answer should show two things:

  • They haven't fixed this exact issue.

  • They have fixed similar issues in other projects.

Look for an option that doesn't contradict itself and provides a clear explanation, showing their experience with similar problems.

--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": 14.2,
      "finishTimestamp": 16.5
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Have we fixed anything like this before?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}