Back to Freecodecamp

Task 121

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

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

--description--

Around the world means in many different places across the globe. For example, This game is popular around the world, means people in many countries enjoy playing it.

Come together means to join or meet to do something as a group. For example, people come together to clean up the park every week, means they're working as a team to make the park cleaner.

--fillInTheBlank--

--sentence--

It's incredible how people from BLANK the BLANK come BLANK to create something amazing.

--blanks--

around

--feedback--

This preposition is used to indicate movement in a circular direction.


world

--feedback--

Refers to the earth or the globe.


together

--feedback--

Indicates the act of joining with others.

--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
    }
  ]
}