Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a74c672ff11d9c210a8732.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: I understand, Tom. It can be a commitment. But I can't stand seeing this great software being private. Open source is all about transparency and accessibility, and that's something I truly believe in. -->

--description--

Sophie expresses her thoughts on open-source projects.

--questions--

--text--

What is Sophie's opinion about open source?

--answers--

It requires too much time and effort

--feedback--

Consider Sophie's values and what she emphasizes about open source.


It should remain exclusive and private

--feedback--

Think about Sophie's stance on making software available to everyone.


It's important for its transparency and accessibility


It's not practical for most developers

--feedback--

Reflect on Sophie's belief in open source and its benefits.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 26.16,
      "finishTimestamp": 37.26
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 7.16,
      "dialogue": {
        "text": "I understand, Tom. It can be a commitment, but I can't stand seeing this great software being private.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 7.56,
      "finishTime": 12.10,
      "dialogue": {
        "text": "Open source is all about transparency and accessibility, and that's something I truly believe in.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 12.60
    }
  ]
}