Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66264bc673d62766a8ab48bc.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Which framework are you working with? -->

--description--

The word which is used to ask for specific information among a set of known options. For example, when someone asks, Which book did you read? They want to know the specific book out of several possible ones.

In a technical context, asking Which software are you using? is asking for a specific software name from known options.

--questions--

--text--

What does Brian want to know?

--answers--

The specific framework Sophie is using


How Sophie is feeling about the project

--feedback--

Brian's question is about the framework, not Sophie's feelings.


Why Sophie chose to work on this project

--feedback--

The focus is on identifying the framework, not the reason for choosing the project.


The overall progress of the project

--feedback--

Brian is asking for a specific detail, not about the project's progress.

--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.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.98,
      "finishTimestamp": 6.44
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "Which framework are you working with?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.96
    }
  ]
}