Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c5b03dd9706d9e3f9a97b2.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: The first one is SecureSoft, and the other is SafeGuard. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK one is SecureSoft, and BLANK is SafeGuard.

--blanks--

first

--feedback--

This word is used to introduce the initial item in a list or comparison.


the other

--feedback--

This two-word phrase refers to the second of two mentioned items.

--explanation--

First describes the item that comes before all others in order.

The other refers to the second of two choices. For example:

I tried two laptops. The first was fast, but the other had a better screen. - This compares two laptops. The one mentioned earlier was fast, while the second one had a better screen.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.78,
      "finishTimestamp": 11.76
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "The first one is SecureSoft and the other is Safeguard.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}