Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b466d6babe693b6427352b.md

latest1.3 KB
Original Source
<!-- (audio) Jim: Would now be a good time? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Would now be a BLANK?

--blanks--

good time

--feedback--

This two-word phrase refers to an appropriate or convenient moment to do something.

--explanation--

Good time is a phrase used to refer to a moment that is suitable or convenient for something to happen. For example:

Is this a good time to talk about the project update? - This means asking if the moment is right or convenient for discussing the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.52,
      "finishTimestamp": 5.72
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 2.2,
      "dialogue": {
        "text": "Would now be a good time?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 2.7
    }
  ]
}