Back to Freecodecamp

Task 43

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

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

--description--

I'm from... is a standard way to indicate where someone is originally from, be it a city, country, or any other place of origin.

--fillInTheBlank--

--sentence--

BLANK from Texas. How about you?

--blanks--

I'm

--feedback--

This is the contraction for I am. The first letter is capitalized.

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