Back to Freecodecamp

Task 24

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

latest2.0 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 mentions his preference for certain types of learning resources.

--questions--

--text--

What are Brian's favorite resources for coding?

--answers--

Online articles and tutorials


Books and offline classes

--feedback--

Brian mentions preferring online resources, not books or offline classes.


In-person coding workshops

--feedback--

He talks about online resources, not in-person workshops.


Private tutoring sessions

--feedback--

Brian's preference is for articles and tutorials online, not private tutoring.

--video-solution--

1

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