Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a44b06bea9443b8ff45bd.md

latest2.0 KB
Original Source
<!-- (Audio) Amy: It's exciting. I'm interviewing some experts and I'm getting information for the articles. It's keeping me busy, but I enjoy it. -->

--description--

Amy uses verbs ending in -ing because she is talking about actions that are happening right now. This form is called the Present Continuous tense. It shows that something is in progress at the moment of speaking.

For example, she says I'm interviewing some experts. It means she is doing this activity during the current period of time, not as a general habit.

--fillInTheBlank--

--sentence--

It's exciting. I'm BLANK some experts and I'm BLANK information for the articles. It's BLANK me busy, but I enjoy it.

--blanks--

interviewing

--feedback--

This verb means Amy is talking to experts to get their views. It ends in -ing.


getting

--feedback--

This verb means Amy is collecting or receiving information. It ends in -ing.


keeping

--feedback--

This verb means the activities are making Amy busy. It ends in -ing.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Amy",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 18.64,
      "finishTimestamp": 25.44
    }
  },
  "commands": [
    {
      "character": "Amy",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Amy",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "It's exciting. I'm interviewing some experts and I'm getting information for the articles.",
        "align": "center"
      }
    },
    {
      "character": "Amy",
      "startTime": 5.98,
      "finishTime": 7.80,
      "dialogue": {
        "text": "It's keeping me busy, but I enjoy it.",
        "align": "center"
      }
    },
    {
      "character": "Amy",
      "opacity": 0,
      "startTime": 8.30
    }
  ]
}