Back to Freecodecamp

Task 26

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

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

--description--

The phrase word is is used when sharing information or rumors you've heard from others. It's like saying people say or I've heard.

For example, if someone says, Word is that the new update will make the program faster, they mean they've heard the new update will improve the program's speed.

--fillInTheBlank--

--sentence--

BLANK BLANK that she's strict but fair.

--blanks--

Word

--feedback--

This is the information or rumor being shared. The first letter should be upperclass.


is

--feedback--

This verb connects the information to what is being said about it.

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