curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e5cc619608ce2bf40e3ce8.md
In this task, you'll learn about phrases like Did you get it?, Got it, and What else? These phrases are common in English conversations. Did you get it? is a question asking if someone understood something. Got it is a short way of saying I understood. What else? is used to ask for additional information or items.
For example, in a meeting, someone might say, Did you get it? and you can reply, Got it, what else do we need to discuss?
BLANK it. What BLANK should I include in my README?
Got
Sophie uses this word to confirm that she has understood what was previously explained.
else
Sophie is asking for additional information or items to include.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "7.1-1.mp3",
"startTime": 1,
"startTimestamp": 18.72,
"finishTimestamp": 20.8
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.08,
"dialogue": {
"text": "Got it. What else should I include in my README?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 3.58
}
]
}