Back to Freecodecamp

Task 148

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d1ad4fbdb51057f0f0714.md

latest1.9 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Oh, come on, Brian. Brian: But it's true. She's the person to go to if you need help. -->

--description--

It's true is used to confirm or agree with what someone else said. It means that something is correct or factual.

--questions--

--text--

In the dialogue, how does Brian respond when Sophie says, Oh, come on, Brian?

--answers--

He disagrees.

--feedback--

Brian doesn't show any sign of disagreement.


He says Sophie is wrong.

--feedback--

Brian doesn't say Sophie is incorrect.


He confirms what he said.


He changes the topic.

--feedback--

It's true means Brian is standing by his previous statement.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": { "x": 75, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 22.84,
      "finishTimestamp": 28.16
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.44,
      "dialogue": {
        "text": "Oh, come on, Brian.",
        "align": "left"
      }
    },
    {
      "character": "Brian",
      "startTime": 2,
      "finishTime": 7.25,
      "dialogue": {
        "text": "But it's true. She's the person to go to if you need help.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.75
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.75
    }
  ]
}