Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680ca7904de2191aa2b98d92.md

latest1.5 KB
Original Source
<!-- (Audio) Josh: Got it. Those resistors right there. Are they the same ones you needed last time, or something better? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Got it. Those resistors right there. Are they the same ones you needed last time, or BLANK?

--blanks--

something better

--feedback--

This two-word phrase means an option that is an improvement compared to what was used before.

--explanation--

Something better means an improved or higher-quality option compared to a previous one. For example:

We found something better than the old processor. – This means the team found a newer or more powerful processor.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.24,
      "finishTimestamp": 26.82
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "Got it. Those resistors right there. Are they the same ones you needed last time or something better?",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}