Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657cff86dd812f98672e2649.md
2025-03-17 18:57:18 +00:00

1.7 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657cff86dd812f98672e2649 Task 78 19 task-78

--description--

This part of the conversation is to check if you understand what Sophie says about Maria. It is not just about the words, but the meaning behind them.

--questions--

--text--

What does Sophie think about Maria as a leader?

--answers--

She thinks Maria is not a good leader.

--feedback--

Sophie uses positive words to describe Maria, not negative.


She believes Maria is an average leader.

--feedback--

Sophie's words are very positive, more than just average.


She is unsure about Maria's leadership skills.

--feedback--

Sophie does not express doubt; she is quite positive about Maria.


She feels that Maria is an excellent leader.

--video-solution--

4

--scene--

{
  "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": 57.36,
      "finishTimestamp": 60.40
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Maria is a fantastic leader to have. I think you're in good hands.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}