Back to Freecodecamp

Task 104

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

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

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which phrase has the same meaning as that sounds great?

--answers--

That seems acceptable.

--feedback--

This means it's just okay, but that sounds great shows much more excitement.


That's wonderful.


That's tolerable.

--feedback--

This means you can live with it, but it's not very positive.


That might be okay.

--feedback--

This sounds unsure, while that sounds great shows strong approval.

--video-solution--

2

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