Back to Freecodecamp

Task 122

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: It's incredible how people from around the world come together to create something amazing. -->

--description--

Listen to Sophie and answer the question.

--questions--

--text--

What motivates people to come together according to Sophie?

--answers--

The opportunity for travel

--feedback--

Think about why people meet up from Sophie's point of view. Is it to travel or to make something special?


The chance to create something amazing


The need for constant communication

--feedback--

Is the main reason about talking a lot, or is it about making something great together?


The desire for personal fame

--feedback--

Sophie talks about working as a group. Is it about being famous or doing something wonderful as a team?

--video-solution--

2

--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": 12.30,
      "finishTimestamp": 16.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.98,
      "dialogue": {
        "text": "It's incredible how people from around the world come together to create something amazing.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}