Back to Freecodecamp

Task 45

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Alice: I really like learning new things and can't wait to start contributing to our projects. -->

--description--

Phrases like I really like [subject], with subject being a subject you like, or I can't wait to do [activity], with activity being an activity you want to do, are sentences that show your excitement and interest about something.

--questions--

--text--

What does Alice express about her interests and enthusiasm in her introduction?

--answers--

She prefers working alone and not in a team.

--feedback--

Alice's introduction indicates her eagerness to learn and contribute, not a preference for working alone.


She wants to learn new things and start contributing to the projects.


She is only interested in senior developer roles.

--feedback--

Alice mentions she is starting as a junior developer, indicating an openness to her current role.


She is not interested in learning or contributing to projects.

--feedback--

Alice explicitly states her interest in learning new things and contributing.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.62,
      "finishTimestamp": 48.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "I really like learning new things",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 2.68,
      "finishTime": 5.20,
      "dialogue": {
        "text": "and can't wait to start contributing to our projects.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.70
    }
  ]
}