Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f6f6f53aaa73f21560a9cc.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: It could be a performance bottleneck, but I should confirm it. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What do Sophie's uses of could and should indicate?

--answers--

She is confident that the issue is a performance bottleneck.

--feedback--

Could suggests a possibility, not certainty. Should indicates an action she plans to take, not a conclusion.


She needs to confirm if the issue is a performance bottleneck.


She has already resolved the performance bottleneck.

--feedback--

Should indicates a future action to confirm, not that the issue has already been resolved.


She dismisses the possibility of a performance bottleneck.

--feedback--

Could shows she is considering it as a possibility, not dismissing it.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.72,
      "finishTimestamp": 20.54
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "It could be a performance bottleneck, but I should confirm it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}