Back to Freecodecamp

Task 83

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

latest1.9 KB
Original Source
<!-- (Audio) Lisa: Another thing was the chance to be part of projects that push the limits of innovation and creativity. -->

--description--

To push means to apply force to move something away from you, but it can also mean to try hard to achieve something, especially when it's challenging. For example, you might say, We're pushing the limits of what our software can do, meaning you're trying to make it do more than what's usually possible.

Listen to Lisa and complete the missing words.

--fillInTheBlank--

--sentence--

Another thing was the BLANK to be part of projects that BLANK the limits of BLANK and creativity.

--blanks--

chance

--feedback--

This word means an opportunity or possibility to do something. It's like when you get an opportunity to try something new.


push

--feedback--

To extend or go beyond usual limits or boundaries. It's often used to talk about innovation or making progress.


innovation

--feedback--

This noun refers to new ideas, products, or methods that improve something or solve problems. It's about coming up with new ways to do things.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.38,
      "finishTimestamp": 33.26
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.88,
      "dialogue": {
        "text": "Another thing was the chance to be part of projects that push the limits of innovation and creativity.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}