Back to Freecodecamp

Task 14

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

latest1.9 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 BLANK BLANK. Are they the same ones you needed last time, or something better?

--blanks--

resistors

--feedback--

This word in the plural form refers to small electronic parts that control the flow of electricity in a circuit.


right there

--feedback--

This two-word phrase is used to point to something very close and easy to see.

--explanation--

Resistors are electronic components that limit or control electric current in a circuit. For example:

We installed new resistors to protect the circuit board. – This means resistors were added to manage electricity.

Right there means something is located very close or easy to point out. For example:

The server room is right there next to the office. – This means it's close and easy to find.

--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
    }
  ]
}