Back to Freecodecamp

Task 40

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Where are you from, Tom? -->

--description--

When you want to know about someone's origin or the place they grew up, you can ask Where are you from?. This question is a common way to know more about a person's background.

--questions--

--text--

What does Sophie ask Tom to know about his origin?

--answers--

How are you from?

--feedback--

Listen again.


Where you go?

--feedback--

Listen again.


Why are you here?

--feedback--

Listen again.


Where are you from?

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.98,
      "finishTimestamp": 7.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.9,
      "dialogue": {
        "text": "Where are you from, Tom?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.4
    }
  ]
}