Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6821ee9781030a68190065e9.md

latest2.0 KB
Original Source
<!-- (Audio) Jessica: Good morning, James. Today, we need to compare two versions of our software. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning, James. Today, we BLANK BLANK two BLANK of our software.

--blanks--

need to

--feedback--

This two-word phrase shows that something is necessary or required.


compare

--feedback--

This verb means to look at two or more things to see how they are different or similar.


versions

--feedback--

This noun in the plural form refers to different forms or releases of the same software.

--explanation--

Need to is used when something is necessary. For example:

We need to finish the report by Friday. – It is important to complete the report before Friday.

Compare means to examine things to find similarities or differences. For example:

Let's compare both designs before we choose one. – The team wants to see what is similar or different in the designs.

Versions refer to different forms or updates of the same thing. For example:

The latest version of the app has a new feature. – This means a newer release of the app includes something new.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Good morning, James. Today we need to compare two versions of our software.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.64
    }
  ]
}