Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661255c3b6ea612e984a62b8.md

latest2.2 KB
Original Source
<!-- (Audio) Maria: Excellent. Learning more about our customers is essential. I appreciate your dedication. Can you tell me about your long-term goals? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Maria emphasize and ask about in her statement to Brian?

--answers--

She emphasizes the importance of team collaboration and asks about Brian's team management skills.

--feedback--

Maria focuses on customer knowledge and inquires about Brian's long-term goals, not team management.


She stresses the need for immediate results and asks about Brian's weekly tasks.

--feedback--

Maria's statement is about the importance of understanding customers and long-term goals, not immediate results or weekly tasks.


She highlights the importance of learning about customers and asks about Brian's long-term goals.


She appreciates Brian's technical skills and asks about his recent project achievements.

--feedback--

While Maria appreciates Brian's dedication, her focus is on understanding customers and inquiring about his long-term goals, not his technical skills or recent projects.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.18,
      "finishTimestamp": 29.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Excellent. Learning more about our customers is essential.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.26,
      "finishTime": 7.54,
      "dialogue": {
        "text": "I appreciate your dedication. Can you tell me about your long-term goals?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}