Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679788be536fab337baf88a3.md

latest1.5 KB
Original Source
<!-- (Audio) Jessica: I'll start making changes right away. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll start making changes BLANK BLANK.

--blanks--

right

--feedback--

This word emphasizes immediacy and is often followed by away to indicate something will happen without delay.


away

--feedback--

This word, when preceded by right, means immediately or without hesitation.

--explanation--

Right away means to do something immediately, without any delay. For example:

Please call me right away if there are any issues. - This means to make the call as soon as possible.

This phrase is commonly used to emphasize promptness in taking action.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 35.12,
      "finishTimestamp": 36.7
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.58,
      "dialogue": {
        "text": "I'll start making changes right away.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.08
    }
  ]
}