Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663685882305b736cb133f2b.md

latest2.1 KB
Original Source
<!-- (Audio) Tom: She's a UX/UI designer. She's really creative. Alice: That's interesting. Thanks for the description, Tom. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What can you say about Alice's reaction?

--answers--

She appreciated the fact that Tom took the time to describe Lisa to her


She thanks Tom for sharing his lunch with her

--feedback--

Tom's lunch is not mentioned in the dialogue.


She wants to hire Lisa to work for her

--feedback--

Well, Alice found the description interesting, but not necessarily for that reason.


She does not seem happy with what she hears.

--feedback--

She thanks Tom for the description, so probably she liked it.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.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": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.88,
      "finishTimestamp": 24
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "She's a UX/UI designer. She's really creative.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.49
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4.49
    },
    {
      "character": "Alice",
      "startTime": 4.9,
      "finishTime": 7.12,
      "dialogue": {
        "text": "That's interesting. Thanks for the description, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}