Back to Freecodecamp

Task 136

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/682468ca93ddd132bf350cda.md

latest2.0 KB
Original Source
<!-- (Audio) James: It looks like we fixed many of the big problems from before. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It looks like we BLANK BLANK the big problems BLANK.

--blanks--

fixed

--feedback--

This verb means to repair or correct something that was wrong or not working. It ends with -ed.


many of

--feedback--

This two-word phrase means a large number from a specific group.


from before

--feedback--

This two-word phrase refers to something that happened or existed in the past.

--explanation--

Fix means to correct or repair something that was broken or not working. Its past form is fixed. For example:

We fixed the login error. – The problem with logging in is now solved.

Many of is used to refer to a large number taken from a specific group. For example:

Many of the bugs were found during testing. – A large number of bugs (not all) were discovered.

From before refers to something that happened in the past. For example:

I remember this issue from before. – It is something that happened earlier in time.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 68.88,
      "finishTimestamp": 71.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "It looks like we fixed many of the big problems from before.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}