Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679ce79d606b9e89318e3fdc.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Did you hear anything about this? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could James tell Maria he has no information and ask about the content of the email?

--answers--

No, I didn't. What did he say?

--audio-id--

EN2bd32dde


Don't worry. The project has no issues.

--audio-id--

EN987d4594

--feedback--

We heard from Maria the client is complaining about an issue, so that's not the case.

--video-solution--

1

--explanation--

Since Maria asks her question starting with Did you hear..., a short answer to that normally uses did as well. For example:

  • Person 1: Did you hear anything about the new policy changes?

  • Person 2: Yes, I did. - The answer implies you received some news regarding the policy changes.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.62,
      "finishTimestamp": 6.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Did you hear anything about this?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}