Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b2f8e6655a944fea3b2659.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Sounds great! Keep up the good work, Mark. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK! Keep up the good work, Mark.

--blanks--

Sounds

--feedback--

This is used to express what something seems like based on what you hear. The first letter is capitalized.


great

--feedback--

This word describes something as very good or impressive.

--explanation--

Sounds great is a common phrase used to express approval or agreement. It's often used when you think something is a good idea or plan. For example:

The proposal sounds great! - This means the proposal seems like a good idea.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.54,
      "finishTimestamp": 42.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "Sounds great. Keep up the good work, Mark.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}