Back to Freecodecamp

Task 24

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: So I always recommend starting with the basics, learning about your camera, and trying to have fun. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

So I always recommend BLANK with the basics, BLANK about your camera, and BLANK to have fun.

--blanks--

starting

--feedback--

This blank requires a verb similar in meaning to begin. Use the -ing form.


learning

--feedback--

This verb means getting knowledge about something. Use the -ing form.


trying

--feedback--

This verb means attempting to do something. Use the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.32,
      "finishTimestamp": 43.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.96,
      "dialogue": {
        "text": "So I always recommend starting with the basics, learning about your camera, and trying to have fun.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}