Back to Freecodecamp

Task 49

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: You bet. I love action figures. -->

--description--

You bet is used to affirmatively confirm or agree with something. It indicates a strong agreement or confirmation. For example:

  • Person 1: Are you coming to the movie tonight?

  • Person 2: You bet! - This means you are agreeing strongly or saying "yes" in a very enthusiastic way.

--fillInTheBlank--

--sentence--

BLANK BLANK. I love action figures.

--blanks--

You

--feedback--

This pronoun is used to talk to the person you're speaking or writing to. The first letter is capitalized.


bet

--feedback--

This verb forms a common phrase indicating a strong affirmation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.76,
      "finishTimestamp": 7.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "You bet. I love action figures.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.36
    }
  ]
}