Back to Freecodecamp

Task 135

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6824681cc6001d31a3510157.md

latest1.7 KB
Original Source
<!-- (Audio) James: Yes, there are fewer big problems now. Most issues are small and not so serious. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, BLANK fewer big problems now. Most BLANK are small and not so serious.

--blanks--

there are

--feedback--

These two words together are used to say that something exists or is present.


issues

--feedback--

This noun in the plural form means problems or difficulties, especially things that need attention.

--explanation--

There are is a common phrase used to show that something exists or is happening. For example:

There are many files on the desktop. – This means many files exist there.

Issues means problems or concerns that need to be fixed or discussed. For example:

The software has a few issues with login. – It has some problems that affect how it works.

--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": 63.68,
      "finishTimestamp": 68.4
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Yes, there are fewer big problems now. Most issues are small and not so serious.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}