Back to Freecodecamp

Task 7

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Hi, that's right. I'm Tom McKenzie. -->

--description--

The verb to be is used to talk about identities, characteristics, and more.

The contraction I'm is a combination of I am. Here, Tom uses it to introduce himself.

--questions--

--text--

Which operation correctly expands the contraction I'm?

--answers--

I is

--feedback--

Think about which verb form would correctly fit with I to talk about oneself in the present.


I am


I was

--feedback--

Think about which verb form would correctly fit with I to talk about oneself in the present.


I have

--feedback--

Think about which verb form would correctly fit with I to talk about oneself in the present.

--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-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.5,
      "finishTimestamp": 7
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Hi, that's right. I'm Tom McKenzie.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}