Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b25b541262654062a21e74.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: You'll recognize her right away. -->

--description--

The verb recognize means to know someone or something because you have seen, heard, met, or experienced them before. For example, when you see a friend at a party, you recognize him because you know what he looks like.

The phrase right away means quickly or very soon. For instance, If you find a bug in the code, tell me and I'll fix it right away. This means if you discover a problem in the computer program, let me know and I will correct it immediately.

--fillInTheBlank--

--sentence--

You'll BLANK her BLANK BLANK.

--blanks--

recognize

--feedback--

This word means to identify someone or something you know from before.


right

--feedback--

It's part of the phrase that means "very soon".


away

--feedback--

It completes the phrase, emphasizing that the action will happen without delay.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.94,
      "finishTimestamp": 13.22
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "You'll recognize her right away.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}