Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c7dc5b2ec2924684304e3.md

latest2.1 KB
Original Source
<!-- (audio) Linda: That's true, but Python works better for back-end stuff. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, but Python works better for BLANK BLANK.

--blanks--

That's true

--feedback--

This expression is used to agree with something that has already been said. The first letter is capitalized.


back-end

--feedback--

This term refers to the part of a website or application that works behind the scenes, like the server or database, which users don't see. This is a compound word. Remember to use -.


stuff

--feedback--

This word is a general term used to refer to things or activities without being specific.

--explanation--

That's true is often used to show agreement. For example:

That's true, we can proceed with the update. - This means that you agree with something that was said earlier.

Back-end stuff is being used in a informal way to refer to the systems and services that support the visible part of a website or application, but are not seen by users.

Stuff alone is a general word used to refer to things, tasks, or activities. For example:

We need to fix the back-end stuff before the site can go live. - This means the technical work related to the back-end must be completed first.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.24,
      "finishTimestamp": 35.26
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "That's true, but Python works better for back-end stuff.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}