Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b2fbd2e2edc358536c2ebf.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--

Sounds great! BLANK the good work, Mark.

--blanks--

Keep up

--feedback--

These two words together mean to continue doing something well or at the same level. The first word is a verb, and the second word is a preposition that suggests maintaining progress or effort.

--explanation--

Keep up means to continue or maintain something, especially when it's done well. It's often used to motivate someone to maintain their efforts or achievements. For example:

Keep up the great work! - This means to continue doing something well or successfully.

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