Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d6cc2551fe584833cd6cda.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: Wow, that's a long time. Is she a strict person? Alice: She's very easygoing, actually. She's serious when it comes to work but also has a good sense of humor. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Alice describe the person?

--answers--

She is very strict.

--feedback--

Easygoing means the opposite of strict; it describes someone who is relaxed and flexible.


She is relaxed and not easily upset.


She often gets angry.

--feedback--

Being easygoing means someone doesn't easily get upset or angry.


She worries a lot.

--feedback--

An easygoing person is described as not easily worried or stressed.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.56,
      "finishTimestamp": 39.74
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Wow, that's a long time. Is she a strict person?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.33
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4.33
    },
    {
      "character": "Alice",
      "startTime": 4.58,
      "finishTime": 9.18,
      "dialogue": {
        "text": "She's very easygoing actually. She's serious when it comes to work but also has a good sense of humor.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 9.68
    }
  ]
}