Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67cc17f9c0b27b59076afffb.md

latest1.4 KB
Original Source
<!-- (audio) Jake: No problem, Sophie. If you have any other questions, just let me know. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem, Sophie. If you have BLANK questions, just let me know.

--blanks--

any other

--feedback--

This two-word phrase refers to additional things beyond what has already been asked.

--explanation--

Any other is used to refer to additional things of the same type. For example:

Do you have any other ideas for the project? - This asks if there are additional ideas.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 75.44,
      "finishTimestamp": 78.84
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "No problem, Sophie. If you have any other questions, just let me know.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}