@@ -39,7 +39,7 @@ export class Lesson2 {
39
39
[ AnswerChoice . C , "To delete unnecessary files" ] ,
40
40
[ AnswerChoice . D , "To run code more efficiently" ] ,
41
41
] ) ,
42
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
42
+ AnswerChoice . B , // Replace `UNANSWERED` with the correct answer.
43
43
) ;
44
44
}
45
45
@@ -56,7 +56,7 @@ export class Lesson2 {
56
56
[ AnswerChoice . C , "A tool for merging branches" ] ,
57
57
[ AnswerChoice . D , "A way to delete a repository" ] ,
58
58
] ) ,
59
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
59
+ AnswerChoice . A , // Replace `UNANSWERED` with the correct answer.
60
60
) ;
61
61
}
62
62
@@ -70,7 +70,7 @@ export class Lesson2 {
70
70
[ AnswerChoice . C , "Push changes to the server" ] ,
71
71
[ AnswerChoice . D , "Write code directly in GitHub" ] ,
72
72
] ) ,
73
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
73
+ AnswerChoice . D , // Replace `UNANSWERED` with the correct answer.
74
74
) ;
75
75
}
76
76
@@ -84,7 +84,7 @@ export class Lesson2 {
84
84
[ AnswerChoice . C , "git branch" ] ,
85
85
[ AnswerChoice . D , "git pull" ] ,
86
86
] ) ,
87
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
87
+ AnswerChoice . B , // Replace `UNANSWERED` with the correct answer.
88
88
) ;
89
89
}
90
90
@@ -98,7 +98,7 @@ export class Lesson2 {
98
98
[ AnswerChoice . C , "NetBeans" ] ,
99
99
[ AnswerChoice . D , "VS Code" ] ,
100
100
] ) ,
101
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
101
+ AnswerChoice . D , // Replace `UNANSWERED` with the correct answer.
102
102
) ;
103
103
}
104
104
@@ -112,7 +112,7 @@ export class Lesson2 {
112
112
[ AnswerChoice . C , "Dev Containers" ] ,
113
113
[ AnswerChoice . D , "Source Control" ] ,
114
114
] ) ,
115
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
115
+ AnswerChoice . C , // Replace `UNANSWERED` with the correct answer.
116
116
) ;
117
117
}
118
118
@@ -126,7 +126,7 @@ export class Lesson2 {
126
126
[ AnswerChoice . C , "Playing music" ] ,
127
127
[ AnswerChoice . D , "Managing source control" ] ,
128
128
] ) ,
129
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
129
+ AnswerChoice . C , // Replace `UNANSWERED` with the correct answer.
130
130
) ;
131
131
}
132
132
@@ -140,7 +140,7 @@ export class Lesson2 {
140
140
[ AnswerChoice . C , "cd" ] ,
141
141
[ AnswerChoice . D , "mkdir" ] ,
142
142
] ) ,
143
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
143
+ AnswerChoice . B , // Replace `UNANSWERED` with the correct answer.
144
144
) ;
145
145
}
146
146
@@ -154,7 +154,7 @@ export class Lesson2 {
154
154
[ AnswerChoice . C , "cd" ] ,
155
155
[ AnswerChoice . D , "mkdir" ] ,
156
156
] ) ,
157
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
157
+ AnswerChoice . C , // Replace `UNANSWERED` with the correct answer.
158
158
) ;
159
159
}
160
160
@@ -168,7 +168,7 @@ export class Lesson2 {
168
168
[ AnswerChoice . C , "Remove a file or directory" ] ,
169
169
[ AnswerChoice . D , "Copy a file or directory" ] ,
170
170
] ) ,
171
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
171
+ AnswerChoice . A , // Replace `UNANSWERED` with the correct answer.
172
172
) ;
173
173
}
174
174
@@ -182,7 +182,7 @@ export class Lesson2 {
182
182
[ AnswerChoice . C , "⌘ + Q" ] ,
183
183
[ AnswerChoice . D , '⌘ + S, then type "terminal"' ] ,
184
184
] ) ,
185
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
185
+ AnswerChoice . B , // Replace `UNANSWERED` with the correct answer.
186
186
) ;
187
187
}
188
188
}
0 commit comments