Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68487ddbd6a38e7040118f64.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: It's not fitting our current model. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's not BLANK our current model.

--blanks--

fitting

--feedback--

This means matching or being suitable for something. Use the -ing form.

--explanation--

To fit, in this context, means to match or be suitable for a situation, system, or structure. For example:

That idea isn't fitting our new approach to team management. – This means the idea doesn't work well with the way the team now operates.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.02,
      "finishTimestamp": 17.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "It's not fitting our current model.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}