Back to Freecodecamp

Task 11

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: We plan to develop a new app for real-time project collaboration. How does that sound to you? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We plan to develop a new app for BLANK project collaboration. How does that sound to you?

--blanks--

real-time

--feedback--

This is a compound word, formed by combining two words with a -. This term means happening instantly, without any delay.

--explanation--

Real-time means happening instantly, without any delay. For example:

  • We are having a real-time video chat. - The conversation is happening instantly, with no delay between responses.

Collaboration means working together with others to achieve a common goal. For example:

  • The team collaborated to finish the project on time. - The team worked together to complete the project.

Real-time project collaboration means working together on a project instantly, even if team members are in different locations. For example:

  • Our team uses a shared platform for real-time project collaboration. - The team works together on the project with immediate updates and communication.

--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": 12.4,
      "finishTimestamp": 17
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "We plan to develop a new app for real-time project collaboration. How does that sound to you?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6
    }
  ]
}