Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657cda710736e30ba719e441.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: You can talk to her any time, even in this virtual setting, if you have questions, Lisa. -->

--description--

In Bob's statement, he uses the word even to introduce a surprising or notable aspect. Even is often used to emphasize something that may not be expected or is additional to what has already been mentioned.

--questions--

--text--

What aspect of Bob's statement to Lisa is considered surprising?

--answers--

That Lisa can talk to Sarah at any time.

--feedback--

While this is part of the statement, it's not the surprising element.


That Lisa can talk to Sarah at any time even in a virtual setting.


That Lisa might have questions.

--feedback--

Having questions is quite normal and not the surprising part of the statement.


That Lisa is talking to Sarah, not Bob.

--feedback--

The statement is about whom Lisa can talk to, not about who is currently talking.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.86,
      "finishTimestamp": 19.94
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "You can talk to her any time, even in this virtual setting, if you have questions, Lisa.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}