Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/6629cc728221a1a4a5613320.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: Hey, Sophie, how's it going? -->

--description--

Please answer the question below.

--questions--

--text--

What does Brian mean by asking how's it going?

--answers--

He is asking if Sophie is going somewhere.

--feedback--

This phrase is not about going to a place, but about asking how someone is doing.


He is asking about Sophie's general well-being or situation.


He wants to know what time it is.

--feedback--

The phrase is not related to asking about the time.


He is asking for directions.

--feedback--

This phrase is used to ask about someone's situation, not for directions.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.08
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "Hey, Sophie. How's it going?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.58
    }
  ]
}