Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a960c3ed12215373e888f2.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Maybe. Where can I find more information? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Where can I BLANK more information?

--blanks--

Maybe

--feedback--

This word is used to show that something is possible but not certain. The first letter is capitalized.


find

--feedback--

This word means to look for and locate something.

--explanation--

Maybe is used to show that something is possible but not certain. Find means to look for and locate something. For example:

  • Maybe I will go to the party. - It is possible you will go to the party, but you are not sure.

  • Where can I find my keys? - You are asking where to look for and locate the keys.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.7,
      "finishTimestamp": 43.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Maybe. Where can I find more information?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}