Back to Freecodecamp

Task 57

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: She sounds like a great person. I should have a chat with her sometime. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom implying about the person?

--answers--

She is not nice.

--feedback--

Tom actually suggests the opposite by saying a great person.


He has never met her.

--feedback--

While this might be true, it doesn't directly address Tom's implication about her being great.


She seems to be a very good person.


She is loud.

--feedback--

Sounds like a great person refers to the quality of her character, not the volume of her voice.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.66,
      "finishTimestamp": 47.74
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "She sounds like a great person. I should have a chat with her sometime.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}