Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cbef9aa43ceba8af6feb4.md

latest1.4 KB
Original Source
<!-- (audio) Sophie: I think she has a passion for technology and enjoys leading our team. -->

--description--

When you like doing something very much, you can say you enjoy it. It's a simple way to express that something makes you happy.

For example, you can say, I enjoy playing video games. This means playing video games is fun for you.

In the dialogue, Sophie tells something that Maria enjoys in her job.

--fillInTheBlank--

--sentence--

I think she has a passion for technology and she BLANK leading our team.

--blanks--

enjoys

--feedback--

This verb means Maria likes something and feels happy doing it. It ends in -s.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 8.50,
      "finishTimestamp": 11.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "I think she has a passion for technology and she enjoys leading our team.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}