Back to Freecodecamp

Task 14

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

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

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob mean?

--answers--

You will know who she is as soon as you see her.


You will not know who she is.

--feedback--

Bob's statement suggests the opposite, that you will indeed know her when you see her.


You will meet her for the first time.

--feedback--

To recognize someone means you have seen or known them before, not that it's the first meeting.


You will forget who she is.

--feedback--

Recognizing someone means remembering them, not forgetting.

--video-solution--

1

--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
    }
  ]
}