Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68309d975e7710657178e746.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: Were the changes in the contact page noticed? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Were the changes in the BLANK page noticed?

--blanks--

contact

--feedback--

Followed by page, this refers to the part of a website where users can find ways to reach out, usually with a form, email, or phone number.

--explanation--

A contact page is a section on a website that gives visitors ways to get in touch with the company or organization. It often includes an email address, phone number, form, or location. For example:

The contact page now includes a live chat option for quicker support. – This means the page was updated to make it easier for users to ask questions.

--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": 32.52,
      "finishTimestamp": 34.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Were the changes in the contact page noticed?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}