Back to Freecodecamp

Task 37

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

latest1.8 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 answer the question.

--questions--

--text--

What does Sophie want to know about using Git?

--answers--

How to document code changes when making updates or fixes


How to install Git for version control

--feedback--

Sophie's question isn't about installing Git; she's asking about documenting code changes using Git.


How to delete previous versions of code in Git

--feedback--

Sophie's query is about documenting changes, not about deleting previous versions.


How to create a new Git repository

--feedback--

Her question focuses on documenting updates or fixes, not on creating a new repository.

--video-solution--

1

--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
    }
  ]
}