Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685340a64de66a0862fec057.md

latest2.1 KB
Original Source
<!-- (Audio) Anna: It's important that they reflect our company's values and current work environment. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's important that they reflect our company's BLANK and current work BLANK.

--blanks--

values

--feedback--

This refers to the beliefs and principles that guide the company's actions. Use the plural form.


environment

--feedback--

This refers to the conditions or setting in which people do their jobs.

--explanation--

The company's values are the core beliefs and guiding principles that shape how a company operates and makes decisions. For example:

Honesty and teamwork are part of our company's values. – This means the company believes in being truthful and working well together.

The work environment is the physical, social, or cultural conditions in which people do their jobs. For example:

A positive work environment helps employees stay motivated. – This means that a good atmosphere at work improves how people feel and perform.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 77.22,
      "finishTimestamp": 80.9
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "It's important that they reflect",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.32,
      "finishTime": 4.68,
      "dialogue": {
        "text": "our company's values and current work environment.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.18
    }
  ]
}