Back to Freecodecamp

Task 94

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Yeah, I love them. I've been into rock climbing and rafting for a while now. -->

--description--

Extreme sports are exciting activities with a lot of risk. They often need special gear and care because they are adventurous.

--questions--

--text--

What word describes extreme sports like rock climbing and rafting the best?

--answers--

Risky


Calm

--feedback--

Calm means peaceful and quiet, not like the thrilling and risky nature of extreme sports.


Everyday

--feedback--

Everyday means something happens all the time, which doesn't fit the special and adventurous feel of extreme sports.


Easy

--feedback--

Easy suggests something is not hard to do, which is not true for the challenging nature of extreme sports.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 4.46,
      "finishTimestamp": 7.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Yeah, I love them. I've been into rock climbing and rafting for a while now.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}