Back to Freecodecamp

Task 138

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67633424bfc56f4fec3edf3c.md

latest1.6 KB
Original Source
<!-- (audio) Maria: Are we going to share this information with other departments? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Are we going to BLANK BLANK BLANK with other departments?

--blanks--

share

--feedback--

This is a verb that means to give something to others or use it together.


this

--feedback--

This is a demonstrative pronoun that refers to something specific being talked about.


information

--feedback--

This is a noun that means knowledge or facts that are communicated.

--explanation--

Share means to give something to others or to use it together.

This is a demonstrative pronoun that refers to something specific, in this case, the information.

Information refers to knowledge, data, or facts that are communicated.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 48.74,
      "finishTimestamp": 51.02
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Are we going to share this information with other departments?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}