Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c49821cdcb22d0a6aeb343.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: True, but we could try working even more extra hours just for this project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

True, but we could try working BLANK BLANK extra hours just for this project.

--blanks--

even

--feedback--

This word followed by more emphasizes an increase beyond what is already mentioned.


more

--feedback--

This means a greater amount of something.

--explanation--

Even more is used to emphasize an increase beyond what is already mentioned. It makes the comparison stronger. For example:

She already studies a lot, but she wants to work even more before the exam. - This means she wants to increase her study time further.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 29,
      "finishTimestamp": 33.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "True, but we could try working even more extra hours just for this project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}