Back to Freecodecamp

Task 24

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

latest1.8 KB
Original Source
<!-- (Audio) James: Have we received any detailed reports from users about this issue? --> <!-- SPEAKING-->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Linda has received a few detailed reports from users. What should she say?

--answers--

Yes, a few, actually.

--audio-id--

EN0c4d88a1


Yes, we will receive the reports soon.

--audio-id--

ENa4e862e5

--feedback--

Consider if Linda is talking about reports she has already received or ones that will come in the future.

--video-solution--

1

--explanation--

In this case, Linda needs to confirm if she has already received the reports. Consider the difference between these two responses:

  • Yes, a few, actually. - This answer confirms that Linda has already received some reports.

  • Yes, we will receive the reports soon. - This answer suggests that the reports have not yet been received but are expected in the future. It doesn't confirm that any reports have already been received.

--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": 30.3,
      "finishTimestamp": 33.86
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Have we received any detailed reports from users about this issue?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}