Back to Freecodecamp

Task 20

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: It's nice to have you here, Alice. -->

--description--

It's nice to is used to express a positive sentiment or feeling about something or someone.

--questions--

--text--

What is Bob expressing in his sentence?

--answers--

A negative opinion about Alice's presence

--feedback--

Think about how the phrase nice to usually conveys positive feelings.


A neutral statement about Alice's presence

--feedback--

Consider the warmth usually conveyed by the phrase nice to.


An apology for Alice's presence

--feedback--

Reflect on the purpose of the phrase nice to in welcoming contexts.


A positive and welcoming sentiment about Alice's presence

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.72,
      "finishTimestamp": 18.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "It's nice to have you here, Alice.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}