Back to Freecodecamp

Task 19

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: Do you know if we have any similar projects coming up here? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you know if we have any similar projects BLANK BLANK here?

--blanks--

coming

--feedback--

This word indicates that something is going to happen soon. It ends with -ing.


up

--feedback--

This is a preposition.

--explanation--

To come up means that something is going to happen soon or is being planned. For example:

  • We have a meeting coming up next week. - A meeting is planned for next week.

  • There are some events coming up this month. - Some events are happening this month.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.72,
      "finishTimestamp": 27.14
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Do you know if we have any similar projects coming up here?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}