Back to Freecodecamp

Task 5

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

latest2.4 KB
Original Source
<!-- (Audio) James: Have you seen the latest user feedback? They've mentioned that some elements on our homepage aren't displaying correctly on mobile devices. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Linda has read the reports. Which option is the best answer?

--answers--

Yes, I have.

--audio-id--

EN885f75b0


Yes, I do.

--audio-id--

EN4fa1be50

--feedback--

Do is used in answer to questions in the Present Simple tense, not the Present Perfect. Since James asked the question in the Present Perfect tense, the correct short answer should use Present Perfect.

--video-solution--

1

--explanation--

When someone asks you a yes/no question, you can often respond with a short answer. This applies to questions in the Present Perfect tense as well.

To give a short answer, use Yes or No, followed by the subject (like I, we, or they) and then have or haven't. For example for the question Have you seen the report? you could use the short answers:

  • Yes, I have., or

  • No, I haven't.

This makes your answer clear and concise without repeating the whole question.

--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": 0,
      "finishTimestamp": 7.86
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Have you seen the latest user feedback?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.56,
      "finishTime": 6.52,
      "dialogue": {
        "text": "They've mentioned some elements of our homepage",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.52,
      "finishTime": 8.86,
      "dialogue": {
        "text": "aren't displaying correctly on mobile devices.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.36
    }
  ]
}