Back to Freecodecamp

Task 73

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Hi, James. I just got an email from a client. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What motivated Maria to have a conversation with James?

--answers--

She received an email from a client.


She wants to schedule a meeting with James.

--feedback--

Maria does not mention scheduling a meeting.


She has a question about James's project.

--feedback--

Maria does not ask any questions about a project at this moment.


She is asking James to send an email.

--feedback--

Maria does not ask James to send an email; she is talking about one she received.

--video-solution--

1

--explanation--

To get an email means to receive an email message. For example:

I got an email from my manager about the new project. - This means the manager sent an email that the person received.

Just before got means that the action happened very recently. For example:

I just got a new laptop. - This means the speaker recently bought a new laptop.

--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": 0,
      "finishTimestamp": 2.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hi, James. I just got an email from a client.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}