Back to Freecodecamp

Task 42

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Finally, this is Linda, our UX/UI designer. She joined the team last year. She loves creating user-friendly interfaces. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following statements is true based on the audio about Linda?

--answers--

She started working with the team this year.

--feedback--

Listen carefully, the dialogue mentioned when Linda joined the team.


She is responsible for financial management in the company.

--feedback--

Consider Linda's role as mentioned in the dialogue.


She has been with the team for five years.

--feedback--

Try to remember how long Linda has been on the team.


She creates user-friendly interfaces and joined the team last year.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 27.18,
      "finishTimestamp": 34.84
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Finally, this is Linda, our UX/UI designer.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.2,
      "finishTime": 8.2,
      "dialogue": {
        "text": "She joined the team last year. She loves creating user-friendly interfaces.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.7
    }
  ]
}