Back to Freecodecamp

Task 68

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Alice expressing in her statement to Tom?

--answers--

That demotivation is rare and unusual

--feedback--

Consider the phrase we all have our moments in Alice's statement.


The importance of keeping problems to oneself

--feedback--

Think about what Alice suggests is good to do in response to demotivation.


The need to compete with each other at work

--feedback--

Reflect on the terms share and support and how they relate to competition.


The value of sharing feelings and supporting one another

--video-solution--

4

--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": 65.58,
      "finishTimestamp": 70.30
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Of course, Tom. We all have our moments of demotivation and it's good to share and support each other.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}