Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e99114ec85863bbd32be2d.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: I see that we're using Git for version control. How do I document code changes when I make updates or fixes? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I see BLANK we're using Git for version control. BLANK do I document code changes BLANK I make updates or fixes?

--blanks--

that

--feedback--

It introduces the fact about using Git for version control in Sophie's statement.


How

--feedback--

This word is used to ask about the method or process of documenting code changes in Git.


when

--feedback--

This word refers to the timing, in this case, asking about the moment of making updates or fixes to document changes.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.9
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "I see that we're using Git for version control.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.92,
      "finishTime": 6.9,
      "dialogue": {
        "text": "How do I document code changes when I make updates or fixes?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.4
    }
  ]
}