Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6822f4cb1031b084ec7609ca.md

latest1.9 KB
Original Source
<!-- (Audio) James: Yes, Jessica. I agree. The new version not only looks better, but also works better. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, Jessica. I agree. The new version not only BLANK, but also BLANK.

--blanks--

looks better

--feedback--

This two-word phrase means the design or appearance has improved. The first word ends with -s.


works better

--feedback--

This means the performance or function is improved. The first word ends with -s.

--explanation--

Looks better means something appears more attractive or visually pleasing. For example:

The updated login screen looks better with the new icons. – The design is improved and more appealing.

Works better means something performs more efficiently or is easier to use. For example:

The search feature works better after the update. – It performs faster or gives more accurate results.

The structure not only ... but also ... is used to show two connected positive changes. In this context, the new version improves in both appearance and functionality.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.34,
      "finishTimestamp": 13.84
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Yes, Jessica. I agree. The new version not only looks better, but also works better.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6
    }
  ]
}