Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830f706a3c875bf67bcc5c0.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 answer the question below.

--questions--

--text--

What does Tom want to know?

--answers--

If the contact form is still working.

--feedback--

He's not asking about a technical function.


If users liked the new fonts.

--feedback--

Fonts aren't mentioned in this part of the conversation.


If users had a positive reaction to the new visual elements.


If the images were too large to load quickly.

--feedback--

He's not talking about loading speed or performance.

--video-solution--

3

--explanation--

How about is used to ask for someone's opinion or status of something, especially after another topic has just been discussed. It's often used to smoothly move to a related subject. For example:

We've reviewed the layout. How about the color choices? – This means the speaker now wants to know what the other person thinks about the colors.

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