Back to Freecodecamp

Task 66

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: This way, we can understand the limits better before we launch it fully. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This way, we can understand the limits better BLANK we launch it fully.

--blanks--

before

--feedback--

This is used to show that something happens earlier in time than something else.

--explanation--

Before is used to show that one action happens earlier than another. For example:

  • Please save your work before you close the program. – This means saving should happen earlier than closing the program.

  • He always checks his code carefully before submitting it. – This means checking happens first, before the action of submitting.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.52,
      "finishTimestamp": 43.78
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "This way, we can understand the limits better",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.06,
      "finishTime": 4.26,
      "dialogue": {
        "text": "before we launch it fully.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}