Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6813492a9f1ba80aa9add7f6.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: I'll talk to HR and see if we can get some more help. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll talk to HR and see if we can get some BLANK.

--blanks--

more help

--feedback--

These two words refer to an additional amount of support.

--explanation--

More is commonly used with both countable and uncountable nouns.

More help uses more because Bob is talking about getting an additional amount of support. Another example:

The team could use more help during testing. - The team would benefit from having additional support when testing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 60.94,
      "finishTimestamp": 64.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "I'll talk to HR and see if we can get some more help.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}