Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6630b56594405466378bbfbb.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: Sarah, can you explain data types to me? I'm a bit confused. -->

--description--

Please answer the question below.

--questions--

--text--

What is Jake asking Sarah to do?

--answers--

Ignore his question

--feedback--

Jake explicitly asks for an explanation, so he is not asking to be ignored.


Solve a problem for him

--feedback--

While Jake is seeking help, he specifically asks for an explanation, not a solution to a problem.


Explain a concept to him


Discuss plans for their next project

--feedback--

Jake's request is about understanding a concept, not discussing plans for a project.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "Sarah, can you explain data types to me? I'm a bit confused.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}