Back to Freecodecamp

Task 59

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to make the instructions BLANK and more BLANK.

--blanks--

clearer

--feedback--

This is a comparative adjective. It means easier to understand.


prominent

--feedback--

This means easy to see or notice; something that stands out.

--explanation--

Clear means easy to understand or see. Its comparative form, clearer, means easier to understand. For example:

  • The instructions are clear and simple. – This only emphasizes the simplicity of the instructions without comparing them.

  • This version of the guide is clearer than the last one. – This compares the simplicity of two versions, the current and the last one.

Prominent means something is easy to notice or stands out. For example:

The error message should be placed in a prominent position on the screen. – This means the message should be very visible so users can see it easily.

--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
    }
  ]
}