Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/6581a3ccf2ecd839816c885d.md

latest1.5 KB
Original Source
<!-- (Audio) Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. -->

--description--

Listen to the conversation between Tom and Alice. Alice responds to Tom's feelings about meetings at work.

--questions--

--text--

Why is Alice saying this to Tom?

--answers--

She enjoys long meetings

--feedback--

Remember, Alice is responding to Tom's feelings about meetings.


She understands and shares Tom's feelings about meetings


She disagrees with Tom about the meetings

--feedback--

Think about what saying I hear you means in a conversation.


She thinks meetings are the best part of the job

--feedback--

Consider what Alice means by discouraging in the context of meetings.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.86,
      "finishTimestamp": 47.32
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "I hear you, Tom. Sitting in meetings for hours can be discouraging.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}