Back to Freecodecamp

Task 50

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

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

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is the correct synonym for you bet?

--answers--

Absolutely


Perhaps

--feedback--

This answer suggests uncertainty, which is not the characteristic of the expression you bet.


I doubt it

--feedback--

This answer implies skepticism, which is not the sentiment conveyed by the expression you bet.


Not at all

--feedback--

This answer implies a negative response, which is the opposite of the affirmative nature of the expression you bet.

--video-solution--

1

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