Back to Freecodecamp

Task 49

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

latest1.8 KB
Original Source
<!-- (audio) Sophie: Well, she's very proactive and she likes everything in order. I think she has a passion for technology and enjoys leading our team. -->

--description--

Passion is a big feeling of love for something. When you have a passion for something, you really enjoy it and think it's very important.

If someone has a passion for music, it means they love music a lot. In the dialogue, Sophie talks about Maria's passion for technology.

--questions--

--text--

According to Sophie, what does Maria love a lot?

--answers--

Making plans

--feedback--

Sophie doesn't mention Maria's passion for making plans.


Organizing tasks

--feedback--

Sophie doesn't mention Maria's passion for organizing tasks.


Meetings

--feedback--

Sophie doesn't mention Maria's passion for meetings.


Technology

--video-solution--

4

--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": 5.36,
      "finishTimestamp": 11.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Well, she's very proactive and she likes everything in order.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.14,
      "finishTime": 7.52,
      "dialogue": {
        "text": "I think she has a passion for technology and she enjoys leading our team.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.02
    }
  ]
}