Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251dd2d2582a55cc4ca988.md

latest2.9 KB
Original Source
<!-- (Audio) Brian: Definitely! There are some great articles and tutorials online. I can share a few links with you. Have you ever explored online resources for coding challenges? Sophie: Not extensively. I'd appreciate those links. Thanks for your guidance. It's been really helpful. -->

--description--

Please answer the question below.

--questions--

--text--

What does Sophie mean when she says I'd appreciate those links?

--answers--

She doesn't need the links.

--feedback--

Sophie's statement indicates a positive response, showing that she values the links.


She will only use the links if necessary.

--feedback--

Her response shows more enthusiasm than just using the links if necessary.


She is thankful and finds the links valuable.


She is unsure about the usefulness of the links.

--feedback--

Sophie expresses appreciation, suggesting she finds the links useful.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 62.58,
      "finishTimestamp": 76.28
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "Definitely. There are some great articles and tutorials online.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.58,
      "finishTime": 6.08,
      "dialogue": {
        "text": "I can share a few links with you.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.4,
      "finishTime": 9.48,
      "dialogue": {
        "text": "Have you ever explored online resources for coding challenges?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.82
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 9.82
    },
    {
      "character": "Sophie",
      "startTime": 10.16,
      "finishTime": 12.54,
      "dialogue": {
        "text": "Not extensively. I'd appreciate those links.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 12.78,
      "finishTime": 14.7,
      "dialogue": {
        "text": "Thanks for your guidance. It's been really helpful.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 15.2
    }
  ]
}