Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657e4fd2ecf31280ef673f0d.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Maria: And this is Linda, she's our UX/UI designer. She works in user experience and she creates our interface design. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda do?

--answers--

She manages the company's finances.

--feedback--

The introduction clearly states Linda's role in design, not in finance management.


She is responsible for marketing and sales.

--feedback--

Linda's role is described as related to design, not marketing and sales.


She works in user experience and creates interface design.


She is in charge of human resources.

--feedback--

Maria's introduction mentions Linda's work in design, not human resources.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": { "x": 50, "y": 0, "z": 1.5 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 30.12,
      "finishTimestamp": 36.08
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.96,
      "dialogue": {
        "text": "And this is Linda. She's our UX/UI designer. She works in user experience and she creates our interface design.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}