Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b672f02003c7ecec12ffe.md

latest1.5 KB
Original Source
<!-- (Audio) James: I'm using special tools to see where we might have problems, and then I have to fix them. -->

--description--

Let's practice conditionals!

--questions--

--text--

Which sentence is correct in case James finds problems?

--answers--

If he finds problems, he will take a break.

--feedback--

This option doesn't align with the proactive approach James mentions.


If he finds problems, he will report them.

--feedback--

That's a good idea, but it's not what he says.


If he finds problems, he will fix them.


If he finds problems, he will ignore them.

--feedback--

Ignoring problems contradicts the proactive and responsible approach discussed.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.76,
      "finishTimestamp": 13.40
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.64,
      "dialogue": {
        "text": "I'm using special tools to see where we might have problems, and then I have to fix them.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.14
    }
  ]
}