Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e54f0a96a19e0766aab848.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: Would it be okay to discuss it briefly? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Would it be BLANK to discuss it BLANK?

--blanks--

okay

--feedback--

This means that something is acceptable, allowed, or simply good.


briefly

--feedback--

This means an action happens for a short time.

--explanation--

To be okay means to be acceptable or permitted. For example:

Is it okay if I borrow your book? – This means asking if it is acceptable to borrow the book.

Briefly means that an action (normally, a verb) happens for a short period of time or is talked about using in a few words. It differs from brief, which is an adjective to describe something that is short in duration or length. For example:

  • He explained the situation briefly. – This means the act of explaining was short.

  • The meeting was brief. – This means the meeting did not last long.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.78,
      "finishTimestamp": 7.4
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.62,
      "dialogue": {
        "text": "Would it be okay to discuss it briefly?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.12
    }
  ]
}