Back to Freecodecamp

Task 59

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

latest1.6 KB
Original Source
<!-- (Audio) James: I see. Maybe we should start small and see how it goes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. Maybe we should start BLANK and see how it goes.

--blanks--

small

--feedback--

This means limited or simple, not very big or complex.

--explanation--

To start small means to begin with a simple, limited, or smaller version of something before expanding or scaling up. It's often used to reduce risk and learn from early steps. For example:

  • Let's start small with just one feature and build more later. – This means to begin with a single part of the project to test or learn before adding more.

  • The company started small with only two employees but grew quickly. – This means the business began with a small team before expanding.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 28,
      "finishTimestamp": 31.26
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I see. Maybe we should start small and see how it goes.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}