Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68557eeb6959f6ac5de97da2.md

latest2.4 KB
Original Source
<!-- (Audio) Linda: We need to make the instructions clearer and more prominent. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Linda think the instructions should be?

--answers--

They should be shorter and funnier.

--feedback--

Linda doesn't mention making the instructions short or humorous.


They should be easier to see and to understand.


They should only be shown once.

--feedback--

Linda doesn't focus on frequency.


They should be written by someone else.

--feedback--

Linda doesn't talk about who should write them.

--video-solution--

2

--explanation--

There are two common ways to form comparatives. Choose the form based on how many syllables the adjective has.

  • For most 1-syllable adjectives, add -er at the end. For example:

This explanation is much clearer than the other one. – The -er ending is used because clear is a short adjective with only one syllable.

  • For longer adjectives (2+ syllables), use more + adjective. For example:

Ah, now the button looks more prominent. Users can't miss it.More is used preceding the adjective because prominent has three syllables and is too long for the -er form.

Other examples:

  • This bedroom is smaller than ours at home.Small is a 1-syllable adjective, so the -er form, smaller, is used.

  • I think cell phones are more useful than tablets.Useful is a 2-syllable adjective, so you don't add -er in the end, but preceed it with more instead (more prominent).

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.64,
      "finishTimestamp": 22.82
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "We need to make the instructions clearer and more prominent.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}