Back to Freecodecamp

Task 79

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah encouraging Mark to do?

--answers--

Stop working so hard.

--feedback--

Sarah is not suggesting Mark stop working hard.


Maintain the same speed in his work.

--feedback--

Keep up the good work refers to maintaining the quality of work, not the speed.


Continue doing well in his work.


Try something new in his work.

--feedback--

Sarah's words imply that Mark should continue doing what he's already doing.

--video-solution--

3

--explanation--

Keep up the good work means to continue performing well, to maintain the quality of one's work. Sarah is expressing approval of Mark's current work and motivating him to continue it.

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