Back to Freecodecamp

Task 103

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Really? That sounds great. I'd love to join you! -->

--description--

That sounds great is a phrase used to express enthusiasm or approval about a suggestion, plan, or invitation. For example:

  • Person 1: We could try pair programming tomorrow.

  • Person 2: That sounds great! - You are enthusiastic about the suggestion.

--fillInTheBlank--

--sentence--

Really? BLANK BLANK BLANK. I'd love to join you!

--blanks--

That

--feedback--

This word is often used as a demonstrative pronoun to refer to something previously mentioned or easily identified in a context. The first letter is capitalized.


sounds

--feedback--

This word means "seems" or "appears", based on what you hear or are told. Don't forget about the ending -s.


great

--feedback--

This word is an adjective used to express approval, enthusiasm, or satisfaction about something or someone.

--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": 17.48,
      "finishTimestamp": 20.44
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Really? That sounds great. I'd love to join you!",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}