Back to Freecodecamp

Task 54

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

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

--description--

Fair means treating people equally and making decisions that are right and just. For example, The teacher is fair when grading tests means the teacher treats all students the same way when marking their work.

Supportive is an adjective which describes someone who gives help and encouragement. It comes from the verb support, which means to give help or assistance to someone or something.

Examples:

My coach is very supportive during training means the coach helps and encourages the team a lot.

My friends support me when I have problems means your friends help and encourage you during difficult times.

Be willing to means being ready and not hesitant to do something. After be willing to, you use a base verb to describe the action someone is ready to take. For instance, He is willing to learn new programming languages means he is open and ready to start learning new languages.

--fillInTheBlank--

--sentence--

She's BLANK and BLANK, always BLANK BLANK help and answer questions.

--blanks--

fair

--feedback--

This word means she treats people equally and justly.


supportive

--feedback--

This word describes someone who provides help and encouragement.


willing

--feedback--

It's part of the phrase which means being ready to do something.


to

--feedback--

It's used with willing to introduce the action she is ready to take.

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