Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b5d5e47e9ed427ca301ed6.md

latest1.9 KB
Original Source
<!-- (audio) Jim: It could be quicker, especially for returning users. Any thoughts on that? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It could be quicker, especially for BLANK users. Any BLANK on that?

--blanks--

returning

--feedback--

This word refers to users who have already visited or used the system before. It ends with -ing.


thoughts

--feedback--

This word in the plural form means ideas, opinions, or suggestions about something.

--explanation--

Returning refers to someone or something that is coming back. For example:

The website offers a faster checkout process for returning customers. - Here, returning customers are people who have already made a purchase before, so they don't need to enter all their details again.

Thoughts refers to opinions, ideas, or feedback on a topic. It is often used in discussions to ask for input. For example:

The developer asked the team for their thoughts on the new feature. - This means the developer asked for feedback or opinions from the team about the feature.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 49.22,
      "finishTimestamp": 53.54
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "It could be quicker, especially for returning users. Any thoughts on that?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 5.82
    }
  ]
}