Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683904a6ca2d067012650381.md

latest1.5 KB
Original Source
<!-- (Audio) Lisa: It's a tough lesson, but a valuable one. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's a BLANK lesson, but a BLANK one.

--blanks--

tough

--feedback--

This means difficult or challenging to deal with.


valuable

--feedback--

This means very useful or important.

--explanation--

Tough describes something that is hard to do, understand, or accept. For example:

Losing data is a tough problem for any company. – This means it is a difficult issue to face.

Valuable means something that has great worth or importance. For example:

This training was valuable because it taught new skills. – This means the training was very useful and important.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 39.7,
      "finishTimestamp": 41.88
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "It's a tough lesson, but a valuable one.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.68
    }
  ]
}