Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655b2d250741166530dd6e43.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: So many activities. I don't think I could keep up that pace. -->

--description--

Keep up the pace means to maintain the same level of activity or progress as someone else or as per a set standard. It's often used to talk about matching speed or staying at the same level with others. For example:

It's hard to keep up the pace with the advanced runners in the group. - This means it is difficult to run as fast as the stronger runners.

--questions--

--text--

What does Brian mean in his sentence?

--answers--

He believes he can do more activities than Maria.

--feedback--

Keep up the pace suggests maintaining a level, not surpassing it.


He's confident about matching Maria's busy lifestyle.

--feedback--

Brian actually expresses doubt about his ability to maintain the same level of activity as Maria.


He doubts his ability to match Maria's level of activity.


He prefers a slower, more relaxed pace than Maria.

--feedback--

While this is true, the key meaning is about his doubt in matching Maria's pace of activities.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 54.62,
      "finishTimestamp": 58.22
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.60,
      "dialogue": {
        "text": "So many activities. I don't think I could keep up that pace.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.10
    }
  ]
}