Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a4e97fa176a2fed5011fc.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: I'm from Texas. How about you? -->

--description--

After stating your own origin or background, it's polite and engaging to ask the other person about theirs. This creates an opportunity for both to share more about themselves.

--questions--

--text--

How does Tom ask Sophie about her origin after stating his own?

--answers--

And you?

--feedback--

Tom uses a common follow-up question after sharing his own origin.


How about you?


What about you?

--feedback--

Tom uses a common follow-up question after sharing his own origin.


You from where?

--feedback--

Tom uses a common follow-up question after sharing his own origin.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.2,
      "finishTimestamp": 10.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "I'm from Texas. How about you?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}