curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e992a27a99bd3fce984132.md
Listen to the audio and answer the question.
What does Sophie want to know about using Git?
How to document code changes when making updates or fixes
How to install Git for version control
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
Sophie's query is about documenting changes, not about deleting previous versions.
How to create a new Git repository
Her question focuses on documenting updates or fixes, not on creating a new repository.
1
{
"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
}
]
}