Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fa7e75aa0191419f18b0c.md

latest1.6 KB
Original Source
<!-- (audio) Sarah: Absolutely. Thanks for the insights, Mark. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Sarah feel about Mark's help?

--answers--

She disagrees with it.

--feedback--

Sarah's use of Absolutely and Thanks shows agreement and gratitude, not disagreement.


She appreciates it.


She is confused by it.

--feedback--

Sarah doesn't express confusion; instead, she thanks Mark for his insights.


She finds it unhelpful.

--feedback--

Sarah expresses appreciation, which indicates she found the help useful.

--video-solution--

2

--explanation--

Sarah's statement, Absolutely. Thanks for the insights, Mark., shows she agrees with and values the help provided. Words like Absolutely reinforce agreement, and Thanks expresses gratitude.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 51.18,
      "finishTimestamp": 53.34
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Absolutely. Thanks for the insights, Mark.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}