Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680aea322a388e3f17d76ad7.md

latest1.3 KB
Original Source
<!-- (Audio) Maria: Did we stay within it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Did we stay BLANK it?

--blanks--

within

--feedback--

This means inside the limits or boundaries of something, like a budget, a time frame, or a rule.

--explanation--

Within means inside the limits or boundaries of something. For example:

The team completed the project within two weeks. – This means they finished it in less than or equal to two weeks.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.72,
      "finishTimestamp": 26.82
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "Did we stay within it?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.6
    }
  ]
}