Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830f2bf1e8649aa62fd7121.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: That's excellent. How about the images and graphics we updated? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's excellent. How about the BLANK and BLANK we updated?

--blanks--

images

--feedback--

This refers to pictures or photos used in a digital or printed format. Use the plural form.


graphics

--feedback--

This refers to visual elements like icons, illustrations, or design elements used to support or decorate content.

--explanation--

An image is a visual representation, such as a photo or picture, that helps show something clearly. For example:

The homepage banner image was updated to reflect the new campaign. – This means a new picture was added for visual appeal.

Graphics are visual elements like illustrations, icons, or designs that support communication or design. For example:

The infographic used clear graphics to show the survey results. – This means visual tools were used to make the data easier to understand.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.86,
      "finishTimestamp": 48.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "That's excellent. How about the images and graphics we updated?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}