Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680ca5771c7698192e813aab.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 answer the question below.

--questions--

--text--

What does Josh mean when he says those resistors?

--answers--

He is asking about random items on a list.

--feedback--

He points to something specific, not random items.


He is talking about a different shipment.

--feedback--

He doesn't mention any shipment; he talks about specific parts he can see.


He is asking about an old design plan.

--feedback--

He is focusing on physical items, not a design plan.


He is pointing to specific parts they can see.

--video-solution--

4

--explanation--

Those is used to refer to multiple things that are not far away but not immediately close either.

Right there shows he is talking about something physically present and easy to see, not something random or in the past.

It shows he is talking about particular resistors they can both see, not about random items, past shipments, or plans.

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