Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d431696ea137710a682247.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: It's a great place to work if you value creativity and innovation. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's a great place to work if you BLANK BLANK and BLANK.

--blanks--

value

--feedback--

This word means to consider something important or worthwhile.


creativity

--feedback--

This word refers to the ability to think of new and original ideas.


innovation

--feedback--

This word means introducing new ideas, methods, or products.

--explanation--

Value means to think something is important. For example:

She values teamwork because she believes working together is the best way to succeed. - This means the person thinks teamwork is very important.

Creativity is the ability to come up with new and original ideas. For example:

His creativity helped him design a unique logo for the company. - This means the person used his imagination to make something new.

Innovation means introducing new ideas or improvements. For example:

The company's innovation led to a new kind of smartphone with better battery life. - This means the company created a smartphone which is new and better than before.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 64.02,
      "finishTimestamp": 68.02
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "It's a great place to work if you value creativity and innovation.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}