Back to Freecodecamp

Task 60

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

latest1.8 KB
Original Source
<!-- (Audio) Jessica: It seems to be causing certain elements to disappear under specific conditions. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It seems to be causing BLANK elements to BLANK under specific conditions.

--blanks--

certain

--feedback--

This means specific or particular, but not named directly. It refers to a limited or known group.


disappear

--feedback--

This means to go out of sight or to no longer be visible or present.

--explanation--

Certain means specific or particular, though not always mentioned by name. For example:

Certain files were missing from the folder. – This means some specific files, but not all, were missing.

To disappear means to become invisible or to stop being seen or found. For example:

The icon disappeared from the screen. – This means the icon was visible before, but now it's gone.

--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": 22.78,
      "finishTimestamp": 26.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "It seems to be causing certain elements to disappear under specific conditions.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.3
    }
  ]
}