Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/658009d86dc9caf988e2ea64.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Hey, Sophie. I heard you're into extreme sports. Is that true? -->

--description--

Extreme means something is very great in degree or intensity, much more than usual. For example, if it's very, very hot outside, you might say, The heat today is extreme. This means it's much hotter than what is normal.

Extreme sports refer to activities that involve a high degree of risk, often involving speed, height, or physical exertion.

--questions--

--text--

Which of the following best describes the activities Sophie enjoys?

--answers--

Casual sports

--feedback--

Casual sports are easy and relaxed, while Sophie's activities are more dangerous and exciting.


High-risk sports


Team sports

--feedback--

Team sports are played in groups, but Sophie's activities don't focus on teams.


Indoor sports

--feedback--

Indoor sports happen inside, but Sophie's activities are not described that way.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.82
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Hey, Sophie. I heard you're into extreme sports. Is that true?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}