Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657b400653813a1caa228aca.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Alice: Hi, everyone. My name is Alice, and I'm happy to be part of the team. -->

--description--

Sentences with the verb to be are often used to describe feelings and emotions. In the present simple tense, you use it to talk about how you feel right now. For example:

I'm excited to be part of the team. - The person is expressing their current positive feelings.

--questions--

--text--

What does the expression I'm happy indicate in the present simple tense?

--answers--

A future plan

--feedback--

I'm happy is not a future plan.


A past event

--feedback--

The expression doesn't refer to something from the past.


A current emotion or feeling


A general fact

--feedback--

The phrase doesn't indicate a general fact.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Hi, everyone. My name is Alice, and I'm happy to be part of the team.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}