Back to Freecodecamp

Task 61

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

latest1.6 KB
Original Source
<!-- (Audio) James: We can introduce it to a few users first and watch what happens. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We can introduce it to a few users BLANK and watch what happens.

--blanks--

first

--feedback--

This is used to show the action should happen before anything else.

--explanation--

First is used as an adverb to show that something happens before all other actions. For example:

  • Let's finish this task first before moving to the next one. – This means to complete the current task before starting a new one.

  • You need to log in first to access your account. – This means logging in is the initial step before accessing other parts of the system.

--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": 31.68,
      "finishTimestamp": 35.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "We can introduce it to a few users first and watch what happens.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}