Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655c9ee249f7ef65f6d2dd36.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: That's good to hear. I'm managing the team that's making a new part for the client's platform. We're trying to work on it and talk to the client to make sure they like it. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Maria need to talk to the client?

--answers--

To get more ideas for the platform.

--feedback--

Maria's goal is to ensure the client likes the new part, not necessarily to get more ideas.


To ask the client for technical help.

--feedback--

Maria is managing the team herself; they are talking to the client for approval, not technical help.


To instruct the client on how to use the new part.

--feedback--

The conversation with the client is to get their approval, not to provide instructions on use.


To make sure the client likes the new part they are making.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.30,
      "finishTimestamp": 24.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "That's good to hear. I'm managing the team that's making a new part for the client's platform.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 5.70,
      "finishTime": 9.08,
      "dialogue": {
        "text": "We're trying to work on it and talk to the client to make sure they like it.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.58
    }
  ]
}