Back to Freecodecamp

Task 118

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

latest1.5 KB
Original Source
<!-- (Audio) Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time? -->

--description--

Listen to Tom and answer the question.

--questions--

--text--

What does Tom want to know from Sophie?

--answers--

Sophie's favorite software tools

--feedback--

Focus on the nature of Tom's inquiry related to Sophie's motivations.


Sophie's motivation for contributing to open-source projects


How Sophie spends her weekends

--feedback--

Consider if Tom's question is about Sophie's general activities or something more specific.


Sophie's technical skills

--feedback--

Think about whether Tom is asking about skills or the reasons behind an activity.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.92,
      "dialogue": {
        "text": "Hey, Sophie, what motivates you to work on open-source software projects in your free time?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}