Back to Freecodecamp

Task 53

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

latest1.8 KB
Original Source
<!-- (audio) Sarah: Mark, I reviewed your code for the new feature, and it's looking good. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Mark, I reviewed your BLANK for the new BLANK, and it's looking good.

--blanks--

code

--feedback--

This word refers to a set of instructions written in a programming language.


feature

--feedback--

This word refers to a distinct attribute or function of a program.

--explanation--

Code refers to a set of instructions written in a programming language to perform a specific task. For example:

The code makes the website load quickly. - The sentence means that the instructions behind the website help it load faster.

Feature refers to a specific functionality or component of a program or software. For example:

The new feature enables users to customize their settings. - The sentence means that the new function allows users to change their settings.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.46,
      "finishTimestamp": 3.76
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Mark, I reviewed your code for the new feature and it's looking good.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}