Back to Freecodecamp

Task 28

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Word is that she's strict but fair. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How is she described according to Bob?

--answers--

She is strict and treats everyone equally.


She is only strict.

--feedback--

Bob mentions that she is not only strict but also fair, which means she treats everyone equally.


She is only fair.

--feedback--

Bob's description includes being strict as well, indicating she enforces rules strongly.


She ignores the rules.

--feedback--

Bob actually says the opposite, indicating she enforces rules (being strict) but does so fairly.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.92,
      "finishTimestamp": 32.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.80,
      "dialogue": {
        "text": "Word is that she's strict but fair.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.30
    }
  ]
}