Back to Freecodecamp

Task 49

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

latest1.8 KB
Original Source
<!-- (Audio) Alice: It's frustrating when people are constantly trying to beat each other instead of working together as a team. -->

--description--

When people try to beat each other, they are competing or trying to be better than the others, often in a way that is not friendly or cooperative.

Working together as a team means cooperating with others, sharing tasks, and helping each other to achieve a common goal. It's the opposite of competing; it's about helping and supporting.

--fillInTheBlank--

--sentence--

It's BLANK when people are constantly BLANK to beat each other instead of BLANK together as a team.

--blanks--

frustrating

--feedback--

This word means feeling upset or annoyed because things are not going the way you want or expect.


trying

--feedback--

This word means making an effort to do something, often something challenging.


working

--feedback--

This word is about doing tasks, especially with others to achieve a common goal or finish a project.

--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": 25.02,
      "finishTimestamp": 29.38
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.36,
      "dialogue": {
        "text": "It's frustrating when people are constantly trying to beat each other instead of working together as a team.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}