Back to Freecodecamp

Task 55

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: She's fair and supportive, always willing to help and answer questions. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How does Alice describe the person's behavior?

--answers--

She treats people equally, offers help, and is ready to answer questions.


She avoids helping others.

--feedback--

Alice's description suggests the opposite, highlighting her readiness to assist and provide support.


She never answers questions.

--feedback--

Alice specifically says the person is always willing to answer questions, contradicting this option.


She is unfair in her treatment of others.

--feedback--

Being described as fair means she treats everyone equally and justly, which contradicts this choice.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.28,
      "finishTimestamp": 43.56
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "She's fair and supportive, always willing to help and answer questions.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}