Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/65f3146b4f4fb2c1f95c7335.md

latest2.3 KB
Original Source
<!-- (Audio) Brian: Hey, how's it going? I noticed you're relatively new here. What's your background in tech? Sophie: Hey! Yeah, I joined the team a few months ago. -->

--description--

When listening to a conversation, it's important to notice how people respond. Often, someone may ask several things, but the reply only answers one of them.

In this dialogue, Brian greets Sophie and makes two comments. Sophie's reply connects to one of these comments.

--questions--

--text--

Which part of Brian's words is Sophie responding to?

--answers--

I noticed you're relatively new here.


Hey, how's it going?

--feedback--

Sophie doesn't mention how she's doing, so she isn't responding to this greeting.


What's your background in tech?

--feedback--

Sophie doesn't talk about her background in technology in this part of the conversation.


None of the above

--feedback--

Sophie does reply. She is answering the part where Brian noticed she's new.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 8.30
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.36,
      "dialogue": {
        "text": "Hey, how's it going? I noticed you're relatively new here. What's your background in tech?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.71
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 6.71
    },
    {
      "character": "Sophie",
      "startTime": 7.06,
      "finishTime": 9.30,
      "dialogue": {
        "text": "Hey! Yeah, I joined the team a few months ago.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 9.80
    }
  ]
}