Back to Freecodecamp

Task 25

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

latest2.1 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? -->

--description--

Brian is curious about something.

--questions--

--text--

What does Brian want to know from Sophie?

--answers--

If she prefers in-person training over online resources

--feedback--

Brian's question is specifically about her use of online resources, not a comparison with in-person training.


If she has used online resources for coding challenges


Whether she needs help with coding challenges

--feedback--

His question is about her past use of resources, not about her current need for help.


If she can recommend any resources to him

--feedback--

Brian's inquiry is about Sophie's experience, not about getting recommendations from her.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 62.58,
      "finishTimestamp": 71.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Definitely. There are some great articles and tutorials online.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.78,
      "finishTime": 6.28,
      "dialogue": {
        "text": "I can share a few links with you.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.6,
      "finishTime": 9.68,
      "dialogue": {
        "text": "Have you ever explored online resources for coding challenges?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.18
    }
  ]
}