Back to Freecodecamp

Task 5

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I'm a programmer and I love creating software that helps people in their daily activities. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is correct about Alice's profession?

--answers--

She is a teacher.

--feedback--

Alice does not say she is a teacher. Listen again to her profession.


She is a programmer.


She is a doctor.

--feedback--

Alice does not say she is a doctor. Listen again to her profession.


He is a programmer.

--feedback--

The pronoun he is incorrect as the question is about Alice.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.44,
      "finishTimestamp": 8.60
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I'm a programmer and I love creating software that helps people in their daily activities.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}