Back to Freecodecamp

Task 145

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68249e269c21be46e82fbb1d.md

latest1.5 KB
Original Source
<!-- (Audio) James: I'm glad to help. Let me know if you need any more information for the report. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm glad to help. Let me know if you need BLANK information for the report.

--blanks--

any more

--feedback--

This two-word phrase means additional or extra, usually when asking if something else is needed.

--explanation--

Any more means extra or additional amount of something, often used when offering help or asking about needs. For example:

Do you need any more time to finish? – This asks if additional time is needed beyond what was already given.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 93.94,
      "finishTimestamp": 97.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "I'm glad to help. Let me know if you need any more information for the report.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}